Commit graph

188 commits

Author SHA1 Message Date
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
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
1e0b8e2ba1
feat: add Dropdown component 2025-07-07 21:07:33 +02:00
7dcd80cdf7
feat: implement invite modal in guild options menu
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-07 11:36:16 +02:00
21cb1c37df
feat: create Modal component, rename InvitePopup to InviteModal and add invite generation 2025-07-07 11:35:16 +02:00
a551cd547d
feat: remove InvitePopup from channelId view 2025-07-07 11:33:34 +02:00
4dea7d27db
feat: start work on Modal component 2025-06-07 06:29:31 +02:00
80945f1177
feat: start work on Banner component 2025-06-07 06:29:15 +02:00
b82d5733a1
feat: refactor left column in UI, add join guild icon 2025-06-07 06:28:07 +02:00
64c6276153
feat: add dropdown for guild settings and invite 2025-06-07 06:25:51 +02:00
010472c83d
feat: implement scroll position retention 2025-06-07 06:12:47 +02:00
acca8468f0
feat: make <NuxtPage> keepalive 2025-06-07 06:12:46 +02:00
61df171c59
feat: create function to push messages to chat 2025-06-07 06:12:46 +02:00
2c76edaa32
feat: update scrollToBottom() 2025-06-07 06:12:46 +02:00
ccefc8ca19
feat: remove useless css properties 2025-06-07 06:12:46 +02:00
cca348b476
feat: add spacing between grouped messages 2025-06-07 06:12:45 +02:00
c0f4697d00
feat: move some colors to root variables 2025-06-07 06:12:45 +02:00
774e10d68c
fix: automatic auth refresh
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-06 01:57:19 +02:00
d49d533724
feat: change members list back to using flex display
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-06 01:56:15 +02:00
3899843a7c
feat: change message area back to using flex display, improvement for UI 2025-06-06 01:55:18 +02:00
d22e77ed14
feat: improve appearance of members list, same method as messages 2025-06-03 20:53:30 +02:00
67e10a4387
feat: refactor to allow more markdown tags, syling changes to make lists and headings not take up as much space 2025-06-03 20:52:42 +02:00
263c823ceb
fix: tabIndex not working after changing messages to use "display: contents;" 2025-06-03 20:50:56 +02:00
82fde5671d
fix: last message from user not having bottom margin 2025-06-03 20:49:41 +02:00
d986f601de
feat: improve 24-hour to 12-hour format conversion by using Date methods
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-03 20:42:34 +02:00
d85eb03ad0
feat: change message history grids to fix scaling of message timestamps
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-03 16:18:13 +02:00
a56e12149b
fix: modify message css to avoid weird line spacing
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-03 06:15:51 +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
c7e7f33240
feat: add sanitized ref variable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-02 11:06:08 +02:00
2008033216
feat: add DOMPurify and marked packages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-02 11:03:54 +02:00
63b780e5ab
feat: implement basic markdown for messages
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-02 00:57:13 +02:00
35852d8cad
feat: make URLs in messages become links
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 23:10:08 +02:00
6182e00dd9
feat: decrease top padding of members container
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 17:38:03 +02:00
e8d37af75e
feat: update appearance of members list
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 17:35:36 +02:00
532aba5c21
feat: merge two #member-list blocks 2025-06-01 17:03:19 +02:00