Commit graph

84 commits

Author SHA1 Message Date
8178a1db6b
Merge remote-tracking branch 'origin/main' into better-themes
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-05 23:38:58 +02:00
d1f67d894d
fix: edit and delete context menu items not showing up on your own messages caused by use of member uuid instead of user uuid comparison
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 22:40:16 +02:00
4726a3376f
feat: implement colours for all the other themes 2025-08-05 04:12:26 +02:00
7d267b436e
Merge remote-tracking branch 'origin/main' into better-themes 2025-08-05 04:01:45 +02:00
cb61754c0a
feat: add more colours to dark theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:51:20 +02:00
b1cf9df199
fix: errors caused by MessageResponse interface now returning GuildMemberResponse instead of UserResponse
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:43:59 +02:00
24038f7767
Merge remote-tracking branch 'origin/fix-canvas-images' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-04 20:38:52 +02:00
83d4f02c3a
Merge remote-tracking branch 'origin/main' into profile-modal
All checks were successful
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
a4aabeaa14
Merge branch 'main' into highlight-reply
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-08-04 03:58:23 +02:00
4bbce93729
Merge branch 'main' into improved-context-menu
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-08-04 03:55:16 +02:00
e92e1cde01
feat: highlight message user is actively replying to
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-03 20:58:11 +02:00
7f98992839
feat: add type property to ContextMenu and set delete message item to danger 2025-08-03 20:28:14 +02:00
fbb72919c3
feat: comment out message editing callback
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-31 03:52:34 +02:00
c1c3c55e56
feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-31 03:47:13 +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
2ede820a03
feat: add Edit and Delete options in context menu for messages you created
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-30 16:29:42 +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
c7ef63d2bd
feat: fix member list to use the new default avatar 2025-07-19 23:46:37 +02:00
1ac3042470
style: move profile functions into a composable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-19 17:19:14 +02:00
e339b1df10
refactor: change Avatar component to take a single variable instead of user or profile 2025-07-17 16:18:18 +02:00
ce5d65e62d
fix: accidentally getting display name of wrong user in replies
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-16 10:29:41 +02:00
ab87fb681c
chore: update rest of the codebase to use new getDisplayName() function
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-16 10:27:56 +02:00
bca209ef81
style: remove unused imports 2025-07-16 04:55:30 +02:00
2381960277
fix: incorrect merge
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-16 04:51:18 +02:00
29243aa86f
Merge remote-tracking branch 'origin/main' into fallback-server-icons 2025-07-16 04:49:59 +02:00
68cb7438ce
Merge remote-tracking branch 'origin/main' into irc-colours
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-16 04:41:52 +02:00
32910d2077
feat: improve theming
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-15 01:13:10 +02:00
a146eb001a
style: manually edit the reply svg a bit
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-15 00:16:47 +02:00
cbc010943c
chore: minor code cleanup
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-14 21:39:42 +02:00
bbc822604f
Merge branch 'irc-colours' into fallback-server-icons 2025-07-14 19:51:12 +02: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
088c6c558b
fix: modals not showing properly due to imports not being updated after components folder restructuring 2025-07-14 01:05:47 +02:00
047fe5e833
fix: links not being clickable due to href attribute not being allowed 2025-07-13 20:47:55 +02:00
dc786cd420
fix: remove random console log
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-13 18:17:01 +02:00
9b7de48c02
feat: add IRC colours, without a toggle for now
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-07-13 18:16:02 +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
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
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
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
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
fdabe96a68
fix: replies displaying replier's name rather than the name of the user being replied to
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-07-11 03:52:29 +02:00
a8ee8122ee
feat: implement message replies 2025-07-11 03:33:24 +02:00
5958697b6c
Merge branch 'main' into replies 2025-07-11 00:10:01 +02:00
64b10b48aa
feat: switch to using MessageProps interface in Message component 2025-07-11 00:04:18 +02:00
4f4063fa88
feat: make both message div types use ref and add contextmenu listeners to message divs 2025-07-11 00:03:42 +02:00
c746f816d8
feat: add author and logged-in user (me) as props for Message component 2025-07-11 00:02:09 +02:00
0ea9c8f168
feat: update ContextMenu props var to use new interface and move setting of menuItems to Message component 2025-07-10 23:56:28 +02:00