Commit graph

489 commits

Author SHA1 Message Date
9d49012fb9
feat: remove Settings option from GuildOptionsMenu 2025-07-13 00:51:06 +02:00
68573f1262
feat: add function for unrendering/removing components created with h() 2025-07-13 00:46:37 +02:00
a2a28f9dbf
fix: not being able to get guild ID from route due to it being in a component 2025-07-13 00:42:07 +02:00
1dfb964dd2
feat: add buttons for copying invite in link and plain code forms 2025-07-13 00:40:20 +02:00
6578b95704
feat: handle close and cancel events in Modal component 2025-07-13 00:24:28 +02:00
d3aeccf3f9
feat: remove temporary loop padding guild list 2025-07-13 00:20:49 +02:00
3c868931e8
feat: add createChannel function to api composable 2025-07-13 00:20:06 +02:00
a1e21244aa
feat: add joinGuild function to api composable 2025-07-13 00:19:45 +02:00
94a37340f6
feat: add createGuild function to api composable 2025-07-13 00:18:21 +02:00
fb452d8a5b
feat: add and use ModalProps interface 2025-07-13 00:04:19 +02:00
6071bbce35
feat: make it so channels and members are re-fetched on each activation 2025-07-12 23:59:23 +02:00
923bb09905
style: set colour, not background colour
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 23:29:27 +02:00
1ff8d02a86
style: add hover colour to setting menu
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 23:27:33 +02:00
ccd1546376
style: change settings icon to use primary colour
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 23:05:17 +02:00
9db9041048
fix: remove unused functions
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 22:59:32 +02:00
36f21f7ff5
fix: gorb marquee not being part of page flexbox
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 22:53:48 +02:00
13d4369c48 Merge pull request 'Add support for 12 and 24 hour time formats (and add radio buttons)' (#33) from time-format into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #33
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-07-12 20:48:35 +00:00
0a8ae5fe31
fix: move radio buttons to subfolder
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-12 22:48:11 +02:00
885fc5f906
fix: PR complaints
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 22:40:54 +02:00
195322f3b0
feat: make settings typed and store "12" and "24" over "12-hour" and "24-hour" internally 2025-07-12 22:39:26 +02:00
6221359a15
style(ui): move homebar to app.vue outside <NuxtPage /> to avoid it being rerendered on route change
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 22:20:28 +02:00
d18f00d1c0 Merge pull request 'refactor how client settings are saved and loaded' (#32) from client-settings-refactor into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #32
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-07-12 19:59:41 +00:00
3e0ce16cce
Merge remote-tracking branch 'origin/main' into client-settings-refactor
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-12 21:58:49 +02:00
eb49450756
feat: support 12 and 24 hour formats
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 20:43:25 +02:00
de6c9bb7eb
feat: finish radio buttons 2025-07-12 20:35:05 +02:00
562409b660
fix: move radio buttons.vue into UI folder 2025-07-12 19:34:34 +02:00
963da24046
Merge remote-tracking branch 'origin/main' into time-format 2025-07-12 19:32:04 +02:00
1d1cfa0af2 Merge pull request 'Implement friends list and refactor components' (#28) from friends-list into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #28
Reviewed-by: Radical <radical@radical.fun>
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-07-12 17:28:42 +00:00
b0e56e1a06
fix: add friends by username, not ID
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-07-12 19:28:17 +02:00
457405186a
Merge branch 'main' into friends-list
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 19:27:19 +02:00
3fc8933b1e
fix: VerticalSpacer being referred to as verticalSpacer
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 19:24:38 +02:00
0d6786ffe9
fix: add missing return calls to add and remove friend 2025-07-12 19:21:43 +02:00
b731228fb8
feat: add friend count to buttons on friend page
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 19:14:18 +02:00
f5457f9965
fix: remove "N/A online" from all friends page 2025-07-12 19:11:47 +02:00
83464c8f13
fix: button variants not displaying properly 2025-07-12 19:08:25 +02:00
890fbebbe9
feat: use <style module> for friends list-scoped css
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 18:58:09 +02:00
79aa61cb81
chore: remove unused css 2025-07-12 18:57:21 +02:00
010964f188
feat: convert links with hashes to buttons with filter var, and loop through buttons to create 2025-07-12 18:56:14 +02:00
2cc42a729b
fix: rename selectedThemeUrl to selectedThemeId, as they're storing IDs
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-12 18:53:02 +02:00
87a5b99e50
feat: add radio buttons and start integrating them into time format setting
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 18:49:28 +02:00
9256f9326b
style(ui): add svg to connect reply message sender to the reply preview in chat
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 18:49:25 +02:00
ba8abee256
style(ui): adjust margin of message replies in chat
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-12 17:55:16 +02:00
f226ba2364
style(themes): add and use --reply-text-color 2025-07-12 17:52:34 +02:00
6752b44e95
fix: refresh loop once access token expires caused by attempt to revoke auth 2025-07-12 17:48:57 +02:00
d9aef4eb3a
feat: remove export of accessToken and add export of clearAuth in auth composable 2025-07-12 17:47:55 +02:00
5b4c278b83
refactor: load and save settings from a single object
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-11 23:48:03 +02:00
cd1f294600
feat: change color of reply background and add highlight color
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-11 04:12:29 +02:00
51d8909a51
feat: change color of reply message text and remove bottom margin
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-11 04:10:16 +02:00
c06c732afb
fix: replies being highlighted even if the replies weren't for the logged-in user 2025-07-11 04:09:26 +02:00
8812bf7f40 Merge pull request 'fix: replies displaying replier's name rather than the name of the user being replied to' (#31) from replies into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #31
2025-07-11 01:54:27 +00:00