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: coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-url-refresh
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 3, 2025

  1. fix: url refresh after log out and log in

    - the main env header page API is quite limiting, in the sense that the title is never allowed to change.
      Today we display the Coder URL as the title. However, if the user switches between two deployments by
      logging out and then logging in, the URL is never refreshed, leading to a confusing UI (URL is old,
      while workspaces are from the new deployment)
    - to workaround the issue we redesigned the page, to have a static string as the page, and bellow the first
      row, have a link field reflecting the new URL.
    
     - resolves #66
    fioan89 committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    b85e6fe View commit details
    Browse the repository at this point in the history
  2. refactor: explicitly request the main page with URL visible

    - i.e. with the header page expanded
    fioan89 committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    3f71848 View commit details
    Browse the repository at this point in the history
Loading