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

[SharedUX] Migrate PageTemplate component #129323

Merged
merged 51 commits into from
Apr 11, 2022

Commits on Mar 23, 2022

  1. [SharedUX] Migrate PageTemplate > SolutionNavAvatar

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4c02548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c2032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2664372 View commit details
    Browse the repository at this point in the history
  4. Updating snapshot

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6756004 View commit details
    Browse the repository at this point in the history
  5. Fix i18n

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    95387f2 View commit details
    Browse the repository at this point in the history
  6. Fix index.tsx

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    ab4e3b2 View commit details
    Browse the repository at this point in the history
  7. Fix failing test

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b4a9f0f View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary export

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9b8877b View commit details
    Browse the repository at this point in the history
  9. Change folder structure of solution_nav_avatar

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    347e401 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6d818c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30534ea View commit details
    Browse the repository at this point in the history
  12. Updating snapshot

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    ec2aa19 View commit details
    Browse the repository at this point in the history
  13. Fix index.tsx

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c476398 View commit details
    Browse the repository at this point in the history
  14. Fix failing test

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    db9f0c7 View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary export

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8df73d7 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' into page-template-3

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    418595e View commit details
    Browse the repository at this point in the history
  17. Fix comment

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    372840f View commit details
    Browse the repository at this point in the history
  18. Renaming component

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    88fba5a View commit details
    Browse the repository at this point in the history
  19. Fix folder structure

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6b47699 View commit details
    Browse the repository at this point in the history
  20. Fix storybook

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    44c5039 View commit details
    Browse the repository at this point in the history
  21. Style fix

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b65b050 View commit details
    Browse the repository at this point in the history
  22. Merge SolutionAvatar changes

    Maja Grubic committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    dcbffa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Fix SolutionAvatar reference

    Maja Grubic committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    96859b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Resolving merge conflicts

    Maja Grubic committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b6515ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9f73d View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    Maja Grubic committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f713bae View commit details
    Browse the repository at this point in the history
  4. Fix failing snapshot

    Maja Grubic committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3e772af View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Mar 30, 2022

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

Commits on Mar 31, 2022

  1. Applying PR comments

    Maja Grubic committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    329bc92 View commit details
    Browse the repository at this point in the history
  2. Updating failing snapshot

    Maja Grubic committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5e67940 View commit details
    Browse the repository at this point in the history
  3. Extract i18n

    Maja Grubic committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3c1179c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b5ef2d View commit details
    Browse the repository at this point in the history
  5. collapsed > isCollapsed

    Maja Grubic committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    41ffd07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2f082f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Applying PR comments

    Maja Grubic committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    973d86a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'page-template-3' of https://github.com/majagrubic/kibana

    …into page-template-3
    Maja Grubic committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4f4c217 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'page-template-3' into page-template-6

    Maja Grubic committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c29c95c View commit details
    Browse the repository at this point in the history
  4. NoDataConfigPage

    Maja Grubic committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    6b7a42a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. [SharedUX] Migrate PageTemplate

    Maja Grubic committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    fa7ddde View commit details
    Browse the repository at this point in the history
  2. Export component

    Maja Grubic committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    8232289 View commit details
    Browse the repository at this point in the history
  3. Merge main

    Maja Grubic committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e10a126 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Quick design fixes

    cchaos committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    66984a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Add pageHeader as a storybook prop

    Maja Grubic committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    693f4b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    603a24c View commit details
    Browse the repository at this point in the history
  3. Remove build additions

    Maja Grubic committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b86f742 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'page-template-6' of https://github.com/majagrubic/kibana

    …into page-template-6
    Maja Grubic committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b7cd156 View commit details
    Browse the repository at this point in the history
  5. Update .mdx file

    Maja Grubic committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3e1e444 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merge two stories

    Maja Grubic committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    79c1f30 View commit details
    Browse the repository at this point in the history
  2. Applying Clint's comments

    Maja Grubic committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    800117c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

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