Tidy up the Encrypted Files page layout#904
Draft
aaspinwall wants to merge 3 commits into
Draft
Conversation
- Hide the right detail panel when nothing is selected so the file list uses the full width instead of leaving an empty bordered column. - Let content fill its container (page-wrapper width:100%) and remove the viewport-based min-width that caused horizontal overflow below 1440px. - Match the detail panel's divider to the left sidebar (border-l). - Enlarge the upload drop zone to fill the sidebar height. - Neutralize the empty-state border (blue -> gray) and soften the header email. Closes #903 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
There might be a test that's actually broken. I'll review the PR |
radishmouse
approved these changes
Jun 25, 2026
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.
What changed?
Tidied up the Encrypted Files page so it looks more finished and uses the space better. The file list now stretches across the full width, the empty "No files" message looks intentional instead of having an odd blue outline, the "Drop files here" upload area is larger, the account email at the top is calmer, and the page no longer gets cut off on smaller windows.
AI disclosure: these changes were made by an AI agent (Claude) working from a human's direction; the human reviewed the result and the before/after screenshots.
Why?
The page felt unfinished: a large empty panel sat on the right and squeezed the file list into the middle, leaving wasted space on both sides; the empty-state box had a bright blue outline that looked accidental; the upload area was small with a big gap beneath it; and on narrower windows the page spilled past the edge of the screen so you had to scroll sideways.
Limitations and Notes
Applicable Issues
Closes #903
Screenshots
Before
After
Narrower window (no more sideways scrolling)