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: chore-improve-delete-confirmation-dialog
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 19, 2025

  1. chore: improve delete confirmation dialog

    The message is now english friendly and more clear. See issue #178
    fioan89 committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    05be524 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. impl: confirmation dialog for workspace deletion

    Users are now required to confirm the workspace name
    if they want to delete a workspace. This is in order to
    avoid any accidental removals.
    fioan89 committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    e63fd07 View commit details
    Browse the repository at this point in the history
  2. impl: highlight in red the "Delete workspace" action

    Similar to the original "Delete" button provided by JetBrains.
    fioan89 committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    ad053d1 View commit details
    Browse the repository at this point in the history
  3. chore: improve delete dialog message

    Make it clear to the user what does he need to type.
    fioan89 committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    3df7c52 View commit details
    Browse the repository at this point in the history
Loading