feat: groups sidebar collapsible #588

Closed
opened 2026-04-05 16:21:37 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Map1en on 1/24/2025

Changes:

  • Groups sidebar can now be collapsed (but the state is not remembered).
  • Added @prettier/plugin-pug plugin.

I wanted to make the sort feature work with drag-and-drop, but I think another method in VRCX caused the drop event not to trigger. It's better to do it later.

.vue files, the methods added for this feature don't seem related to other components. Especially if plan to separate friends and groups later, so I split them into .vue file components.

.pug files, there were issues like missing parentheses in CSS calc and problems with nested quotes, which made them hard to work with. I added the Prettier plugin for Pug and set the pugPrintWidth to avoid very short lines.

*Originally created by @Map1en on 1/24/2025* #### Changes: - Groups sidebar can now be collapsed (but the state is not remembered). - Added @prettier/plugin-pug plugin. ----------------------------------------------- I wanted to make the sort feature work with drag-and-drop, but I think another method in VRCX caused the drop event not to trigger. It's better to do it later. `.vue` files, the methods added for this feature don't seem related to other components. Especially if plan to separate friends and groups later, so I split them into .vue file components. `.pug` files, there were issues like missing parentheses in CSS calc and problems with nested quotes, which made them hard to work with. I added the Prettier plugin for Pug and set the `pugPrintWidth` to avoid very short lines.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#588