Commit 0836f94
feat: add settings menu (#849)
* feat: add settings menu
* wip: setting page
* wip: settings page
* chore: revert perm
* fix: text
* Add alert title and description
* wip
* chore: restore condition
* wip: setting menu
* chore: add ff
* feat: add ff
* chore: use link component + eslint
* chore: refactoring
* chore: remove log
* feat: popup messages (#850)
* empty
* feat: add popup + use trans for links
* feat: popup menus
* chore: dummy jwt token
* feat: add info alert
* chore: add translations
* feat: add loader
* chore: add TODO message
* feat: add state changer + mock update action
* feat: status chip calculation (#851)
* feat: status chip calculation
* chore: code refactoring
* chore: code review
* chore: service enabling data
* chore: remove edit contacts button
* chore: activation date calculation
* fix: env variable name
* chore: code optimization
reduce to one modal instead of duplicating the same one
make use of react component instead of function invocation
* [CHK-4708] feat: service settings add PUT consent api invocation (#852)
* feat(consent-api): add save consent API invocation on button click
* revert local env file
* feat(consent-api): fix ConsentEnum and Date usage
* feat(consent-api): lint
* feat(consent-api): update error title and description
* chore: merge modification + code refactoring
* [CHK-4708] feat: service settings add get api invocation (#853)
* feat(consent-api): add GET service consents API invocation
* feat(consent-api): update error title and description
* Chk 4708 unit tests (#855)
* feat(wip): test
* chore: restore components
* chore: add missing import + early return
* chore: add error message
* feat: wip tests
* feat: test + page refactoring to help in test
* fix: tests
* chore: remove comment
* chore: lint
* fix: key stiles
* trigger CR pipeline
* chore: update can i use browser list
* chore: add test for errors
* [CHK-4708] feat(integration-test): add service settings page integration tests (#857)
* feat(integration-test): add service settings page integration tests
* feat(integration-test): remove only
* feat(integration-test): add service settings page integration tests
* feat(integration-test): remove only
* feat(integration-test): refactor code
* feat(integration-test): refactor code
* feat: additional permission check to show components (#856)
* feat: additional permission check to show components
* chore: restore dummy value
* chore: enable service modification keys only for admins
* chore: code refactoring
* chore: fix test
* fix: test import
* feat: add tests
* trigger CR pipeline
* feat: add tests for institution service
* chore: remove unused import
* chore: add tests for coverage
---------
Co-authored-by: CianoDanilo <danilo.ciano@pagopa.it>
---------
Co-authored-by: Pietro Tota <115724836+pietro-tota@users.noreply.github.com>
---------
Co-authored-by: Pietro Tota <115724836+pietro-tota@users.noreply.github.com>
Co-authored-by: pietro.tota <pietro.tota@pagopa.it>
---------
Co-authored-by: CianoDanilo <danilo.ciano@pagopa.it>
---------
Co-authored-by: CianoDanilo <danilo.ciano@pagopa.it>
* Bump to version 1.46.0-1-CHK-4708-service-settings-section [skip ci]
* fix: add org is ec and broker to check
---------
Co-authored-by: danilo.ciano <danilo.ciano@pagopa.it>
Co-authored-by: pagopa-github-bot <github-bot@pagopa.it>1 parent 84eb167 commit 0836f94
File tree
25 files changed
+1395
-159
lines changed- integration-test/tests
- utils
- src
- api
- components
- ProtectedRoute
- __tests__
- SideMenu
- hooks
- locale
- model
- pages
- dashboard
- settings
- __tests__
- components
- __tests__
- services
- __mocks__
- __tests__
- utils
25 files changed
+1395
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
353 | 365 | | |
354 | 366 | | |
355 | 367 | | |
| |||
0 commit comments