Skip to content

Commit 0be69f0

Browse files
committed
feat: add event(s) operations
1 parent e968571 commit 0be69f0

8 files changed

+477
-110
lines changed

package-lock.json

+163-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
"@fullcalendar/timegrid": "^6.1.9",
1919
"@uiw/react-md-editor": "^3.25.4",
2020
"axios": "^1.6.1",
21+
"date-fns": "^2.30.0",
2122
"graphql": "^16.8.1",
2223
"moment": "^2.29.4",
2324
"nanoid": "^5.0.3",
2425
"ra-data-graphql-simple": "^4.15.2",
2526
"react": "^18.2.0",
2627
"react-admin": "^4.15.2",
2728
"react-dom": "^18.2.0",
28-
"react-hook-form": "^7.48.2"
29+
"react-hook-form": "^7.48.2",
30+
"sass": "^1.69.5"
2931
},
3032
"devDependencies": {
3133
"@types/react": "^18.2.15",

src/_everything.scss

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@use "@react-md/theme/dist/color-palette" as *;
2+
3+
@forward "react-md" with (
4+
$rmd-theme-primary: $rmd-teal-500,
5+
$rmd-theme-secondary: $rmd-deep-orange-a-400
6+
);

0 commit comments

Comments
 (0)