Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidecomputer/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0517a281
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6fe6936d
Choose a head ref
  • 8 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 18, 2024

  1. Update system/silo picker for new breadcrumbs (#2544)

    * strip down TopBarPicker into basic working system/silo picker
    
    * move picker to the right, fix up home button, brighten single crumb
    
    * fix ellipsis truncation on long silo names
    
    * fully hide system/silo picker for non-fleet user
    
    * move SystemSiloPicker into TopBar file
    
    * revert some changes that add noise to the diff for no reason
    
    * a little more testing, tweak some distasteful tailwind classes
    david-crespo authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7d35d26 View commit details
    Browse the repository at this point in the history
  2. chore: npm audit fix

    david-crespo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1e0486c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add confirmation step to instance reboot process (#2559)

    * Confirm instance reboot
    
    * Add test re: rebooting instances
    
    * Add helper function to help with testing menu actions
    
    * Remove duplicate expectations
    
    * Updated copy in modal
    charliepark authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9b60d5c View commit details
    Browse the repository at this point in the history
  2. chore: update API for instance resize without adding instance resize …

    …UI (#2562)
    
    update API for instance resize without adding instance resize UI
    david-crespo authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9247255 View commit details
    Browse the repository at this point in the history
  3. chore: bump playwright to 1.49 (#2560)

    bump playwright to 1.49
    david-crespo authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    41c4c5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e389ec View commit details
    Browse the repository at this point in the history
  5. minor: Delete inapplicable z-index e2e test (#2563)

    delete inapplicable z-index e2e test
    david-crespo authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fcd3441 View commit details
    Browse the repository at this point in the history
  6. Simpler nav guard for SideModalForm (#2328)

    * Simpler nav guard for SideModalForm
    
    * fix issue with isDirty evaluation
    
    * Don't trigger guard when clicking normal cancel button on form
    
    * Add test
    
    * a little cleanup
    
    * inline some stuff
    
    * inline the entire nav guard modal
    
    * tweak the test. we love to test
    
    * make confirm nav on side modal and full page forms a little narrower
    
    * fix double overlay by turning off overlay for side modal confirm only
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    charliepark and david-crespo authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6fe6936 View commit details
    Browse the repository at this point in the history
Loading