start-ui-web
start-ui-web copied to clipboard
π Start UI [web] is an opinionated UI starter with π¦ TypeScript, βοΈ React, β«οΈ NextJS, β‘οΈ Chakra UI, π¦ tRPC, β² Prisma, ποΈ TanStack Query, π Storybook, π Playwright,π React Hook Form,β½From the...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 6.1.1 to 6.1.2. Release notes Sourced from webpack-dev-middleware's releases. v6.1.2 6.1.2 (2024-03-20) Bug Fixes security: do not allow to read files above (#1778) (9670b34) Changelog Sourced from...
## Describe your changes - Migration to TRPC V11 - Replaced `isLoading` by `isPending` - (Temp) Added the info prop to createContext function in createOpenApiFetchHandler - In logger middleware, replaced...
## Describe your changes Remove fixed elements in layout for easier customization without 10+ years mastering in CSS layout π ## Checklist - [x] I performed a self review of...
## Describe your changes Add FilterPopover component ## Screenshots ### Simple Select ### Dates ## Documentation ## Checklist - [ ] I performed a self review of my code -...
Replace the custom authentication solution with Lucia-Auth. ## Documentation ## Checklist - [ ] I performed a self review of my code - [ ] I ensured that everything is...
## In the Form and Fields components declaration, wouldn't it be better to : - Use import type instead of import when possible. Cf:  ## Remove the control props...
Closes #514 ## Description : Following the Copenhagen Book we should use alphanumeric code for validation (without some specific characters) to prevent user errors. https://thecopenhagenbook.com/email-verification Use the oslo library for...
Following the Copenhagen Book we should use alphanumeric code for validation (without some specific characters) to prevent user errors. https://thecopenhagenbook.com/email-verification Use the oslo library for this https://oslo.js.org/reference/crypto/generateRandomString 
## Describe your changes β οΈ Need to update the database for the preview Improve the auth flows to prepare for oauth - [x] Merge admin and app login page (with...