Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18284: digital business card #552

Commits on Sep 23, 2023

  1. refactor: CredentialsLanding component: add heading card

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    47feaf0 View commit details
    Browse the repository at this point in the history
  2. feat: CredentialsLanding component: add supplemental cards

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    32dfef2 View commit details
    Browse the repository at this point in the history
  3. feat: CredentialsLanding component: add image and word wrapping

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    500763b View commit details
    Browse the repository at this point in the history
  4. feat: CredentialsLanding component: link styling

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    168eca8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. feat: CredentialsStepper component: deprecate routes

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    23e6d5b View commit details
    Browse the repository at this point in the history
  2. refactor: CredentialsStepper component: function naming

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    07bf666 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. refactor: DigitalCredentials component: split into sub components

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    83d88ff View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat: DigitalCredentials component: add web socket component

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8cae600 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: DigitalCredentials component: re-add credential table

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    dee0f34 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. refactor: DigitalCredentials component: update types and imports

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bbd85b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. feat: DigitalCredentials component: add revocation dialogs

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d8289b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. feat: DigitalCredentials component: add replacement dialogs

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    49c2baa View commit details
    Browse the repository at this point in the history
  2. feat: devcontainer config

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fbfdc99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03772a9 View commit details
    Browse the repository at this point in the history
  4. chore: fix linting errors

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ae9faa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. chore: bump version number

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4e43dc7 View commit details
    Browse the repository at this point in the history
  2. chore: rename route for specificity

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ff10cbc View commit details
    Browse the repository at this point in the history
  3. chore: ran linter and fixed linting errors

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5a2c946 View commit details
    Browse the repository at this point in the history
  4. chore: make interface field optional

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    990d34d View commit details
    Browse the repository at this point in the history
  5. chore: revert auto-formatting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3b1b44d View commit details
    Browse the repository at this point in the history
  6. refactor: contain dialogs for DigitalCredentials component

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    917ff01 View commit details
    Browse the repository at this point in the history
  7. chore: fix code smells

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e6df545 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. chore: address code review comments

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    88601ef View commit details
    Browse the repository at this point in the history
  2. chore: revert autoformatting

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d085e12 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. chore: update wording and styling to align with UX

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a143ca0 View commit details
    Browse the repository at this point in the history
  2. chore: fix styling

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c6a8c05 View commit details
    Browse the repository at this point in the history
  3. feat: feature flag credentials feature with mixin

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7f3107b View commit details
    Browse the repository at this point in the history
  4. feat: add TOU dialog

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    045d251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c1b4af View commit details
    Browse the repository at this point in the history
  6. chore: cleaup

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    081f591 View commit details
    Browse the repository at this point in the history
  7. fix: mixin to access digital credential feature

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a1edda6 View commit details
    Browse the repository at this point in the history
  8. fix: entity menu styling

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    13a8187 View commit details
    Browse the repository at this point in the history
  9. feat: add loading indicators to digital credential route pages

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8c03739 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: reset dialog and functions

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    65c0c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore: returl null if undefined

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fdef2ed View commit details
    Browse the repository at this point in the history
  2. chore: beef up conditional checks

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f8864b8 View commit details
    Browse the repository at this point in the history
  3. chore: spelling error

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ae81205 View commit details
    Browse the repository at this point in the history
  4. chore: spelling error

    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    df06a6b View commit details
    Browse the repository at this point in the history