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: c008d365
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2a9345f
Choose a head ref
  • 7 commits
  • 37 files changed
  • 4 contributors

Commits on Apr 19, 2024

  1. Add plus icon to all "new" buttons above tables (#2168)

    * Add plus icon to all table control buttons and links
    
    * Switch to CreateButton and CreateLink
    
    * text-accent-secondary on icon
    
    * must save 2 lines
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    charliepark and david-crespo authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    629c94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25e84e View commit details
    Browse the repository at this point in the history
  3. Instance state changes asynchronously in mock API (#2167)

    * add delays, some tests fail
    
    * make the tests pass
    david-crespo authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    06f4b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f4bed0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Add note about disks to instance delete confirm (#2185)

    add note about disks to instance delete confirm
    david-crespo authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2b6d0f7 View commit details
    Browse the repository at this point in the history
  2. use a content-security-policy in development (#2142)

    * use a content-security-policy in development
    
    * cram things in a bit
    
    * playwright test for dev mode headers
    
    * fix license, add draft docs/csp-headers.md
    
    * add preview script to package.json
    
    * comment explaining why we use the nonce thing, add justification to doc
    
    * remove style-src 'unsafe-inline' :)
    
    * fix the docs and test
    
    * apply patch for react-focus-guards
    
    * patch global styles out of react-remove-scroll
    
    * `patch-package --reverse` before vercel caches it
    
    * patch out the other react-remove-scroll-bar reference
    
    * save another 31 bytes, why not
    
    * Revert "remove style-src 'unsafe-inline' :)"
    
    This reverts commit 22f40bb.
    
    * Revert "fix the docs and test"
    
    This reverts commit 06e13cd.
    
    * update docs
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    iliana and david-crespo authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d2a9345 View commit details
    Browse the repository at this point in the history
Loading