feat(git stash): add stash listing and push/apply/pop/drop UI #13

Merged
Christoph merged 1 commits from feature/stash into master 2026-07-03 22:36:24 +00:00
Owner

This change introduces Git stash support end-to-end, including a new
backend command to list stashes and operations to push, apply, pop, and
drop them. The frontend now fetches stashes as part of the repository
bundle and provides a dedicated panel to manage shelved changes.

  • Add GitStash model and Tauri commands for stash operations
  • Implement StashPanel component and wire it into the app
  • Adjust sidebar layout and add stash-specific styling
This change introduces Git stash support end-to-end, including a new backend command to list stashes and operations to push, apply, pop, and drop them. The frontend now fetches stashes as part of the repository bundle and provides a dedicated panel to manage shelved changes. - Add GitStash model and Tauri commands for stash operations - Implement StashPanel component and wire it into the app - Adjust sidebar layout and add stash-specific styling
Christoph added 1 commit 2026-07-03 22:36:18 +00:00
This change introduces Git stash support end-to-end, including a new
backend command to list stashes and operations to push, apply, pop, and
drop them. The frontend now fetches stashes as part of the repository
bundle and provides a dedicated panel to manage shelved changes.

- Add GitStash model and Tauri commands for stash operations
- Implement StashPanel component and wire it into the app
- Adjust sidebar layout and add stash-specific styling
Christoph merged commit ede2e46d50 into master 2026-07-03 22:36:24 +00:00
Christoph deleted branch feature/stash 2026-07-03 22:36:24 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Christoph/GitLite#13