|
bd895c9a34
|
Merge remote-tracking branch 'origin/main' into navbar
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-08-14 19:33:43 +02:00 |
|
|
014dff9c2d
|
Merge branch 'main' into improve-chat-look
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-08-14 17:27:05 +02:00 |
|
|
e3288c0787
|
feat: update navbar with new content
|
2025-08-13 21:23:29 +02:00 |
|
|
e64cc878b8
|
chore: remove now unused stuff
|
2025-08-13 20:52:32 +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 |
|
|
5ca4762f01
|
style: make client and channel items optional
|
2025-08-08 02:23:46 +02:00 |
|
|
28f5e8dc27
|
feat: implement a proper navbar
|
2025-08-08 02:01:36 +02:00 |
|
|
a646279b46
|
refactor: message component
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-08-07 22:14:04 +02:00 |
|
|
9fe067ec5a
|
Merge branch 'main' into permissions-management
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-08-07 06:39:37 +02:00 |
|
|
695bdbc777
|
feat: update GuildResponse and GuildMemberResponse interfaces to match backend
|
2025-08-07 06:31:44 +02:00 |
|
|
4dbe548efc
|
feat: create enums.ts file and add Permission enum
|
2025-08-07 06:31:15 +02:00 |
|
|
7d267b436e
|
Merge remote-tracking branch 'origin/main' into better-themes
|
2025-08-05 04:01:45 +02:00 |
|
|
8e3f7212a5
|
feat: update members fetching to handle endpoint pagination update
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-08-05 03:57:54 +02:00 |
|
|
b1cf9df199
|
fix: errors caused by MessageResponse interface now returning GuildMemberResponse instead of UserResponse
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-08-05 03:43:59 +02:00 |
|
|
37ebcb74aa
|
feat: implement layout switching and saving
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-08-05 02:22:57 +02:00 |
|
|
83d4f02c3a
|
Merge remote-tracking branch 'origin/main' into profile-modal
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-08-04 20:20:20 +02:00 |
|
|
7f98992839
|
feat: add type property to ContextMenu and set delete message item to danger
|
2025-08-03 20:28:14 +02:00 |
|
|
d1518d1001
|
feat: change context menu from using cursor to pointer terminology
|
2025-07-30 17:08:23 +02:00 |
|
|
ecfa85c0ac
|
Merge branch 'main' into improved-context-menu
|
2025-07-30 17:01:44 +02:00 |
|
|
033522c372
|
style: generally improve appearance of context menu
|
2025-07-30 16:28:59 +02:00 |
|
|
78d43ca0c8
|
feat: make use of useState to show and hide context menu rather than manually rendering and unrendering
|
2025-07-30 16:26:06 +02:00 |
|
|
b5857b706f
|
feat: implement onCloseButton event
|
2025-07-19 16:53:48 +02:00 |
|
|
bca209ef81
|
style: remove unused imports
|
2025-07-16 04:55:30 +02:00 |
|
|
f4ddcf9d8d
|
fix: prop
|
2025-07-14 21:37:45 +02:00 |
|
|
9b7de48c02
|
feat: add IRC colours, without a toggle for now
ci/woodpecker/push/build-and-publish Pipeline failed
|
2025-07-13 18:16:02 +02:00 |
|
|
287a6415c9
|
feat: rename ModalProps heavy property to obscure
|
2025-07-13 04:09:24 +02:00 |
|
|
cf32b62ae7
|
Merge branch 'guild-settings' into guild-joining
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-13 01:45:05 +02:00 |
|
|
fb452d8a5b
|
feat: add and use ModalProps interface
|
2025-07-13 00:04:19 +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 |
|
|
457405186a
|
Merge branch 'main' into friends-list
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 |
|
|
21f441bccf
|
feat: add properties for whether a message is a reply or user is mentioned and message response to MessageProps
|
2025-07-11 03:30:15 +02:00 |
|
|
84b7c01251
|
feat: include new reply_to property in MessageResponse interface
|
2025-07-11 03:28:50 +02:00 |
|
|
5958697b6c
|
Merge branch 'main' into replies
|
2025-07-11 00:10:01 +02:00 |
|
|
b28920898c
|
feat: add utils to reply to and edit messages
|
2025-07-10 23:58:00 +02:00 |
|
|
11802040bd
|
feat: add ContextMenuItem interface
|
2025-07-10 23:55:26 +02:00 |
|
|
b1a3ce9b00
|
feat: update interface to include friends_since
|
2025-07-10 22:18:28 +02:00 |
|
|
704de034b7
|
feat(wip): start working on seeing if emitting events between component and parent works
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-09 07:40:20 +02:00 |
|
|
1e0b8e2ba1
|
feat: add Dropdown component
|
2025-07-07 21:07:33 +02:00 |
|
|
a9ad6ba535
|
chore: unwanted leading tab
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-03 18:09:52 +02:00 |
|
|
6141cac41a
|
Merge branch 'settings-page'
ci/woodpecker/manual/build-and-publish Pipeline was successful
co-authored-by: JustTemmie <git@beaver.mom>
|
2025-06-23 21:11:08 +02:00 |
|
|
010472c83d
|
feat: implement scroll position retention
|
2025-06-07 06:12:47 +02:00 |
|
|
acc4fa14b7
|
feat: finish up the my account section for now
|
2025-06-02 13:10:42 +02:00 |
|
|
622abc9155
|
feat: profile page, EXCEPT FUCKING AVATARS AAAAAHHH
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 19:24:50 +02:00 |
|
|
256889a573
|
feat: favicon!!
|
2025-06-01 17:46:09 +02:00 |
|
|
a2c04af8ce
|
feat: basic user popup implemented
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 16:36:59 +02:00 |
|
|
3fd28ed3fc
|
fix: /guilds/me variable expecting wrong response object type
|
2025-05-31 16:33:22 +02:00 |
|
|
f39ff00b3b
|
feat: implement checking if email verification is enabled or not, change appearance of auth
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-30 00:15:19 +02:00 |
|
|
46483c336a
|
feat: add user property to MessageResponse interface
|
2025-05-29 04:26:34 +02:00 |
|
|
89cd8ec1bf
|
feat: add file for storing types
|
2025-05-26 22:49:43 +02:00 |
|