-
Notifications
You must be signed in to change notification settings - Fork 165
RLS analysis makes everything on the bottom bar jiggle #81
Comments
I wonder if the font for the bottom can be set to fixed width |
This icon looks like a spinner: https://octicons.github.com/icon/sync/ |
It does indeed, but my first impression looking at the icon is that it's related to either synchronization or reloading and we can't animate it, which I believe is important from UX standpoint to show user that's something being actively processed, so I don't believe it's a good idea to replace current spinner with this icon. I think we should investigate this a bit, maybe toying with whitespaces will do the trick. If not, I guess we could settle for poor man's 2-character spinner and eventually wait for font theme support to land on vscode side. |
Then again maybe you're right and we could try and experiment with:
for the current |
Where does the |
@nrc That's from the vim mode extension. I don't think you have full control over that because I see the items on the bottom bar switch position all the time. Seems like whatever is last added or changed always gets moved to the right. (I just started using vscode from atom so this all seems like pretty weird behavior to me.) |
I would prefer to use a spinner rather than the octirons, for one thing VSCode uses a similar ascii spinner in some other situations. I wonder if we could use some fancy unicode characters that always render fixed width? |
I'm bad at internet and don't know how to quickly create a cropped high-res gif, so I'll just leave this here: #84. Looks even kind of decent, but I guess we could get more fancy with this 😉 |
Should be fixed by #84 |
Thanks everyone! |
Example:
Would it be possible to use something fixed width or just remove the loading spinner altogether? The constant motion is very distracting.
The text was updated successfully, but these errors were encountered: