start-ui-web icon indicating copy to clipboard operation
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...

Results 109 start-ui-web issues
Sort by recently updated
recently updated
newest added

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...

dependencies

## 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: ![image](https://github.com/BearStudio/start-ui-web/assets/135032615/dde8ceb5-3cc8-4dc2-973f-668a82249f73) ## 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 ![image](https://github.com/user-attachments/assets/433a007d-203b-4b52-aa6c-e7f6fe6010ae)

## 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...