Added hiding columns from the column header. #208
Merged
Conversation
3c105b4
to
11f82d1
cf4e650
to
d6e2ba9
Hide a column by clicking on `-` a lot. Restore a column by clicking on it in the left column navigator. notes: * keyboard navigation `1-9` seems to work weirdly. * if you minimize a column in the front, pressing `1` will take you to the _new_ first available column * if you minimize a column in the 4th position then it will absorb keypresses as if it is still there * the column heads show numbers, these are from CSS, therefore hiding a column makes the styles skip numbers making it appear as if they do not exist anywhere but the left navigation * lots of styles could probably be shaved out but i'm bad at everything not tested columns: * any 'temporary' column (whatever those are) * columns with long titles and/or usernames * searches / trending / editable column titles tested columns: * home * collections * notifications * messages / all messages * likes * mentions / all mentions * followers * activity * scheduled (seems good?)
d6e2ba9
to
9bb2d65
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.
Hide a column by clicking on
-
a lot.Restore a column by clicking on it in the left column navigator.
notes:
1-9
seems to work weirdly.1
will take youto the new first available column
absorb keypresses as if it is still there
a column makes the styles skip numbers making it appear as if they
do not exist anywhere but the left navigation
not tested columns:
tested columns: