Refactor the client to implement a channel navbar #76

Open
twig wants to merge 22 commits from navbar into main

22 commits

Author SHA1 Message Date
8acf6a77eb
chore: remove unused imports
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-13 21:31:24 +02:00
bb00f288f7
style: rename guildnavbar to channelnavbar
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-13 21:28:11 +02:00
c9843bf4f2
style: change navbar button colours on hoverr
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-13 21:26:14 +02:00
e3288c0787
feat: update navbar with new content 2025-08-13 21:23:29 +02:00
74ba8ea91d
fix: crash whilst loading DMs 2025-08-13 20:56:47 +02:00
27a30d08a6
refactor: move resizableSidebar padding into children 2025-08-13 20:56:00 +02:00
e64cc878b8
chore: remove now unused stuff 2025-08-13 20:52:32 +02:00
a9af11dcb8
refactor: move sidebar to own component 2025-08-13 20:52:10 +02:00
2a43f2b678
refactor: move MemberList and GuildSidebar out of client.vue 2025-08-13 20:43:50 +02:00
d60259074d
refactor: remove navbar, add guildNavbar 2025-08-13 20:43:06 +02:00
4f47b5df74
style: add navbar css variables to layout theme 2025-08-13 20:42:04 +02:00
5c38f9f9fc
feat: move initialization of navbar state variable to the initializer parameter of its definition
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 01:47:04 +02:00
254f7c25e3
chore: remove unused navbar state reference
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 01:14:36 +02:00
687d491e2a
chore: remove trailing new lines
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 01:13:47 +02:00
74b698d728
chore: change type hinting syntax on navbar init
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 01:11:27 +02:00
5ce236c936
chore: refactor NavbarItem to INavbar 2025-08-11 01:08:50 +02:00
19c562f460
refactor: move updateNavbar() into ./utils function 2025-08-11 01:06:54 +02:00
3ac8595af6
fix: a crash related to accessing navbar values before setup
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-08 02:27:50 +02:00
5ca4762f01
style: make client and channel items optional 2025-08-08 02:23:46 +02:00
eb4427ff4b
refactor: move logic for default icon navbar itself
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-08 02:16:21 +02:00
89150a6cc6
feat: add "Direct Messages" state to navbar
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-08 02:07:58 +02:00
28f5e8dc27
feat: implement a proper navbar 2025-08-08 02:01:36 +02:00