feat(files): download prefill + datamap row affordances#92
Merged
Conversation
Download-by-Address dropped the original extension when the user typed a shorter name — bytes wrote correctly but the OS couldn't associate the file with a viewer. Now the dialog prefills from the matching upload- history entry and silently appends the original extension on submit if the typed name lacks one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The datamap cell in the uploads table rendered the filename as a cursor-pointer span — the click-to-reveal was there but visually subtle, and there was no way to copy the path without OS-level fiddling. Now the filename gains a hover underline to advertise it's clickable, and a Copy Path icon sits alongside it for the case where the user wants to paste the path elsewhere instead of opening it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Address now sits adjacent to the row-action column (Retry/✕ on hover), clustering all the interactive controls on the right edge. Date moves inward where it reads as a static metadata cell. Downloads table is unaffected — it doesn't carry an Address column. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-and-datamap-icons # Conflicts: # components/files/DownloadDialog.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three small file-ops UX fixes, scoped per commit.
No backend changes. No new Tauri commands. Downloads table is unchanged.
Test plan
.png), click Download → saved file still ends with.pngfile.addressbut no datamap (legacy / public completion) → still shows truncated address, click still copies🤖 Generated with Claude Code