Skip to content

Commit

Permalink
feat(finefoods-mui): new design
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Feb 28, 2024
1 parent 79865af commit 12b0149
Show file tree
Hide file tree
Showing 119 changed files with 6,672 additions and 6,039 deletions.
Binary file modified examples/finefoods-antd/public/images/login-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ export const AllStoresMap = () => {

const { data: storeData } = useList<IStore>({
resource: "stores",
config: {
pagination: {
mode: "off",
},
pagination: {
mode: "off",
},
});
const stores = storeData?.data || [];
Expand Down
4 changes: 3 additions & 1 deletion examples/finefoods-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.14.2",
"@mui/x-data-grid": "^6.6.0",
Expand All @@ -49,7 +50,8 @@
"react-i18next": "^11.8.11",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.8.1",
"recharts": "^2.1.9"
"recharts": "^2.1.9",
"usehooks-ts": "^2.14.0"
},
"devDependencies": {
"@types/google.maps": "^3.50.4",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 4 additions & 11 deletions examples/finefoods-material-ui/public/images/fine-foods-login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/finefoods-material-ui/public/images/login-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

15 changes: 15 additions & 0 deletions examples/finefoods-material-ui/public/images/marker-store-pick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 12b0149

Please sign in to comment.