Visual Referesh UI issues
Content
I haven't found any others yet, but if I do, ill add them here
Better folders has the sidebar rendered on the wrong side
Image
PlainFolderIcon renders the top half as the plain folder icon and the bottom half as the small guild icons
Image
Request Agreement
- [x] I have read the requirements for opening an issue above
~~With the latest https://github.com/Vendicated/Vencord/commit/11715da, every time I send a message it will show the username and profile image for an instant and then disappears (For continous messages obviously)~~
I'm a retard. I just noticed it's because the clock got fucked with dual booting
The Game Activity toggle also breaks the layout now
The Game Activity toggle also breaks the layout now
That is 1. Not caused by visual refresh. 2. Fixed in ff82532a18b3e02d8db8e59f8350692047f6c4f0
Oh, sorry then. I just thought it was related since I started having both issues at the same time.
Better folders also has a vertical offset problem; there's unused space at the bottom, and the folder icon pokes into the close button at the top (on a mac, at least). Server icons covered for privacy.
(There are more servers on the list on the left folder, but you have to scroll to see them)
EDIT: A quick hack to fix the folder icon overlapping with the close buttons:
.container_c48ade [style="width: 80px; display: flex;"] {
padding-top: 38px;
}
SpotifyControls is a bit broken too, the dot on the progress bar shows up below it and the corners aren't rounded
Better folders also has a vertical offset problem; there's unused space at the bottom, and the folder icon pokes into the close button at the top (on a mac, at least). Server icons covered for privacy.
(There are more servers on the list on the left folder, but you have to scroll to see them)
I feel like this is more likely part of the same issue with it being on the wrong side
The custom buttons should be updated too to fit the smaller icons at the message bar.
Ex: the first three button
The UI in the Settings > Vesktop > Plugin should be uplifted to fit the redesign and color.
Note the inconsistent color on the cards.
Can be implemented using the visual refresh CSS var (taken from the .visual-refresh in User Settings > Authorized Apps):
.vc-addon-card {
background: var(--card-primary-bg);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-sm);
/* ... */
}
The button need further refining to follow the redesign with smaller icon and square hover highlight (?)
EDIT: Or maybe use the .card__73069 and .cardPrimary__73069?
Oneko will go under some UI elements
PinDMs category titles have inconsistent spacing (top/bottom)
Additionally, typing text is too small to comfortably read on Refresh + new chat input (Treatment 2)
PinDMs category titles have inconsistent spacing (top/bottom)
Additionally, typing text is too small to comfortably read on Refresh + new chat input (Treatment 2)
I just looked at pindms, and all headers were 24px in height and all users were 40px in height
The issue with typing tweaks is already mentioned in the issue
Isn't there some way to go back to the old UI with maybe some CSS or a plugin? I noticed a lot of things broken and it's been bugging me
Isn't there some way to go back to the old UI with maybe some CSS or a plugin? I noticed a lot of things broken and it's been bugging me
enable the Experiments plugin and then set the "Desktop Visual Refresh" experiment to treatment 0
set the "Desktop Visual Refresh" experiment to treatment 0
And where it is exactly, what tab ?
Edit: found it, it's not in the "?", but in the general menu, but it's still broken at restart Edit 2: experiments must not be disabled after fixing it, if it's still enabled it works at restart and theme works again
Even after setting up the Experiments fix, the latest client update breaks the Shop for me, any time I click on it it entirely breaks my client and I have to restart
Even after setting up the Experiments fix, the latest client update breaks the Shop for me, any time I click on it it entirely breaks my client and I have to restart
disable the Deep Link experiment and go complain to discord about not testing their web app
NoBlockedMessages doesnt seem to be working
Oneko will go under some UI elements
this happened in the old ui as well. its a feature the kitty just likes hiding
Oneko will go under some UI elements
this happened in the old ui as well. its a feature the kitty just likes hiding
Yea, but it happens a lot more now
in MessageLinkEmbeds, the side color will blend into the background and just look weird
VencordCompanion: out of place with the search bar and other buttons in the top row
I would expect it to be in either the very top row, or with the rest of the icons
the Legacy UI has lost word wrap, text goes out of bounds now.
the Legacy UI has lost word wrap, text goes out of bounds now.
https://discord.com/channels/1015060230222131221/1026515880080842772/1354972853027733524
with the PinDM plugin, when I click on usernames/convos that are not pinned (to open that specific convo), the username list jumps unexpectedly to the wrong place, it almost seems like it's being offset by all the pinned stuff at the top
I.e. I click on an username to open a convo with that person, the username list jumps down to the point where I can't even see the name of the person I just clicked on
NOTE: This problem does not occur when clicking on pinned usernames/convos and it also does not occur with PinDM plugin disabled
with the PinDM plugin, when I click on usernames/convos that are not pinned (to open that specific convo), the username list jumps unexpectedly to the wrong place, it almost seems like it's being offset by all the pinned stuff at the top
I.e. I click on an username to open a convo with that person, the username list jumps down to the point where I can't even see the name of the person I just clicked on
NOTE: This problem does not occur when clicking on pinned usernames/convos and it also does not occur with PinDM plugin disabled
I can reproduce this, but I do not think it's to do with visual refresh
Is anyone else having an issue where the chat area slowly increases in width during use? It keeps pushing message quick actions as well as side panel menus off the screen
Is anyone else having an issue where the chat area slowly increases in width during use? It keeps pushing message quick actions as well as side panel menus off the screen
yes, I have no idea what's causing in though
Has anyone mentioned the Read All button doesn't fit after the update? Can we adjust the padding/font size to make the text fit?
I added the below in QuickCSS to make it look much better if that helps?
.vc-ranb-button {
padding: 0 .4em;
}
:where(.visual-refresh) .button__201d5 {
border: 0px solid var(--opacity-white-8);
}