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: athasdev/athas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: athasdev/athas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: git-revamp
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 5 contributors

Commits on Jan 16, 2026

  1. Revamp git interface with advanced stashing and layout improvements

    - Implement comprehensive stashing system with dedicated panel and granular file control
    - Split changes view into 'Staged Changes' and 'Changes' sections matching VS Code style
    - Add dynamic panel resizing and reorder to Status -> History -> Stashes
    - Fix external git operation consistency by broadcasting file watcher events globally
    - Add 'Unstage All' and 'Stash All Unstaged' quick actions
    malore350 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    d7c2406 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

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

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    5e974a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb366a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Fix sidebar toggle performance by using CSS visibility

    Switch from conditional DOM rendering to CSS-based visibility for the
    sidebar. This keeps the sidebar mounted in the DOM but hides it with CSS
    when not visible, eliminating remounting overhead and preserving component
    state (search view, git view, file tree expanded state) when rapidly
    toggling with Cmd+B.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    mehmetozguldev and claude committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    67846b9 View commit details
    Browse the repository at this point in the history
Loading