From c51c1ad9c04e642880f5f6970587507d4cb85e31 Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Wed, 6 Mar 2024 20:09:11 -0600 Subject: [PATCH] feature: Add new authorize styling (#2182) Co-authored-by: Daniel Palafox --- .../form-authorize.component.html | 421 ++++++++++++------ .../form-authorize.component.scss | 55 +++ .../form-authorize.component.scss-theme.scss | 17 + .../form-authorize.component.ts | 20 +- .../pages/authorize/authorize.component.html | 12 +- .../pages/authorize/authorize.component.scss | 35 ++ .../pages/authorize/authorize.component.ts | 22 +- .../info-drop-down.component.html | 41 +- .../info-drop-down.component.scss | 4 +- .../info-drop-down.component.ts | 1 + ...rusted-individuals-dropdown.component.html | 5 +- .../trusted-individuals-dropdown.component.ts | 1 + 12 files changed, 475 insertions(+), 159 deletions(-) create mode 100644 src/app/authorize/components/form-authorize/form-authorize.component.scss-theme.scss diff --git a/src/app/authorize/components/form-authorize/form-authorize.component.html b/src/app/authorize/components/form-authorize/form-authorize.component.html index dbbbc6bd52..61dfd86b1d 100644 --- a/src/app/authorize/components/form-authorize/form-authorize.component.html +++ b/src/app/authorize/components/form-authorize/form-authorize.component.html @@ -1,149 +1,290 @@ - - - Authorize access - - - - -

- You are currently signed in as: -

-
-
- {{ userName }} + + + + Authorize access + + + + +

+ You are currently signed in as: +

+
+
+ {{ userName }} +
+ {{ + orcidUrl + }}
- {{ - orcidUrl - }} -
- + + + + +

+ has asked for the following access to your ORCID record: +

+ +
    + +
  • + +
    + +
    {{ getDescription(scope) }}
    +
    + +
  • +
    +
+ + + + +

+ + If authorized, this organization will have access to your ORCID record, + as outlined above and described in further detail in + ORCID’s privacy policy. +

+

+ + You can manage access permissions for this and other Trusted + Organizations in your + + account settings. +

+ + + + update + + + + remove_red_eye - -
- - - - -

- has asked for the following access to your ORCID record: -

- -
    - + + + + + + + + + + + + +

    Authorize access

    +
    +
    + + +

    -

  • - -
    - -
    {{ getDescription(scope) }}
    + You are currently signed in as: +

    + +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + {{ userName }} +
    + {{ orcidUrl }} +
    +
    + - -
  • -
    -
- - - - -

- - If authorized, this organization will have access to your ORCID record, - as outlined above and described in further detail in + + + + + +

+ This organization has asked for the following access to your ORCID record +

+ +
    + +
  • + +
    + +
    {{ getDescription(scope) }}
    +
    + +
  • +
    +
+ +