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

We already have some draft of this tutorial internally, we should publish it to the wiki and add example project.

documentation
hacktoberfest

Create a component that portals a Calculator component on NumericInput (I didn't find a lovely library, but maybe you know one?) Then create its related Formiz field.

enhancement
components

PowerBar/CommandPalette is a great UX pattern and is really helpful for advanced applications with multiple functionalities. [Check for more advantages and examples on Owen Williams article](https://debugger.medium.com/every-app-should-have-a-power-bar-dc2d2507a0e5). It could be awesome...

enhancement

fix #139 Results ![Capture d’écran du 2022-07-22 15-39-22](https://user-images.githubusercontent.com/107464660/180451163-5fe67eb6-5d01-4606-964a-50d0512b90f3.png) ![Capture d’écran du 2022-07-27 09-41-41](https://user-images.githubusercontent.com/107464660/181190704-f60720f1-b0fd-4530-8f2b-a6c2b2d99cd0.png)

When deploying start-ui with gitlab-ci, the `test` step will fail because cypress wont' work inside docker (as there is not X server available). Solution seems to be using image `cypress/base`...

bug

Fixing the `test` step failing in gitlab-ci. This fix makes use of the `cypress/base` docker image to run the `test` step. Failing pipeline example (using the old gitlab-ci file): https://gitlab.com/thomas338/start-ui-cypress-gitlab-ci/-/jobs/2814125994...

Redirect from `/account/activate` to `/` if the verification is `ok`

good first issue

Add a GitHub action to check the PR name Something like this -> https://github.com/marketplace/actions/pr-title-checker

enhancement
hacktoberfest

Create the related form field for DateSelector component.

enhancement
components

~~Adding useSmartNavigate hook and SmartNavigateLink component, for manage smart navigation with automatic complete of state, thats permits to make smart goBack easily~~ ~~⚠️ This feature need an update of "@testing-library/user-event"...