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

File Explorer Styling #10

Closed
AminoffZ opened this issue Sep 29, 2023 · 0 comments · Fixed by #23
Closed

File Explorer Styling #10

AminoffZ opened this issue Sep 29, 2023 · 0 comments · Fixed by #23
Labels
bug Something isn't working help wanted Extra attention is needed up for grabs

Comments

@AminoffZ
Copy link
Owner

The Issue

On the initial load using the GitHub file explorer, the transition to include sizes is relatively smooth. When navigating in the file tree, the updating of the DOM for sizes takes a moment which results in jittering due to there being more columns than there is content to fill.

Progress

To address this, I added quite extensive CSS which fixed the problem but reintroduced others like columns not being consistently wide and overflow ellipsis not applying. I have since moved these styles from main to the branch file-explorer-styling.

Without styles on redirect before sizes are loaded (date is shifted to the left due to missing elements)
image

With styles (columns are unaligned)
image

Without styles after sizes are loaded (looking adequate, could be better)
image

@AminoffZ AminoffZ added bug Something isn't working help wanted Extra attention is needed up for grabs labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed up for grabs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant