Revamp frontend form renderer and Storybook form system.
This updates the frontend to a schema-driven checklist experience with custom field components, responsive tabbed section navigation, mobile-friendly date/time and selection UX, and improved migration alignment for comment/file-linked composite questions. Made-with: Cursor
Showing
app/incidents/page.tsx
deleted
100644 → 0
app/modules/page.tsx
deleted
100644 → 0
app/notification-center/page.tsx
deleted
100644 → 0
app/permit/page.tsx
deleted
100644 → 0
app/profile/page.tsx
deleted
100644 → 0
app/settings/page.tsx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
components/forms/base/form/types.ts
0 → 100644
| ... | ... | @@ -25,9 +25,15 @@ |
| "tailwindcss": "^4", | ||
| "typescript": "^5", | ||
| "storybook": "^10.3.1", | ||
| "@storybook/nextjs": "^10.3.1", | ||
| "@storybook/nextjs-vite": "^10.3.1", | ||
| "@chromatic-com/storybook": "^5.0.2", | ||
| "@storybook/addon-vitest": "^10.3.1", | ||
| "@storybook/addon-a11y": "^10.3.1", | ||
| "@storybook/addon-docs": "^10.3.1", | ||
| "@storybook/addon-onboarding": "^10.3.1" | ||
| "vite": "^8.0.1", | ||
| "vitest": "^4.1.0", | ||
| "playwright": "^1.58.2", | ||
| "@vitest/browser-playwright": "^4.1.0", | ||
| "@vitest/coverage-v8": "^4.1.0" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/file.svg
deleted
100644 → 0
public/globe.svg
deleted
100644 → 0
public/next.svg
deleted
100644 → 0
public/vercel.svg
deleted
100644 → 0
public/window.svg
deleted
100644 → 0
src/maf-ui/auth/MafLoginModal.tsx
deleted
100644 → 0
src/maf-ui/auth/MafRequireAuth.tsx
deleted
100644 → 0
src/maf-ui/auth/useAuth.ts
deleted
100644 → 0
src/maf-ui/components/MafBadge.tsx
deleted
100644 → 0
src/maf-ui/components/MafButton.tsx
deleted
100644 → 0
src/maf-ui/components/MafCard.tsx
deleted
100644 → 0
src/maf-ui/components/MafTabs.tsx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/maf-ui/shell/MafAppShell.tsx
deleted
100644 → 0
src/maf-ui/shell/MafBottomNav.tsx
deleted
100644 → 0
src/maf-ui/shell/MafDrawer.tsx
deleted
100644 → 0
src/maf-ui/shell/MafHeader.tsx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/maf-ui/shell/MafSidebar.tsx
deleted
100644 → 0
src/maf-ui/shell/MafThemeToggle.tsx
deleted
100644 → 0
src/maf-ui/shell/MafUserMenu.tsx
deleted
100644 → 0
stories/Badge.stories.tsx
deleted
100644 → 0
stories/BottomNav.stories.tsx
deleted
100644 → 0
stories/Button.stories.tsx
deleted
100644 → 0
stories/Button.tsx
deleted
100644 → 0
stories/Card.stories.tsx
deleted
100644 → 0
stories/Configure.mdx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/Drawer.stories.tsx
deleted
100644 → 0
stories/Header.stories.tsx
deleted
100644 → 0
stories/Header.tsx
deleted
100644 → 0
stories/LoginModal.stories.tsx
deleted
100644 → 0
stories/Page.stories.tsx
deleted
100644 → 0
stories/Page.tsx
deleted
100644 → 0
stories/Sidebar.stories.tsx
deleted
100644 → 0
stories/Tabs.stories.tsx
deleted
100644 → 0
stories/ThemeToggle.stories.tsx
deleted
100644 → 0
stories/assets/accessibility.png
deleted
100644 → 0
41.3 KB
stories/assets/accessibility.svg
deleted
100644 → 0
stories/assets/addon-library.png
deleted
100644 → 0
456 KB
stories/assets/assets.png
deleted
100644 → 0
3.81 KB
stories/assets/avif-test-image.avif
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/context.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/discord.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/docs.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/figma-plugin.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/github.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/share.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/styling.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/testing.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/theming.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/tutorials.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/assets/youtube.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/button.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/header.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
stories/page.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
vitest.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
vitest.shims.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.