Skip to content

Commit

Permalink
Sc-8413 : scroll to the top of the form (#758)
Browse files Browse the repository at this point in the history
* Handle multiple registered directories in BFF

* Version bump to v1.5.0

* Certman refactor and automated reissuance (#753)

Co-authored-by: kbelita <[email protected]>
Co-authored-by: Daniel Sollis <[email protected]>

* sc-8837 Extend Background Color to bottom of Overview page (#754)

* sc-8408 Add min/max to date of incorporation field (#743)

* Handle multiple registered directories in BFF

* sc-8408 Add min/max to date of incorporation field

Co-authored-by: Benjamin Bengfort <[email protected]>

* sc-8837 Extend Background Color to bottom of Overview page

Co-authored-by: Benjamin Bengfort <[email protected]>
Co-authored-by: Cletus Razakou <[email protected]>

* Certman refactor and automated reissuance (#753)

Co-authored-by: kbelita <[email protected]>
Co-authored-by: Daniel Sollis <[email protected]>

* sc-8837 Extend Background Color to bottom of Overview page (#754)

* sc-8408 Add min/max to date of incorporation field (#743)

* Handle multiple registered directories in BFF

* sc-8408 Add min/max to date of incorporation field

Co-authored-by: Benjamin Bengfort <[email protected]>

* sc-8837 Extend Background Color to bottom of Overview page

Co-authored-by: Benjamin Bengfort <[email protected]>
Co-authored-by: Cletus Razakou <[email protected]>

* fix validation schema conflict

* adds slack notifications to Github Actions container build yaml (#755)

Co-authored-by: Cletus Razakou <[email protected]>

* Allow multiple DNS names in certificate issuance (#701)

Co-authored-by: Benjamin Bengfort <[email protected]>

* feat: scroll to the top for each step

* refactor(user-ui): added review & submit button on registration form

* fix(user-ui): minor fix

* fix: resolve conflict

Co-authored-by: Benjamin Bengfort <[email protected]>
Co-authored-by: Patrick Deziel <[email protected]>
Co-authored-by: kbelita <[email protected]>
Co-authored-by: Daniel Sollis <[email protected]>
Co-authored-by: elysee15 <[email protected]>
Co-authored-by: Rebecca Bilbro <[email protected]>
  • Loading branch information
7 people committed Sep 22, 2022
1 parent 00de2c6 commit c20d930
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 1,813 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const AttentionAlert = ({
onClick,
buttonText
}: AttentionAlertProps) => {
console.log('action', action);
if (severity === AttentionSeverity.INFO.toUpperCase()) {
switch (action as AttentionAction) {
case AttentionAction.START_REGISTRATION:
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/src/locales/de/messages.js

Large diffs are not rendered by default.

304 changes: 1 addition & 303 deletions web/gds-user-ui/src/locales/de/messages.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/gds-user-ui/src/locales/en-dh/messages.js

Large diffs are not rendered by default.

Loading

0 comments on commit c20d930

Please sign in to comment.