Skip to content

1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 09:36
217044d
Fix/ff offline service worker (#122)

* v4 datamodel enum implementation

* identification component, tabs navigation
contactAttempt medium

* identification component
contactOutcomeConfiguration handling
contactAttemptConfiguration handling
navigation refactor

* prevent full package import with destructuration

* remove dead code

* ES2020 syntax

* syntax update

* transmission controls handle identification

* extends data managed by identification hook
minor graphical/typo fixes

* identification questionnaire internal state OK

* missing answer

* selected tab text color

* fix identification component when no data

* IASCO transmission control implementation
log removal

* fix undefined identification evaluation

* fix enum entry for API compliance

* identification generate valid starting state

* typo

* label changes

* prevent tab switching when saving

* fix transmission control

* fix panel navigation

* save each identification

* filter contactOutcome by COconfiguration

* UI refactor

* fix contact outcome enums by medium

* fix enum typo for API compliance

* fix selected question highlight
prevent valid answers erasure

* update identification tab label

* sticky tabs bar & prevent overlap on scrolls

* extend comment length

* new GUI components

* fix background color in UE page

* GUI improvements : nex compos & CSS

* remove previous component

* remove unused dictionnary entries

* split info in column

* update contact data display

* update contact component display

* fuse individual, phone, mail forms

* new components graphical enhancement

* GUI AppBar update

* contact[attempt/ouctome] GUI update

* minor code fix

* remove unused imports

* update infoTile test : minr GUI change

* GUI forms refactor - WIP

* user form birthdate change fix

* fixes

* working phoneNumber

* prevent updating fiscal/directory phone numbers

* fix missing phone number crash

* theme integration for buttons

* delete phoneNumbers
lateral menu css fix
email edition fix
birthdate display fix

* remove unused import

* itw phone number duplicate removal

* fix transmission control

* GUI fixes

* CSS clean-up, dead code removal

* rename folder

* CSS, fix default contactoutcome

* remove unused components

* address form refactor

* CSS i18n new address data function

* infoTile text overflow

* fix minor bug

* fix tests

* Migration vite & DramaQueen integration (#109)

* change extension js -> jsx

* remove jsx extension in custom hook

* vite migration

:warning:  The build path is now dist

* Update package.json

* let output dir as build

* remove react script

* migration jest to vitest

* revert changes in ci and script related to dist path

* make service worker works

* drama queen integration

* make build esnext

* endpoint service worker

* disable queen healthcheck when synchronize

* remove code smell in vite.config.js

* remove k8s files

* bump version 1.0.0

* Service worker update, retro compatibility with prod (#111)

* update sw

* retro compatibility with service worker

we must be retrocompatible with service worker already loaded in user navigator so the update works

* bump version to 1.0.1

* fix: upgrade workbox version for FF compliance

---------

Co-authored-by: Nicolas Turban <[email protected]>
Co-authored-by: Dylan Decrulle <[email protected]>