Skip to content
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

Relative sizing of filenames in browser #6093

Closed
fperez opened this issue Mar 15, 2019 · 2 comments · Fixed by #6406
Closed

Relative sizing of filenames in browser #6093

fperez opened this issue Mar 15, 2019 · 2 comments · Fixed by #6406
Assignees
Labels
enhancement pkg:filebrowser status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Design and UX
Milestone

Comments

@fperez
Copy link
Contributor

fperez commented Mar 15, 2019

When the file browser is small, filename truncation is a nasty usability problem. One option would be to elide the date info when the browser is small relative to the rest of the UI - done here manually by @ellisonbg with local CSS changes for illustration:

image

To be clear, the above is a crop of a wider window to show the detail; the full window is here for clarity:

image

cc @jasongrout

@saulshanabrook
Copy link
Member

saulshanabrook commented May 22, 2019

Intended behavior: When it narrower than a certain width, take off the last modified column.

@ellisonbg wrote a "SizeWatcher" that could help here if some debouncing is added for performance reasonos https://github.com/jupyterlab/jupyterlab/pull/1624/files#diff-f8fe849165f5de57445483ab2dd1f943

@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussion.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
@jasongrout jasongrout added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement pkg:filebrowser status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Design and UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants