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 92 start-ui-web issues
Sort by recently updated
recently updated
newest added

In services like https://github.com/BearStudio/start-ui-web/blob/master/src/app/admin/users/users.service.ts#L35, it could add a great value to check if it is fetching and if previous data are shown, so the `isLoadingPage` only triggers when new data...

enhancement

## Description In the login modal shown when the auth token is expired, the button "Forget Password?" does not work. ## How to reproduce 1. Login as any user. 2....

bug

**The problem** : When I'm on Firefox, Storybooks docs height looks minimal. In comparison at Chrome, docs height fit the content. With Firefox : ![Capture d’écran 2022-02-25 aΜ€ 15 02...

bug:third-party

https://github.com/BearStudio/start-ui-web/blob/8470851284e55b00b64d7f00d0465125862219ca/package.json#L82 - The old one is [`babel-eslint`](https://github.com/babel/babel-eslint) - The new one is [`@babel/eslint-parser`](https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser).

enhancement

This code should prevent bad handling of "escape" keyDown when select is used inside a modal / popover ```ts const SelectContainer = (props) => { const { innerProps, selectProps }...

bug

Need to update the favicon and mobile icons. - Web app with ![image](https://user-images.githubusercontent.com/9749061/138274707-09101548-ef64-4772-afb5-4bcae6e3a0a9.png) - Storybook with ![image](https://user-images.githubusercontent.com/9749061/138274680-953afe5f-816b-407e-9bf6-f56f77272d5a.png) You can use [RealFaviconGenerator](https://realfavicongenerator.net/)

good first issue
hacktoberfest

We need storybook documentation for custom hooks available in the `src/hooks` folder.

documentation
good first issue
hacktoberfest

## Why? Since the project is now correctly formatted, I don't see any blockers by keeping the `lint` command on the `pre-push` git hook; So maybe we can just remove...

enhancement
question

When I try adding **leftIcon** prop to component `Select`, I need to custom ValueContainer of React-Select. But I ran into a typescript error ts(2740), ![image](https://user-images.githubusercontent.com/50519642/153695182-28d631ba-86bb-4a42-bdfa-82c115705961.png) err message as follows: ![image](https://user-images.githubusercontent.com/50519642/153695168-603d5e1a-f697-42d4-990a-88e738e3fadd.png)...