Compare commits
3 Commits
2413710826
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
99fb460558
|
|||
|
3f989d10a5
|
|||
|
521f07dd02
|
@@ -28,14 +28,8 @@ import {
|
|||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { useLoaderData } from "@remix-run/react";
|
import { useLoaderData } from "@remix-run/react";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import calendarStyles from "react-big-calendar/lib/css/react-big-calendar.css";
|
|
||||||
import { type LinksFunction } from "@remix-run/cloudflare";
|
|
||||||
import { EtMember } from "../../generated/prisma/client.js";
|
import { EtMember } from "../../generated/prisma/client.js";
|
||||||
|
|
||||||
export const links: LinksFunction = () => {
|
|
||||||
return [{ href: calendarStyles, rel: "stylesheet" }];
|
|
||||||
};
|
|
||||||
|
|
||||||
export async function loader({ context }: { context: RequestContext }) {
|
export async function loader({ context }: { context: RequestContext }) {
|
||||||
if (!context.data.current_user)
|
if (!context.data.current_user)
|
||||||
throw new Response(null, {
|
throw new Response(null, {
|
||||||
|
|||||||
Generated
+922
-620
File diff suppressed because it is too large
Load Diff
+11
-13
@@ -13,34 +13,32 @@
|
|||||||
"@chakra-ui/react": "^2.10.10",
|
"@chakra-ui/react": "^2.10.10",
|
||||||
"@emotion/react": "^11.14.0",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/styled": "^11.14.1",
|
"@emotion/styled": "^11.14.1",
|
||||||
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
|
"@fontsource-variable/plus-jakarta-sans": "^5.3.0",
|
||||||
"@prisma/adapter-d1": "^7.8.0",
|
"@prisma/adapter-d1": "^7.10.0",
|
||||||
"@prisma/client": "^7.8.0",
|
"@prisma/client": "^7.10.0",
|
||||||
"@remix-run/cloudflare": "^2.17.5",
|
"@remix-run/cloudflare": "^2.17.5",
|
||||||
"@remix-run/cloudflare-pages": "^2.17.5",
|
"@remix-run/cloudflare-pages": "^2.17.5",
|
||||||
"@remix-run/react": "^2.17.5",
|
"@remix-run/react": "^2.17.5",
|
||||||
"@sentry/cloudflare": "^10.63.0",
|
"@sentry/cloudflare": "^10.73.0",
|
||||||
"@sentry/remix": "^10.63.0",
|
"@sentry/remix": "^10.73.0",
|
||||||
"aws4fetch": "^1.0.20",
|
"aws4fetch": "^1.0.20",
|
||||||
"dayjs": "^1.11.21",
|
"calendarkit-basic": "^1.1.0",
|
||||||
"framer-motion": "^12.42.2",
|
"framer-motion": "^13.2.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-big-calendar": "^1.20.0",
|
|
||||||
"react-dom": "^18.3.1"
|
"react-dom": "^18.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@remix-run/dev": "^2.17.5",
|
"@remix-run/dev": "^2.17.5",
|
||||||
"@types/node": "^24.13.2",
|
"@types/node": "^24.13.3",
|
||||||
"@types/react": "^18.3.31",
|
"@types/react": "^18.3.31",
|
||||||
"@types/react-big-calendar": "^1.16.3",
|
|
||||||
"@types/react-dom": "^18.3.7",
|
"@types/react-dom": "^18.3.7",
|
||||||
"dotenv": "^17.4.2",
|
"dotenv": "^17.4.2",
|
||||||
"prettier": "^3.9.4",
|
"prettier": "^3.9.6",
|
||||||
"prisma": "^7.8.0",
|
"prisma": "^7.10.0",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@cloudflare/workers-types": "^4.20260702.1"
|
"@cloudflare/workers-types": "^5.20260908.1"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"endOfLine": "auto"
|
"endOfLine": "auto"
|
||||||
|
|||||||
Reference in New Issue
Block a user