Ivan Dalmet

Results 28 issues of Ivan Dalmet

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

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

- [ ] Add basename / url of the app in a constant - [ ] Add a guide in the readme to update the app url

enhancement

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

v2

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

good first issue

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