Commit graph

430 commits

Author SHA1 Message Date
db2a99736a
feat: separate password reset page into two, one for sending the email and one to change the password
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-16 11:36:12 +02:00
17791fc017
feat: implement resetting of password if forgotten
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-14 22:28:40 +02:00
42ed743054
feat: add functions to send password reset email and actual password reset in api composable 2025-07-14 22:28:15 +02:00
491e736422
feat: change Button component to be a button and not a div, and made callback optional 2025-07-14 22:27:30 +02:00
dac473e9fb Merge branch 'main' of ssh://git.gorb.app:2022/gorb/frontend
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-14 18:45:18 +02:00
fc87bd4b6f
chore: remove unused temporary members list array 2025-07-14 18:44:25 +02:00
9d1eeff582
feat: remove -ms-overflow-style CSS property from left column 2025-07-14 18:44:18 +02:00
9f914de77b Merge pull request 'feat: implement image embeds' (#39) from media-embed into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #39
Reviewed-by: JustTemmie <git@beaver.mom>
2025-07-14 16:29:23 +00:00
015b23f4e5
feat: implement image embeds
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-14 01:11:36 +02:00
b6b8d10d29
fix: automatically scrolling to bottom of chat not working properly
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-14 01:07:46 +02:00
480c91d419
feat: use v-if instead of programmatically rendering invite modal in GuildOptionsMenu 2025-07-14 01:06:42 +02:00
088c6c558b
fix: modals not showing properly due to imports not being updated after components folder restructuring 2025-07-14 01:05:47 +02:00
7f1b26a59c
style(ui): hide scrollbar in left column
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-13 20:48:28 +02:00
047fe5e833
fix: links not being clickable due to href attribute not being allowed 2025-07-13 20:47:55 +02:00
926a751e0c Merge pull request 'chore: sort components into subfolders' (#37) from sort-components into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #37
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-07-13 18:40:07 +00:00
86ddae62b2
chore: sort components into subfolders
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-13 20:34:59 +02:00
2299d3a17a Merge pull request 'guild-settings' (#35) from guild-settings into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #35
2025-07-13 02:26:37 +00:00
b2eb80a15f Merge branch 'main' into guild-settings
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-13 02:26:14 +00:00
6cec8e92b3
feat: add handler for removing elements with destroy-on-click class upon clicking anywhere else on the screen
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-13 04:20:26 +02:00
569bca810e
style(ui): change styling of left column so it includes guild creation and joining button 2025-07-13 04:19:50 +02:00
e27b1cfc9d
chore: switch hardcoded colors to existing color variables in client layout 2025-07-13 04:17:27 +02:00
690ef5ef02
fix: Button components not rendering due to missing import in client layout 2025-07-13 04:16:44 +02:00
efaf606c3c
feat: create channel called general when creating a guild 2025-07-13 04:16:17 +02:00
06df5cf75d
style(ui): improve styling of guild creation and joining modals and switch to using Button components in client layout 2025-07-13 04:15:51 +02:00
11e46049a0
chore: add dropdown- prefix to button class and switch colors to using existing color variables in Dropdown component 2025-07-13 04:14:39 +02:00
4adba889e4
style(ui): make button height and width 100% and use existing variables for colors in GuildOptionsMenu 2025-07-13 04:13:29 +02:00
7959f702c6
feat: rename guild-options CSS class and add destroy-on-click class to GuildOptionsMenu top div 2025-07-13 04:12:29 +02:00
f83b3f34d8
feat: redesign InviteModal 2025-07-13 04:11:06 +02:00
c2ae978ec1
feat: redesign Modal component and add exit button 2025-07-13 04:10:49 +02:00
d43105ab58
feat: make createGuild in api composable return GuildResponse or undefined instead of void 2025-07-13 04:10:15 +02:00
a164f89042
feat: change unrender function to take in any Element rather than HTMLElement 2025-07-13 04:09:52 +02:00
287a6415c9
feat: rename ModalProps heavy property to obscure 2025-07-13 04:09:24 +02:00
ff4e792fbb
fix: time on the left of messages not following your prefered time format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-13 02:17:23 +02:00
cf32b62ae7
Merge branch 'guild-settings' into guild-joining
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-13 01:45:05 +02:00
76bef24a9a
Merge branch 'main' into guild-settings
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-07-13 01:05:24 +02:00
21fcbc8cac
feat: implement guild join and creation buttons
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-13 00:59:40 +02:00
58518876bf
style: improve style of Dropdown component 2025-07-13 00:58:11 +02:00
8695221950
feat: switch to em for guild option setting height 2025-07-13 00:57:46 +02:00
7ae7bc6d76
feat: programmatically create invite modal 2025-07-13 00:56:47 +02:00
e73df90310
feat: make guild settings buttons selectable by tab 2025-07-13 00:54:54 +02:00
9293a48394
feat: remove hardcoded InviteModal from GuildOptionsMenu 2025-07-13 00:54:07 +02:00
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