1.0.0 UX fixes (#72,#73,#76,#77,#78) - #80
Merged
Merged
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Five of the 1.0.0 milestone's open UX items. Each is a small friction, and they share enough of the same surfaces that reviewing them together is easier than stacking them.
Today: clicking the show-password button drops the caret, so you click back into the field before you can keep typing; the tab's locked and unlocked markers are near-identical at the size a tab actually renders them; a long URL pushes its copy button out of the cell entirely; a column is whatever width it happens to be; and the find shortcut searches the visible page rather than the database. In this PR the caret stays where it was, the tab carries a distinct icon and spells the state out in words beside the filename, the copy control holds the right edge of its cell however long the value is, any column can be dragged or arrow-keyed to a width that fits, and the find shortcut reaches the app's own database-wide search no matter which document has focus.