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

WIP: Nested nav with reporting on usage #9097

Draft
wants to merge 298 commits into
base: main
Choose a base branch
from
Draft
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 25, 2024

  1. remove unused stuff

    stevector committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c906c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e9bfd View commit details
    Browse the repository at this point in the history
  3. more tweaks

    stevector committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9d1300f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8372bbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90698c8 View commit details
    Browse the repository at this point in the history
  6. whitespace

    stevector committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0f4046a View commit details
    Browse the repository at this point in the history
  7. using fallback

    stevector committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3b67d44 View commit details
    Browse the repository at this point in the history
  8. more cleanup

    stevector committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    957c2d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    122b92c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. more cleanup

    stevector committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fa64a51 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. link fix

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    49b1c19 View commit details
    Browse the repository at this point in the history
  2. screenshot testing nav

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    550ef9b View commit details
    Browse the repository at this point in the history
  3. update prettier

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2c8572d View commit details
    Browse the repository at this point in the history
  4. running prettier

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e4f05fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a914402 View commit details
    Browse the repository at this point in the history
  6. adding eslint

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7705f80 View commit details
    Browse the repository at this point in the history
  7. adding eslint

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f84fc28 View commit details
    Browse the repository at this point in the history
  8. Revert "adding eslint"

    This reverts commit f84fc28.
    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c3d5fc8 View commit details
    Browse the repository at this point in the history
  9. Revert "adding eslint"

    This reverts commit 7705f80.
    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3e839b5 View commit details
    Browse the repository at this point in the history
  10. Revert "running prettier"

    This reverts commit e4f05fb.
    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    54aabfb View commit details
    Browse the repository at this point in the history
  11. small prettier formatting

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    72e6097 View commit details
    Browse the repository at this point in the history
  12. formatting

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    31c1954 View commit details
    Browse the repository at this point in the history
  13. manual spacing

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7715255 View commit details
    Browse the repository at this point in the history
  14. more manual

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    14c826b View commit details
    Browse the repository at this point in the history
  15. manual formatting

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3f1cc9c View commit details
    Browse the repository at this point in the history
  16. prettier with manual fix

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    708a88b View commit details
    Browse the repository at this point in the history
  17. prettier fixes

    stevector committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1875b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. simplify regex

    stevector committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9e185ef View commit details
    Browse the repository at this point in the history
  2. prettier comment

    stevector committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7f95a83 View commit details
    Browse the repository at this point in the history
  3. Revert "prettier comment"

    This reverts commit 7f95a83.
    stevector committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3737121 View commit details
    Browse the repository at this point in the history
  4. going back to work regex

    stevector committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    05b2c70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab1beb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. adding vitest

    stevector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5af02ea View commit details
    Browse the repository at this point in the history
  2. adding unit tests samples

    stevector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cc5dda8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    087f29a View commit details
    Browse the repository at this point in the history
  4. more testing

    stevector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4f710c5 View commit details
    Browse the repository at this point in the history
  5. query in its own file

    stevector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e20af5d View commit details
    Browse the repository at this point in the history
  6. more unit testing

    stevector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c641d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. one more unit test

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e7a6270 View commit details
    Browse the repository at this point in the history
  2. fix

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    676ec4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4053c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fb491 View commit details
    Browse the repository at this point in the history
  5. moving deck chairs

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d99ac9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cb3fb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53f28e5 View commit details
    Browse the repository at this point in the history
  8. moving test fixture

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5e94008 View commit details
    Browse the repository at this point in the history
  9. simplyfing a function

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fc9f98c View commit details
    Browse the repository at this point in the history
  10. simplify data structures

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    938f290 View commit details
    Browse the repository at this point in the history
  11. running prettier

    stevector committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5c58736 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    64d0353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a05428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb4198 View commit details
    Browse the repository at this point in the history
  4. cleanup

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    81a27f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff83e64 View commit details
    Browse the repository at this point in the history
  6. docs and cleanup

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    15270c0 View commit details
    Browse the repository at this point in the history
  7. more comments

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    31bdf60 View commit details
    Browse the repository at this point in the history
  8. more cleanup

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    326b254 View commit details
    Browse the repository at this point in the history
  9. more comments more tests

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bbcae6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    472c5de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07e534e View commit details
    Browse the repository at this point in the history
  12. running prettier

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f4a2fb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ba6420 View commit details
    Browse the repository at this point in the history
  14. reporting files

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d427598 View commit details
    Browse the repository at this point in the history
  15. reporting tests

    stevector committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6a36bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. more reporting tools

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c8dcac5 View commit details
    Browse the repository at this point in the history
  2. tests for reporting

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f77f27a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c30beb8 View commit details
    Browse the repository at this point in the history
  4. moving reporting function

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b7b25ab View commit details
    Browse the repository at this point in the history
  5. more testing of reporting

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    778e8c3 View commit details
    Browse the repository at this point in the history
  6. reporting

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0d6df2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74b953c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0451c76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    023e536 View commit details
    Browse the repository at this point in the history
  10. fixing logic

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f357ccf View commit details
    Browse the repository at this point in the history
  11. more logic fixing

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    936e947 View commit details
    Browse the repository at this point in the history
  12. getting close

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    452aa7c View commit details
    Browse the repository at this point in the history
  13. 8%!

    stevector committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c98e38a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. removing unused stuff

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    98da549 View commit details
    Browse the repository at this point in the history
  2. adding to menu

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0e33875 View commit details
    Browse the repository at this point in the history
  3. more menus

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    da3aa99 View commit details
    Browse the repository at this point in the history
  4. 55%

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8509cd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4651122 View commit details
    Browse the repository at this point in the history
  6. more guides in menus

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a5e41f8 View commit details
    Browse the repository at this point in the history
  7. 199!

    stevector committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e28a8d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. updating exceptions

    stevector committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    28d12cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb0e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f19712 View commit details
    Browse the repository at this point in the history
  4. starting on DNS

    stevector committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    25c4965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bba2b24 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. more sidebars

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7ff67e2 View commit details
    Browse the repository at this point in the history
  2. moving simpleLink to helper

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d18ff1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866cc48 View commit details
    Browse the repository at this point in the history
  4. breaking out menus

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e7a46aa View commit details
    Browse the repository at this point in the history
  5. two more

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    fded07e View commit details
    Browse the repository at this point in the history
  6. breaking out menus

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    17d7567 View commit details
    Browse the repository at this point in the history
  7. assigning menus

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3392681 View commit details
    Browse the repository at this point in the history
  8. a few more assignments

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2fa7813 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89f2b3b View commit details
    Browse the repository at this point in the history
  10. dns menus

    stevector committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    762155e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. lots of menu moving

    stevector committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ca95d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c591782 View commit details
    Browse the repository at this point in the history
  3. moving menus

    stevector committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3a682de View commit details
    Browse the repository at this point in the history
  4. adding about section

    stevector committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    da46542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    067ec7c View commit details
    Browse the repository at this point in the history
  6. build tools menu link

    stevector committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a720fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    c969c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4311b81 View commit details
    Browse the repository at this point in the history
  3. starting on styling

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1a8a51f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e237ecd View commit details
    Browse the repository at this point in the history
  5. merging main

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    88b62ec View commit details
    Browse the repository at this point in the history
  6. remove extra arrow in link

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a7aee27 View commit details
    Browse the repository at this point in the history
  7. removing console.log

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a86a02b View commit details
    Browse the repository at this point in the history
  8. merging

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e1e0c3 View commit details
    Browse the repository at this point in the history
  9. workflows()

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b9345f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5dd01da View commit details
    Browse the repository at this point in the history
  11. code organizing

    stevector committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1121257 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. adding comment

    stevector committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1179834 View commit details
    Browse the repository at this point in the history
  2. adding comments

    stevector committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cc1d08e View commit details
    Browse the repository at this point in the history
  3. reporting on status codes

    stevector committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    096ed92 View commit details
    Browse the repository at this point in the history
  4. Moving submenus around

    stevector committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8649e70 View commit details
    Browse the repository at this point in the history
  5. more

    stevector committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9a27b0e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Adding label

    stevector committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0999f9e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 8, 2024

  1. Add vitest to GitHub actions (#9162)

    * Add vitest to GHA
    
    * Make a clean install
    
    * switching from jsx to React.createElement()
    
    * Update and rename test.yml to vitest.yml
    
    ---------
    
    Co-authored-by: Steve Persch <[email protected]>
    Co-authored-by: Steve Persch <[email protected]>
    3 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8468bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    991ee46 View commit details
    Browse the repository at this point in the history
  2. merge

    stevector committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1deca10 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    ca1475e View commit details
    Browse the repository at this point in the history
  2. testing readme

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    34ca4e2 View commit details
    Browse the repository at this point in the history
  3. fixing link

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3ebd2d6 View commit details
    Browse the repository at this point in the history
  4. copy fix

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3ea6421 View commit details
    Browse the repository at this point in the history
  5. changing addsearch back

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df5f62d View commit details
    Browse the repository at this point in the history
  6. addsearch back

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e2d3f13 View commit details
    Browse the repository at this point in the history
  7. adding vite.config.ts

    stevector committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d0959e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efedf9c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. some menu restructuring

    stevector committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    783c613 View commit details
    Browse the repository at this point in the history
  2. menu reorgs

    stevector committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4a5e8d4 View commit details
    Browse the repository at this point in the history
  3. fixing page title

    stevector committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9e15bc5 View commit details
    Browse the repository at this point in the history
  4. drupal notes and DNS titles

    stevector committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cbc7ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b2370 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8548aa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    967a0bf View commit details
    Browse the repository at this point in the history
  2. more menu tweaking

    stevector committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a3aed24 View commit details
    Browse the repository at this point in the history
  3. terminus menu

    stevector committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0eb253b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    939eb79 View commit details
    Browse the repository at this point in the history
  5. working out a top-level nav

    stevector committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    126fdc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fcae90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa0f361 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad8a253 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aab94e4 View commit details
    Browse the repository at this point in the history
  10. merging main

    stevector committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6383953 View commit details
    Browse the repository at this point in the history
  11. Merge 6383953 into c717082

    stevector authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b9e219 View commit details
    Browse the repository at this point in the history
  12. Apply Prettier formatting

    Pantheon Bot committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d72b831 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. renaming dnsProviders

    stevector committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5087971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e8afb View commit details
    Browse the repository at this point in the history
  3. migrating menu

    stevector committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fd5a3f3 View commit details
    Browse the repository at this point in the history
  4. Merge fd5a3f3 into df51a07

    stevector authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8f33741 View commit details
    Browse the repository at this point in the history
  5. Apply Prettier formatting

    Pantheon Bot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    be524b4 View commit details
    Browse the repository at this point in the history
  6. Migration submenu edits

    rachelwhitton committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2744314 View commit details
    Browse the repository at this point in the history
  7. Merge 2744314 into df51a07

    stevector authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    eef8838 View commit details
    Browse the repository at this point in the history
  8. Apply Prettier formatting

    Pantheon Bot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    58208b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56488b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23895f5 View commit details
    Browse the repository at this point in the history
  11. Merge 23895f5 into df51a07

    stevector authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2a3d25b View commit details
    Browse the repository at this point in the history
  12. Apply Prettier formatting

    Pantheon Bot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3a1c334 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7141e13 View commit details
    Browse the repository at this point in the history
  14. test pre-push hook

    jazzsequence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    42058ff View commit details
    Browse the repository at this point in the history
  15. test pre-push hook

    jazzsequence committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7dc0ad0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc412e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    104883b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d1de02d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge remote-tracking branch 'origin/add-prettier-git-commit-hook' in…

    …to nested-nav---reporting
    rachelwhitton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    de74ad9 View commit details
    Browse the repository at this point in the history
  2. White spaces

    rachelwhitton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    26cfd92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2b003 View commit details
    Browse the repository at this point in the history
  4. Merge 8d2b003 into f8f2c3c

    stevector authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a2a3472 View commit details
    Browse the repository at this point in the history
  5. Apply Prettier formatting

    Pantheon Bot committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8a9a3e View commit details
    Browse the repository at this point in the history
  6. Support submenu

    rachelwhitton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d838d01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a228b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c5de3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f6de97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b02fca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb5dc19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3b350d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57fbed1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add comments

    rachelwhitton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c44d4ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3e9b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bdc246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1475762 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    3e58954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cbd32 View commit details
    Browse the repository at this point in the history
  3. web infra submenu

    rachelwhitton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3861b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cdb7c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. more submenu work

    rachelwhitton committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    490e81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1d87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e6b8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26f9467 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f9611 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3df721 View commit details
    Browse the repository at this point in the history
  7. Merge c3df721 into 412ff52

    stevector authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    acc15c5 View commit details
    Browse the repository at this point in the history
  8. Apply Prettier formatting

    Pantheon Bot committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3fcd4de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. updating links in header

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6e8c323 View commit details
    Browse the repository at this point in the history
  2. Merge 6e8c323 into 412ff52

    stevector authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8960d06 View commit details
    Browse the repository at this point in the history
  3. Apply Prettier formatting

    Pantheon Bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8a92914 View commit details
    Browse the repository at this point in the history
  4. clean up a few links

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f6c844a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nested-nav---reporting' of github.com:pantheon-systems/…

    …documentation into nested-nav---reporting
    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4eddd75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff7f5e4 View commit details
    Browse the repository at this point in the history
  7. Merge ff7f5e4 into 412ff52

    stevector authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    21877a1 View commit details
    Browse the repository at this point in the history
  8. Apply Prettier formatting

    Pantheon Bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    33f2cf2 View commit details
    Browse the repository at this point in the history
  9. cleaning up support menu

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    da0c692 View commit details
    Browse the repository at this point in the history
  10. merging and fixing links

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f5039c3 View commit details
    Browse the repository at this point in the history
  11. prettier

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9e2c9ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af01dd2 View commit details
    Browse the repository at this point in the history
  13. prettier

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f023ef0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c587aa4 View commit details
    Browse the repository at this point in the history
  15. header cleanup

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    838f0e2 View commit details
    Browse the repository at this point in the history
  16. top level menu fixes

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    38595f9 View commit details
    Browse the repository at this point in the history
  17. Merge 38595f9 into 412ff52

    stevector authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b261ce8 View commit details
    Browse the repository at this point in the history
  18. Apply Prettier formatting

    Pantheon Bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ed23156 View commit details
    Browse the repository at this point in the history
  19. moving a guide

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9f171f4 View commit details
    Browse the repository at this point in the history
  20. Merge 9f171f4 into 78ca1a5

    stevector authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7bf5b4d View commit details
    Browse the repository at this point in the history
  21. Apply Prettier formatting

    Pantheon Bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    84cca64 View commit details
    Browse the repository at this point in the history
  22. reviewing pages to delete

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3e7f659 View commit details
    Browse the repository at this point in the history
  23. prettier

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    21d4257 View commit details
    Browse the repository at this point in the history
  24. merge

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d0aa912 View commit details
    Browse the repository at this point in the history
  25. removing unused import

    stevector committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    edaa67a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. moving pages to delete

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    196ab29 View commit details
    Browse the repository at this point in the history
  2. bring back search bar

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c2ea84f View commit details
    Browse the repository at this point in the history
  3. Merge c2ea84f into eb79334

    stevector authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aa15ff6 View commit details
    Browse the repository at this point in the history
  4. Apply Prettier formatting

    Pantheon Bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    76906f1 View commit details
    Browse the repository at this point in the history
  5. removing popover code

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fce8736 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'nested-nav---reporting' of github.com:pantheon-systems/…

    …documentation into nested-nav---reporting
    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b17f6ac View commit details
    Browse the repository at this point in the history
  7. Merge b17f6ac into eb79334

    stevector authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cf076ef View commit details
    Browse the repository at this point in the history
  8. Apply Prettier formatting

    Pantheon Bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fdd46aa View commit details
    Browse the repository at this point in the history
  9. removing popover code

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0655de7 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'nested-nav---reporting' of github.com:pantheon-systems/…

    …documentation into nested-nav---reporting
    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    08143f7 View commit details
    Browse the repository at this point in the history
  11. Merge 08143f7 into eb79334

    stevector authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cb21aa2 View commit details
    Browse the repository at this point in the history
  12. Apply Prettier formatting

    Pantheon Bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b853649 View commit details
    Browse the repository at this point in the history
  13. fixing import order

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3847e2f View commit details
    Browse the repository at this point in the history
  14. Merge 3847e2f into eb79334

    stevector authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8722a68 View commit details
    Browse the repository at this point in the history
  15. Apply Prettier formatting

    Pantheon Bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3237e73 View commit details
    Browse the repository at this point in the history
  16. landing page layout

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    38b3471 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'nested-nav---reporting' of github.com:pantheon-systems/…

    …documentation into nested-nav---reporting
    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    147ee57 View commit details
    Browse the repository at this point in the history
  18. landing page layout

    stevector committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b52b593 View commit details
    Browse the repository at this point in the history
  19. Merge b52b593 into eb79334

    stevector authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e046e81 View commit details
    Browse the repository at this point in the history
  20. Apply Prettier formatting

    Pantheon Bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7406d83 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. some comment cleanup

    stevector committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ca87e30 View commit details
    Browse the repository at this point in the history
  2. whitespace

    stevector committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    24ce268 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Nov 20, 2024

  1. moving around links

    stevector committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    189bf47 View commit details
    Browse the repository at this point in the history