mfo
af5af67750
ui(navigation_icons): use span icons which are bolder [asked by design].
...
ensure next/prev links are always on oneline, make back button bigger
[same as design], align back/next/prev to top when there is more than
oneline for h1 [either procedure name, either dossier name]
2024-12-10 10:22:08 +01:00
mfo
f993393eb2
feat(Instructeurs::DossiersNavigationComponent): extract back button and next/prev within a component
2024-12-10 09:15:54 +01:00
simon lehericey
0b67eb511b
fix: all password check views use the new post route
2024-12-09 11:32:07 +01:00
Colin Darie
89e2027406
style(filters): dynamic & larger width because we now have long column names
2024-12-06 11:50:52 +01:00
mfo
e9120f90a7
feat(instructeurs/back): add back button
...
Co-authored-by: Colin Darie <colin@darie.eu>
2024-11-28 14:07:46 +01:00
mfo
c260c43dac
feat(instructeur): nest all instruction routes under statut params for back purpose
2024-11-28 11:45:56 +01:00
simon lehericey
bb198000fe
refactor: include corrections
2024-11-26 16:35:44 +01:00
Paul Chavard
1335336d98
refactor(column): add label_for_value method
2024-11-26 14:31:21 +01:00
Colin Darie
4ffb6a7c1b
style(dossiers): cell headers can wrap on multilines
2024-11-25 14:38:28 +01:00
Colin Darie
e7768bbf4b
refactor(dossiers): table in new dsfr design
...
- remove obsolete css
- handle check / check all dsfr UI
- min height hack does not work anymore (pending a new solution)
2024-11-22 10:45:41 +01:00
mfo
9f2aff3459
feat(export.dossier_id): not a number, a string.
2024-11-14 15:31:24 +01:00
simon lehericey
5532a8a48f
small cleaning in filter_value_component
2024-11-07 18:11:41 +01:00
simon lehericey
60947f2b97
use it in filter_value_component
2024-11-07 18:11:41 +01:00
simon lehericey
e2bc45dc4a
inject dossier_state at build time
2024-11-07 18:11:40 +01:00
simon lehericey
2b6cc49541
inject dossier_labels at dossier_labels_column build time
2024-11-07 18:11:40 +01:00
simon lehericey
f5227f9609
move options_for_select from champ_column to column
2024-11-07 18:11:40 +01:00
simon lehericey
f8dc1d1533
use column.options_for_select
2024-11-07 18:11:39 +01:00
simon lehericey
2c8ee1f2c1
clean: use groupe_instructeur?
2024-11-07 18:11:38 +01:00
simon lehericey
dae9a40c5c
fix: the option is mandatory in an enum filter
2024-11-06 10:55:48 +01:00
LeSim
4f0713a764
Merge pull request #11005 from demarches-simplifiees/work_on_json_path_column
...
ETQ Instructeur, je peux voir et filtrer sur les données retournées par API
2024-11-05 08:46:44 +00:00
simon lehericey
8507733250
use champ_column.stable_id
2024-11-05 09:38:27 +01:00
Lisa Durand
3a45524d39
add column label to procedure table
2024-11-04 16:48:00 +01:00
simon lehericey
c28087ba3b
move human_value_for_filter to filter_buttons_component
2024-10-31 11:03:06 +01:00
simon lehericey
1268f323cb
move filter button to component and use plug it to new route
2024-10-31 11:03:06 +01:00
simon lehericey
a0671a1321
remove prefix, use status in controller
2024-10-31 10:54:29 +01:00
simon lehericey
b4ed393a55
extract column_filter_value
2024-10-31 10:54:28 +01:00
simon lehericey
13356f26c3
remove procedure from component signature
2024-10-31 10:54:28 +01:00
simon lehericey
d421d41e16
plug refresh_column_filter to dedicated controller
2024-10-31 10:54:28 +01:00
simon lehericey
7ed0b91351
plug column_filter, column_picker, column_header in new controller
2024-10-31 10:54:28 +01:00
Paul Chavard
c6329ef10a
feat(column): add column get_value
2024-10-30 08:10:50 +01:00
simon lehericey
d32a4a24d9
fix: do not allow empty filter in views
2024-10-24 12:06:33 +02:00
simon lehericey
7963746ed7
fix: suggest multiple_drop_down options on the filter component
2024-10-16 18:09:52 +02:00
simon lehericey
3677f3b2d3
tech(clean): remove Column classname: attribute
...
Co-authored-by: mfo <mfo@users.noreply.github.com>
2024-10-15 16:09:07 +02:00
simon lehericey
b2754cd26c
move validations concern to filtered_column
...
Co-authored-by: mfo <mfo@users.noreply.github.com>
2024-10-15 16:09:06 +02:00
simon lehericey
14fe11b612
use displayed_columns !
2024-10-15 16:09:06 +02:00
simon lehericey
e9c11a95f1
directly write in new filter columns
2024-10-15 16:09:05 +02:00
simon lehericey
3e73ff0d35
small refactors
2024-10-15 15:48:41 +02:00
simon lehericey
da98aa556b
use update(sorted_column:) and remove obsolete update_sort(column_id:, order:)
2024-10-08 22:51:25 +02:00
simon lehericey
22cbf725ec
column_table_header compute update_sort_path
2024-10-08 22:51:24 +02:00
simon lehericey
b582a2afc6
column_table_header_component use sorted_column
2024-10-08 22:51:18 +02:00
simon lehericey
3740a79219
add procedure_id to column.id
2024-10-07 21:46:59 +02:00
Paul Chavard
fb07a0ca54
fix(combobox): can copy past multiple values in restricted multi select combobox
2024-09-23 21:49:24 +02:00
Corinne Durrmeyer
6f7e7f43d6
Password complexity : Adds component vocalization for ATs
2024-09-20 14:32:17 +02:00
Lisa Durand
3d50f9363f
Merge pull request #10741 from demarches-simplifiees/secu-improve-complexity-password-ldu
...
[sécu] Améliorer la complexité des mots de passe pour tous les users
2024-09-18 12:40:17 +00:00
Lisa Durand
030bfa6651
disable submit button on page loading
2024-09-16 15:28:15 +02:00
Lisa Durand
00a155b896
add password complexity for instructeur, user and password change
2024-09-16 15:23:43 +02:00
simon lehericey
bc7d91751d
Revert "fix: ignore virtual data in column initialization"
...
This reverts commit 4289aa2cf5
.
2024-09-13 11:00:08 +02:00
simon lehericey
4289aa2cf5
fix: ignore virtual data in column initialization
2024-09-09 16:37:22 +02:00
Colin Darie
77fb0553fc
chore: enable freeze string literals by comment
2024-08-22 09:26:48 +02:00
mfo
ec9a03ac17
Merge pull request #10693 from mfo/US/filter-by-json-path-3
...
ETQ instructeur, je peux filtrer par les donnée de champs issues d'API, a commencer par RNA/RNF SIRET
2024-08-21 09:50:47 +00:00