Skip to content

Commit

Permalink
chore: remove chakra-ui and mantine from workflows and presets
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 17, 2024
1 parent 3139877 commit 550e54a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 45 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
supabase,
appwrite,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
38 changes: 0 additions & 38 deletions presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,6 @@ module.exports = {
inferencer: "no",
},
},
{
name: "refine-mantine",
type: "refine-vite",
answers: {
"ui-framework": "mantine",
"router-provider": "react-router-v6",
"data-provider": "data-provider-custom-json-rest",
"auth-provider": "none",
"antd-example-pages": "no",
"mui-example-pages": "no",
"mantine-example-pages": "no",
"i18n-no": "no",
"i18n-antd": "no",
"i18n-mui": "no",
"i18n-mantine": "no",
inferencer: "no",
},
},
{
name: "refine-chakra-ui",
type: "refine-vite",
answers: {
"ui-framework": "chakra",
"router-provider": "react-router-v6",
"data-provider": "data-provider-custom-json-rest",
"auth-provider": "none",
"antd-example-pages": "no",
"mui-example-pages": "no",
"mantine-example-pages": "no",
"chakra-example-pages": "no",
"i18n-no": "no",
"i18n-antd": "no",
"i18n-mui": "no",
"i18n-mantine": "no",
"i18n-chakra": "no",
inferencer: "no",
},
},
{
name: "refine-headless-remix",
type: "refine-remix",
Expand Down

0 comments on commit 550e54a

Please sign in to comment.