- Fixed bug where it was impossible to create new list due to a focus issue.
- Added support to detect quantity when creating a new item that ends with "x {some value}"
- Changed done items style to be more distinctive from not done item.
- Added auto focus of new item form after creating a new section, which prevent the need to reselect the new item form of the new section.
- Added unit test for the ListView component.
- Updated dependencies.
- Added support for default section. (#13)
- Fixed bug where close button was not present in about modal
- Fixed long press to be cancelled after a mousemove or touchmove (#14)
- Added about modal (#12)
- Fixed functions deploy.
- Changed PWA config for new url.
- Fixed week sharing rules.
- Fixed missing translations ( #4 )
- Fixed error state reset after input update ( #8 )
- Fixed z-index of fab button, so it doesn't go over the submit button in modals ( #3 )
- Added support to share a weeks
- Added theme color.
- Fixed bug where the user was not redirected to the list index after deleting a list.
- Added storybook
- Refractored functions to use shared services.
- Added support for dynamic firebase request. One firebase request can now be based on another one.
- Updated dependencies.
- few bug fixes
- added support to share list between account. Both account must be registered on the app.
- Initial deployement