|
e92e1cde01
|
feat: highlight message user is actively replying to
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 |
|
|
c4a31276be
|
feat: add highlighting of reply when scrolled to
|
2025-08-03 20:57:55 +02:00 |
|
|
3b2136789e
|
style: set danger context menu items to use danger-text-color CSS variable
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-08-03 20:29:39 +02:00 |
|
|
74f74083a6
|
feat: add danger text color to themes
|
2025-08-03 20:29:01 +02:00 |
|
|
7f98992839
|
feat: add type property to ContextMenu and set delete message item to danger
|
2025-08-03 20:28:14 +02:00 |
|
|
7628612272
|
Merge pull request 'Fix loading of older messages in message history' (#56) from fix/old-messages-loading into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #56
Reviewed-by: Twig <git@beaver.mom>
|
2025-08-03 18:07:46 +00:00 |
|
|
076fda9e8c
|
Merge branch 'main' into fix/old-messages-loading
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-03 20:07:03 +02:00 |
|
|
fbb72919c3
|
feat: comment out message editing callback
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 |
|
|
95f4bbcaf3
|
fix: ResizableSidebar width resetting not being saved to local storage
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-31 03:50:16 +02:00 |
|
|
c1c3c55e56
|
feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
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 |
|
|
c233819924
|
fix: MessageArea rendering the last X amount of messages in the messages array rather than the newly-loaded messages
|
2025-07-31 03:47:12 +02:00 |
|
|
4e60139ac2
|
chore: comment out unnecessary console logs in MessageArea
|
2025-07-31 03:47:10 +02:00 |
|
|
446578c29b
|
fix: amount of older messages requested doubling every time infinite scrolling is triggered
|
2025-07-31 03:47:08 +02:00 |
|
|
a2b05ad68c
|
feat: use array replacement instead of for loop to add older messages to array
|
2025-07-31 03:46:58 +02:00 |
|
|
b54e14a2f8
|
fix: context menu being underneath members list in z-index
|
2025-07-30 17:12:52 +02:00 |
|
|
82dc0fb0e3
|
fix: context menu on resizable sidebar component not working due to breaking changes
|
2025-07-30 17:09:07 +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 |
|
|
e8af398831
|
chore: import Loading component to stop Nuxt from complaining about it in console
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-30 16:31:51 +02:00 |
|
|
2ede820a03
|
feat: add Edit and Delete options in context menu for messages you created
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-30 16:29:42 +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 |
|
|
8be948623b
|
ci: only run on push
ci/woodpecker/push/build-and-publish Pipeline was successful
prevents duplicate CIs from running at the same time
|
2025-07-22 18:55:57 +02:00 |
|
|
82e0e59617
|
fix: logout not working due to use of outdated HTTP method
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-21 12:33:21 +02:00 |
|
|
ef9b70410b
|
fix: profile modal staying open even if view/route is changed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-21 12:21:33 +02:00 |
|
|
b07a0aa5a0
|
Merge pull request 'Implement invite redemption page' (#54) from invite-page into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #54
Reviewed-by: Twig <git@beaver.mom>
|
2025-07-20 09:15:52 +00:00 |
|
|
eb2af0f7ec
|
Merge branch 'main' into invite-page
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-20 09:15:22 +00:00 |
|
|
ddf173ee8b
|
fix: broken cropping tool due to missing imports
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-20 04:57:56 +02:00 |
|
|
6a65b257e0
|
feat: add basic page for viewing and accepting an invite
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-20 02:34:30 +02:00 |
|
|
c87fffe6c9
|
feat: add fetchInvite function
|
2025-07-20 02:33:57 +02:00 |
|
|
cc310d61df
|
fix: don't duplicate the server list icons
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
whoopsie :3
|
2025-07-19 23:59:49 +02:00 |
|
|
7bc9858736
|
fix: friend icon sizes
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-19 23:52:53 +02:00 |
|
|
a2714cfae7
|
actually fix avatar sizing
|
2025-07-19 23:51:28 +02:00 |
|
|
c7ef63d2bd
|
feat: fix member list to use the new default avatar
|
2025-07-19 23:46:37 +02:00 |
|
|
ed38340249
|
feat: implement new guild icons
|
2025-07-19 23:39:39 +02:00 |
|
|
25501147ae
|
chore: remove old icon generation
|
2025-07-19 23:39:16 +02:00 |
|
|
08436fdce0
|
feat: minimize flashbanging that occur during development
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-19 22:44:26 +02:00 |
|
|
1ac3042470
|
style: move profile functions into a composable
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 |
|
|
e44c7d0c2e
|
style: code cleanup
|
2025-07-19 17:15:44 +02:00 |
|
|
3beaddf0bd
|
fix: remove wip name
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-19 16:57:51 +02:00 |
|
|
834c9ac343
|
fix: update sortMembers to use the new getDisplayName
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-19 16:56:14 +02:00 |
|
|
cf84ba9d0a
|
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-07-19 16:54:13 +02:00 |
|
|
ce306a2f72
|
feat: finish profile popup
ci/woodpecker/push/build-and-publish Pipeline failed
|
2025-07-19 16:54:05 +02:00 |
|
|
b5857b706f
|
feat: implement onCloseButton event
|
2025-07-19 16:53:48 +02:00 |
|
|
ae653a77c9
|
feat: add titles to join and registration dates
|
2025-07-19 16:41:04 +02:00 |
|
|
7e7b0ad0f8
|
fix: spacer sizing
|
2025-07-19 16:40:49 +02:00 |
|
|
c93a1829f8
|
Merge pull request 'resizable-sidebars' (#49) from resizable-sidebars into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #49
Reviewed-by: JustTemmie <git@beaver.mom>
|
2025-07-19 06:46:26 +00:00 |
|
|
72701c9aef
|
Merge branch 'main' into resizable-sidebars
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-19 06:46:12 +00:00 |
|
|
b3ef59ac48
|
feat: finish up the profile popup
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-18 13:03:20 +02:00 |
|
|
69feff6cf8
|
feat: add a fuck ton of get functions
|
2025-07-18 12:56:33 +02:00 |
|