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

Adds page headers for updated UX #2083

Merged
merged 27 commits into from
Aug 19, 2024
Merged

Adds page headers for updated UX #2083

merged 27 commits into from
Aug 19, 2024

Commits on Aug 7, 2024

  1. Adds initial commit to add header components and modifies get started…

    … and user list pages
    
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    de18a7c View commit details
    Browse the repository at this point in the history
  2. Updates auth-view page

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a773c6a View commit details
    Browse the repository at this point in the history
  3. Updates user edit and create pages

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    128d15c View commit details
    Browse the repository at this point in the history
  4. Updates user permissions page

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cfc9299 View commit details
    Browse the repository at this point in the history
  5. Updates dashboards tenancy page

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    baea892 View commit details
    Browse the repository at this point in the history
  6. Updates dashboards audit logs page

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    451e957 View commit details
    Browse the repository at this point in the history
  7. Updates roles and related pages

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d4e5da3 View commit details
    Browse the repository at this point in the history
  8. Updates variable name and fixes indentation

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f4f6278 View commit details
    Browse the repository at this point in the history
  9. Push logic into new component

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    67c4f24 View commit details
    Browse the repository at this point in the history
  10. Lint

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8309c66 View commit details
    Browse the repository at this point in the history
  11. Migrate audit logging and tenant tabs to new page header

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9f8b026 View commit details
    Browse the repository at this point in the history
  12. Migrate all tabs to new component

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0b4b9e8 View commit details
    Browse the repository at this point in the history
  13. Remove prop and fix some test failures

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f3f2caf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix most tests

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2174a3b View commit details
    Browse the repository at this point in the history
  2. Fix existing tests

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6bf5b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Push breadcrumb population into child components

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    132001e View commit details
    Browse the repository at this point in the history
  2. Migrate breadcrumbs into the page header component for the top level …

    …of all pages
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    44983ad View commit details
    Browse the repository at this point in the history
  3. Lint

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a09d643 View commit details
    Browse the repository at this point in the history
  4. Update all instances of breadcrumbs to new component and all existing…

    … tests pass
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9b74854 View commit details
    Browse the repository at this point in the history
  5. Fixes target _blank redirects

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ff7b043 View commit details
    Browse the repository at this point in the history
  6. Fixes unit tests

    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    DarshitChanpura committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d4ed1df View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add tests for new component and breadcrumb function

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6ccede6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    053c450 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    46f6416 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8c4d56e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Address PR feedback

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    442f525 View commit details
    Browse the repository at this point in the history
  2. Update tests and snapshots

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    040bc3e View commit details
    Browse the repository at this point in the history