feat: add frontend infrastructure libraries (ky, Zustand, MUI, dayjs, clsx, tanstack-table, rhf, zod) #32

Merged
ksv741 merged 1 commits from codex/frontend-libraries-setup into main 2026-06-21 08:27:11 +03:00
Owner
  • install ky, zustand, @mui/material, @fontsource/roboto, dayjs, clsx
  • install @tanstack/react-table, react-hook-form, zod, @hookform/resolvers
  • create kyClient.ts with auth interceptors
  • create Zustand store for session (useSessionStore.ts)
  • add MUI theming (theme.ts, ThemeProvider in AppProviders)
  • add dayjs utils with ru locale (formatDate, formatRelative)
  • add clsx cn() utility
  • add base Table component using @tanstack/react-table
  • create ADR-015 documenting architectural decisions
  • create SDD artifacts: spec.md, plan.md, tasks.md
  • build, lint, and 111 tests passing
- install ky, zustand, @mui/material, @fontsource/roboto, dayjs, clsx - install @tanstack/react-table, react-hook-form, zod, @hookform/resolvers - create kyClient.ts with auth interceptors - create Zustand store for session (useSessionStore.ts) - add MUI theming (theme.ts, ThemeProvider in AppProviders) - add dayjs utils with ru locale (formatDate, formatRelative) - add clsx cn() utility - add base Table component using @tanstack/react-table - create ADR-015 documenting architectural decisions - create SDD artifacts: spec.md, plan.md, tasks.md - build, lint, and 111 tests passing
ksv741 added 1 commit 2026-06-21 08:27:02 +03:00
feat: add frontend infrastructure libraries (ky, Zustand, MUI, dayjs, clsx, tanstack-table, rhf, zod)
Some checks failed
CI / ci (pull_request) Failing after 2m55s
CI / ci (push) Failing after 2m53s
1b6fd39be3
- install ky, zustand, @mui/material, @fontsource/roboto, dayjs, clsx
- install @tanstack/react-table, react-hook-form, zod, @hookform/resolvers
- create kyClient.ts with auth interceptors
- create Zustand store for session (useSessionStore.ts)
- add MUI theming (theme.ts, ThemeProvider in AppProviders)
- add dayjs utils with ru locale (formatDate, formatRelative)
- add clsx cn() utility
- add base Table component using @tanstack/react-table
- create ADR-015 documenting architectural decisions
- create SDD artifacts: spec.md, plan.md, tasks.md
- build, lint, and 111 tests passing
ksv741 merged commit 1b6fd39be3 into main 2026-06-21 08:27:11 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: moex/moex-vibe#32
No description provided.