-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bumb: lunatic version to 2.6.3 * chore: clean dead code * feat: add autoFocus of lunatic * build; clean scripts * chore: remove useless Fragment * style: fix css * deps: upgrade lunatic to 2.7.2 remove useless env variables * deps: upgrade lunatic to 2.7.3 * ref: add new hook : useConstCallback to avoid pb * chore: create utils data function to clear null value & merge full and partial data * Ref: use partial data to improve perf * Update data.json * style: fix css * bumb drama-queen-container version to 1.3.12
- Loading branch information
1 parent
eb3f7a8
commit e7c1571
Showing
56 changed files
with
409 additions
and
52,523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
SKIP_PREFLIGHT_CHECK=true | ||
REACT_APP_LUNATIC_LOADER_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-append-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-searching-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_LABEL_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-label-worker-0.2.4-experimental.js | ||
SKIP_PREFLIGHT_CHECK=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
PUBLIC_URL=__PUBLIC_URL_TO_REPLACE__ | ||
REACT_APP_LUNATIC_LOADER_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-append-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-searching-worker-0.2.4-experimental.js | ||
REACT_APP_LUNATIC_LABEL_WORKER_PATH=${PUBLIC_URL}/workers/lunatic-label-worker-0.2.4-experimental.js | ||
PUBLIC_URL=__PUBLIC_URL_TO_REPLACE__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
# production | ||
/build | ||
|
||
# Lunatic workers | ||
/public/workers | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "queen-v2", | ||
"version": "1.0.12", | ||
"version": "1.1.0", | ||
"description": "Web application for the management of questionnaires powered by Lunatic", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -12,7 +12,7 @@ | |
"dependencies": { | ||
"@axa-fr/react-oidc-context": "^3.1.6", | ||
"@craco/craco": "^6.4.0", | ||
"@inseefr/lunatic": "^2.6.1", | ||
"@inseefr/lunatic": "^2.7.3", | ||
"@inseefr/trevas": "^0.1.16", | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/icons": "^4.11.2", | ||
|
@@ -38,8 +38,10 @@ | |
"workbox-strategies": "^6.1.1" | ||
}, | ||
"scripts": { | ||
"prestart": "npx @inseefr/[email protected] workers", | ||
"start": "cross-env PORT=5002 react-scripts start", | ||
"start-dev": "cross-env PORT=5002 craco start", | ||
"prebuild": "npx @inseefr/[email protected] workers", | ||
"build": "react-scripts build && npm run post-build", | ||
"post-build": "node ./configuration/build/build-sw.js && node ./configuration/build/manage-public-url.js && copy-and-watch configuration/files/* build", | ||
"test": "react-scripts test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.