Commit graph

7 commits

Author SHA1 Message Date
e645767cb2
refactor: change a lot of dynamic sizes to em and rem
this makes the client feel a LOT snappier
2025-07-10 15:48:14 +02:00
9c08db29d5
refactor: change the client from table to flexbox
this makes the server, channel, and member list a constant size, making the text messages take up the entire remaining width
this also fixes the text wrapping you have already fixed on one of your branches

this change is required if we want to make the member list toggelable, or channel list resizable
2025-07-10 15:48:14 +02:00
8033fd27e1
feat: Add theming, no settings menu yet
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-02 23:50:09 +02:00
76952922bf
feat: add tabbing for channels list, members list, and messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-02 11:40:57 +02:00
6a3c8e8982
feat: improve channel list appearance 2025-05-29 22:16:42 +02:00
1d79f680df feat: add Channel component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 22:49:43 +02:00
d401464353
wip: more work 2025-04-30 07:40:51 +02:00