Skip to content

Commit

Permalink
feat(contract): add localstorage persisted already evaluated filter t…
Browse files Browse the repository at this point in the history
…oggle

feat(evaluation summary): collapse by default evaluation summary (status is saved in localstorage)
  • Loading branch information
jonathanMelly committed Nov 24, 2023
1 parent 1ca3a8a commit a78fc8c
Show file tree
Hide file tree
Showing 11 changed files with 389 additions and 192 deletions.
3 changes: 2 additions & 1 deletion lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,6 @@
"Part": "Partie",
"main": "global",
"Periods": "Périodes",
"Note: currently associated contracts won’t be affected": "Note: les contrats associés ne seront pas affecté"
"Note: currently associated contracts won’t be affected": "Note: les contrats associés ne seront pas affecté",
"Hide already evaluated contracts": "Masquer les contrats déjà évalués"
}
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"devDependencies": {
"@alpinejs/collapse": "^3.10.2",
"@alpinejs/persist": "^3.13.3",
"@fortawesome/fontawesome-free": "^6.1.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
Expand Down
Loading

0 comments on commit a78fc8c

Please sign in to comment.