Ivan Dalmet
Ivan Dalmet
Redirect from `/account/activate` to `/` if the verification is `ok`
Add a GitHub action to check the PR name Something like this -> https://github.com/marketplace/actions/pr-title-checker
Need to update the favicon and mobile icons. - Web app with  - Storybook with  You can use [RealFaviconGenerator](https://realfavicongenerator.net/)
We need storybook documentation for custom hooks available in the `src/hooks` folder.
- [ ] Add basename / url of the app in a constant - [ ] Add a guide in the readme to update the app url
## The v2 of Formiz is under heavy developments! 🎉 This v2 is focusing on performances, React 18 and internal code simplification for better contributions. The [BearStudio](https://www.bearstudio.fr/) team is on...
Make sur that npx use the latest version to generate a new app. ## Current version ``` npx create-start-ui --native myApp ``` ## Fixed version ``` npx create-start-ui@latest --native myApp...
Update all files to .ts or .tsx and add types.
Hi, I just tried the hooks on a very simple project with NextJS. In development, I get an error on HMR ([Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh)), because (I think) the connection is closed...
Need to update documentation if merged