|
cd1f294600
|
feat: change color of reply background and add highlight color
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
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
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 |
|
|
6e74481891
|
Merge branch 'main' into replies
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-11 01:39:18 +00:00 |
|
|
a8ee8122ee
|
feat: implement message replies
|
2025-07-11 03:33:24 +02:00 |
|
|
53c2f93791
|
feat: add MessageReply component
|
2025-07-11 03:30:51 +02:00 |
|
|
c2b06f40b4
|
fix: align textbox to bottom of the screen
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-11 02:34:08 +02:00 |
|
|
edb6c01b52
|
chore: "why the question mark after the username"
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
co-authored-by: Radical <radical@radical.fun>
|
2025-07-11 01:55:42 +02:00 |
|
|
4e2e61d4dc
|
chore: remove unnecessary code
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-11 01:54:24 +02:00 |
|
|
0562127e4a
|
feat: finish entire friends menu
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-11 01:45:24 +02:00 |
|
|
5958697b6c
|
Merge branch 'main' into replies
|
2025-07-11 00:10:01 +02:00 |
|
|
292bd64ed4
|
feat: add runCallback function to handle closing removal of context menu before running callback
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-11 00:05:59 +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 |
|
|
34976b4f50
|
feat: finish DM sidebar
|
2025-07-10 23:12:44 +02:00 |
|
|
c9bea94ef8
|
fix: add missing imports
|
2025-07-10 23:03:46 +02:00 |
|
|
a3feb07e73
|
refactor: rename Channel to ChannelEntry
|
2025-07-10 23:00:54 +02:00 |
|
|
8e69dc805e
|
chore: remove unused popups
|
2025-07-10 22:51:56 +02:00 |
|
|
15e5a21277
|
refactor: try sorting components into sub-folders
ci/woodpecker/push/build-and-publish Pipeline failed
|
2025-07-10 22:47:52 +02:00 |
|
|
5dbf21b0ab
|
feat: implement friends list
|
2025-07-10 22:44:46 +02:00 |
|
|
8a9ecaa2e2
|
refactor: move spacer into it's own component
|
2025-07-10 22:44:18 +02:00 |
|
|
97ad3155c3
|
Merge remote-tracking branch 'origin/multiline-message-box'
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-10 16:25:36 +02:00 |
|
|
323178af6b
|
undo the last 6 merges i fucked up
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-10 16:10:55 +02:00 |
|
|
e71db5f571
|
chore: remove unused class attribute in message text box element
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-10 11:56:54 +02:00 |
|
|
2665f29341
|
feat: align message box buttons to bottom
|
2025-07-10 11:55:45 +02:00 |
|
|
b67d568c5e
|
fix: display names with empty string not being replaced by usernames in member list
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-09 20:00:45 +02:00 |
|
|
822b16ae07
|
Merge branch 'main' into email-verification
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-09 17:53:35 +00:00 |
|
|
e58809b424
|
feat: implement multiline message box
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-09 16:34:39 +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 |
|
|
950d27b2cf
|
feat(wip): add custom context menu
|
2025-07-09 07:38:50 +02:00 |
|
|
7ddc2acb02
|
feat: add message id as data field of Message component
|
2025-07-09 07:37:05 +02:00 |
|
|
4b6dc03b13
|
feat: refresh page when email is changed and instance requires verification
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
|
2025-07-09 07:30:46 +02:00 |
|
|
f1bec945fe
|
feat: multiline message box
ci/woodpecker/push/build-and-publish Pipeline was successful
this implementation SUCKS and i probably have to write an entirely custom solution where every line is a div or something
|
2025-07-09 03:36:30 +02:00 |
|
|
51c2578e60
|
fix: remove unused code, set chatbox input to a transparent colour
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
|
2025-07-08 15:45:18 +02:00 |
|
|
fa93e00759
|
feat: improve message box :3
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-07 22:22:20 +02:00 |
|
|
1e0b8e2ba1
|
feat: add Dropdown component
|
2025-07-07 21:07:33 +02:00 |
|
|
d0fe0db374
|
feat: more theme styling options, and description.css
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-07 21:00:42 +02:00 |
|
|
a111180b52
|
feat: add word wrapping in messages
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-07 20:23:47 +02:00 |
|
|
0c6cae110f
|
feat: add more restrictions to markdown sanitization
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-07 19:53:50 +02:00 |
|
|
7dcd80cdf7
|
feat: implement invite modal in guild options menu
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 |
|
|
519a5555a9
|
Merge pull request 'pfp cropping' (#12) from pfp-cropping into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #12
Reviewed-by: SauceyRed <saucey@saucey.red>
|
2025-07-05 17:34:27 +00:00 |
|
|
825cf2ba52
|
fix: minor changes to fix review
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-05 19:32:14 +02:00 |
|
|
def96c4df3
|
Merge branch 'main' into pfp-cropping
|
2025-07-05 19:30:08 +02:00 |
|
|
2d8475b20a
|
fix: convert arrow function for consistency
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-05 19:22:06 +02:00 |
|
|
2c4489917a
|
fix: use $fetch over fetch
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-05 19:05:35 +02:00 |
|
|
6abfd8e44b
|
chore: pascalCase
|
2025-07-05 19:02:57 +02:00 |
|