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: Comfy-Org/ComfyUI_frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.9
Choose a base ref
...
head repository: Comfy-Org/ComfyUI_frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.10
Choose a head ref
  • 3 commits
  • 14 files changed
  • 4 contributors

Commits on Aug 23, 2025

  1. [feat] update navigation mode default to legacy and improve display n…

    …ame (#5183)
    
    - Change defaultsByInstallVersion from 'standard' to 'legacy' for version 1.25.0
    - Update legacy navigation display name from 'Left-Click Pan (Legacy)' to 'Drag Navigation'
    - Maintains both navigation systems over long term while improving UX clarity
    christian-byrne authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    215814b View commit details
    Browse the repository at this point in the history
  2. fix: Make bottom panel tab titles reactive to language changes (#5077) (

    #5184)
    
    * computed extraMenuItems
    
    * add i18n key option
    
    * underline fix
    
    * Update locales [skip ci]
    
    * restore title
    
    * Update locales [skip ci]
    
    * refactor: Extract tab title logic to helper method for better readability
    
    - Moved complex nested ternary logic from template to getTabDisplayTitle helper
    - Improves code readability and maintainability
    - Addresses review feedback about using computed/method for performance
    
    ---------
    
    Co-authored-by: Benjamin Lu <benceruleanlu@proton.me>
    Co-authored-by: github-actions <github-actions@github.com>
    3 people authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    e860e04 View commit details
    Browse the repository at this point in the history
  3. Release v1.25.10 (patch) (#5185)

    * Release v1.25.10
    
    * handle minimap cleanup called before map set (#5038)
    
    Co-authored-by: bymyself <cbyrne@comfy.org>
    
    ---------
    
    Co-authored-by: ComfyUI Wiki <contact@comfyui-wiki.com>
    christian-byrne and comfyui-wiki authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    bd173e6 View commit details
    Browse the repository at this point in the history
Loading