Initial commit
Made-with: Cursor
parents
Showing
.gitignore
0 → 100644
.storybook/main.ts
0 → 100644
.storybook/preview.ts
0 → 100644
AGENTS.md
0 → 100644
CLAUDE.md
0 → 100644
README.md
0 → 100644
app/favicon.ico
0 → 100644
File added
app/globals.css
0 → 100644
app/incidents/page.tsx
0 → 100644
app/layout.tsx
0 → 100644
app/modules/page.tsx
0 → 100644
app/notification-center/page.tsx
0 → 100644
app/page.tsx
0 → 100644
app/permit/page.tsx
0 → 100644
app/profile/page.tsx
0 → 100644
app/settings/page.tsx
0 → 100644
eslint.config.mjs
0 → 100644
next.config.ts
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "maf-revamp-frontend", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "eslint", | ||
| "storybook": "storybook dev -p 6006", | ||
| "build-storybook": "storybook build" | ||
| }, | ||
| "dependencies": { | ||
| "next": "16.2.0", | ||
| "react": "19.2.4", | ||
| "react-dom": "19.2.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@tailwindcss/postcss": "^4", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "16.2.0", | ||
| "tailwindcss": "^4", | ||
| "typescript": "^5", | ||
| "storybook": "^10.3.1", | ||
| "@storybook/nextjs": "^10.3.1", | ||
| "@storybook/addon-a11y": "^10.3.1", | ||
| "@storybook/addon-docs": "^10.3.1", | ||
| "@storybook/addon-onboarding": "^10.3.1" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
pnpm-workspace.yaml
0 → 100644
postcss.config.mjs
0 → 100644
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
src/maf-ui/auth/MafLoginModal.tsx
0 → 100644
src/maf-ui/auth/MafRequireAuth.tsx
0 → 100644
src/maf-ui/auth/useAuth.ts
0 → 100644
src/maf-ui/components/MafBadge.tsx
0 → 100644
src/maf-ui/components/MafButton.tsx
0 → 100644
src/maf-ui/components/MafCard.tsx
0 → 100644
src/maf-ui/components/MafTabs.tsx
0 → 100644
src/maf-ui/landing/MafGatewayLanding.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/maf-ui/landing/gat1/MafGat1Landing.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/maf-ui/shell/MafAppShell.tsx
0 → 100644
src/maf-ui/shell/MafBottomNav.tsx
0 → 100644
src/maf-ui/shell/MafDrawer.tsx
0 → 100644
src/maf-ui/shell/MafHeader.tsx
0 → 100644
src/maf-ui/shell/MafNotificationCenter.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/maf-ui/shell/MafSidebar.tsx
0 → 100644
src/maf-ui/shell/MafThemeToggle.tsx
0 → 100644
src/maf-ui/shell/MafUserMenu.tsx
0 → 100644
stories/Badge.stories.tsx
0 → 100644
stories/BottomNav.stories.tsx
0 → 100644
stories/Button.stories.tsx
0 → 100644
stories/Button.tsx
0 → 100644
stories/Card.stories.tsx
0 → 100644
stories/Configure.mdx
0 → 100644
This diff is collapsed.
Click to expand it.
stories/Drawer.stories.tsx
0 → 100644
stories/Header.stories.tsx
0 → 100644
stories/Header.tsx
0 → 100644
stories/LoginModal.stories.tsx
0 → 100644
stories/NotificationCenter.stories.tsx
0 → 100644
stories/Page.stories.tsx
0 → 100644
stories/Page.tsx
0 → 100644
stories/Sidebar.stories.tsx
0 → 100644
stories/Tabs.stories.tsx
0 → 100644
stories/ThemeToggle.stories.tsx
0 → 100644
stories/assets/accessibility.png
0 → 100644
41.3 KB
stories/assets/accessibility.svg
0 → 100644
stories/assets/addon-library.png
0 → 100644
456 KB
stories/assets/assets.png
0 → 100644
3.81 KB
stories/assets/avif-test-image.avif
0 → 100644
File added
stories/assets/context.png
0 → 100644
5.98 KB
stories/assets/discord.svg
0 → 100644
stories/assets/docs.png
0 → 100644
27.2 KB
stories/assets/figma-plugin.png
0 → 100644
43.2 KB
stories/assets/github.svg
0 → 100644
stories/assets/share.png
0 → 100644
39.8 KB
stories/assets/styling.png
0 → 100644
7.07 KB
stories/assets/testing.png
0 → 100644
48.2 KB
stories/assets/theming.png
0 → 100644
43.3 KB
stories/assets/tutorials.svg
0 → 100644
stories/assets/youtube.svg
0 → 100644
stories/button.css
0 → 100644
stories/header.css
0 → 100644
stories/page.css
0 → 100644
tsconfig.json
0 → 100644