Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

fix(svelte): Better preloading in file tree#64327

Merged
fkling merged 1 commit into
mainfrom
fkling/sk/file-tree-improvements
Aug 7, 2024
Merged

fix(svelte): Better preloading in file tree#64327
fkling merged 1 commit into
mainfrom
fkling/sk/file-tree-improvements

Conversation

@fkling

@fkling fkling commented Aug 7, 2024

Copy link
Copy Markdown
Contributor

Currently the link element doesn't extend to the full width of the sidebar. You can click outside of the actual text to navigate to the file, but it won't be preloaded.

Now the link occupies the full width.

Before After
2024-08-07_12-24 2024-08-07_12-26

Test plan

Manual testing.

Currently the link element doesn't extend to the full width of the
sidebar. You can still click outside of the actual text to navigate to
the file, but it won't be preloaded.

Now the link occupies the full width.
@fkling fkling requested a review from a team August 7, 2024 10:35
@cla-bot cla-bot Bot added the cla-signed label Aug 7, 2024
Comment on lines -188 to -189
text-overflow: ellipsis;
overflow: hidden;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't seem to have any effect, even without the setting width: 100% above.

@fkling fkling requested a review from a team August 7, 2024 13:21
@fkling fkling merged commit 2e0a3ee into main Aug 7, 2024
@fkling fkling deleted the fkling/sk/file-tree-improvements branch August 7, 2024 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants