Skip to content

Commit

Permalink
feat: add event(s) operations
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Nov 13, 2023
1 parent e968571 commit 0be69f0
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 110 deletions.
168 changes: 163 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
"@fullcalendar/timegrid": "^6.1.9",
"@uiw/react-md-editor": "^3.25.4",
"axios": "^1.6.1",
"date-fns": "^2.30.0",
"graphql": "^16.8.1",
"moment": "^2.29.4",
"nanoid": "^5.0.3",
"ra-data-graphql-simple": "^4.15.2",
"react": "^18.2.0",
"react-admin": "^4.15.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2"
"react-hook-form": "^7.48.2",
"sass": "^1.69.5"
},
"devDependencies": {
"@types/react": "^18.2.15",
Expand Down
6 changes: 6 additions & 0 deletions src/_everything.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@use "@react-md/theme/dist/color-palette" as *;

@forward "react-md" with (
$rmd-theme-primary: $rmd-teal-500,
$rmd-theme-secondary: $rmd-deep-orange-a-400
);
Loading

0 comments on commit 0be69f0

Please sign in to comment.