-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Entry Preview layout #7767
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #7767 +/- ##
===========================================
- Coverage 64.31% 64.27% -0.04%
===========================================
Files 339 339
Lines 43450 43450
===========================================
- Hits 27943 27927 -16
- Misses 15507 15523 +16 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Maybe instead of moving the URL, move the tags list, and have it span both columns?
This way, all "identifiers" are together on the left, password and expiry are together on the right, tags and notes both have plenty of room (span both columns). Though a disadvantage of the latter is that it's harder to visually scan the Username/Password pair when they're not in the same column... |
I tried a couple layouts, this one was the best given the current format. Having a lot of tags (or really wordy tags) on a single entry should be rare. Although your idea and keeping url in upper right might be desirable. I can try that. |
07ec015
to
9aa606e
Compare
@michaelk83 I used your suggestion and left URL in top right, it is much better thank you! Screenshot updated up top. |
Screenshots
BEFORE:
AFTER:
Testing strategy
Type of change