Skip to content

Shows uncommitted files in git diff mode - #30

Merged
lucasmerlin merged 4 commits into
mainfrom
aedm/show-uncommitted-git-images
Aug 28, 2026
Merged

Shows uncommitted files in git diff mode#30
lucasmerlin merged 4 commits into
mainfrom
aedm/show-uncommitted-git-images

Conversation

@aedm

@aedmaedm commented Aug 27, 2026

Copy link
Copy Markdown
Member

Shows uncommitted images in git mode.
Previously, uncommitted files were ignored.

image

@aedm
aedm marked this pull request as draft August 27, 2026 12:29
aedmand others added 3 commits August 27, 2026 14:58
CI runs clippy with `toolchain: stable` and `override: true`, so it ignores
the 1.94 pin in `rust-toolchain`. Clippy 1.98 flags the 136-byte
`Response<String>` error variant of `auth_route`.
Return `(StatusCode, String)` instead. Axum turns it into the same 500
response, and it drops the `expect()` on the response builder.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@aedm
aedm marked this pull request as ready for review August 27, 2026 13:51
@aedm
aedm requested a review from lucasmerlinAugust 27, 2026 13:51
@aedmaedm changed the title Fixes git diff viewer modeShows uncommitted file in git diff modeAug 27, 2026
@aedmaedm changed the title Shows uncommitted file in git diff modeShows uncommitted files in git diff modeAug 27, 2026

@lucasmerlinlucasmerlin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@lucasmerlin
lucasmerlin merged commit c01cd0f into mainAug 28, 2026
25 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@aedm@lucasmerlin