|
963da24046
|
Merge remote-tracking branch 'origin/main' into time-format
|
2025-07-12 19:32:04 +02:00 |
|
|
1d1cfa0af2
|
Merge pull request 'Implement friends list and refactor components' (#28) from friends-list into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #28
Reviewed-by: Radical <radical@radical.fun>
Reviewed-by: SauceyRed <saucey@saucey.red>
|
2025-07-12 17:28:42 +00:00 |
|
|
b0e56e1a06
|
fix: add friends by username, not ID
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-12 19:28:17 +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 |
|
|
3fc8933b1e
|
fix: VerticalSpacer being referred to as verticalSpacer
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-12 19:24:38 +02:00 |
|
|
0d6786ffe9
|
fix: add missing return calls to add and remove friend
|
2025-07-12 19:21:43 +02:00 |
|
|
b731228fb8
|
feat: add friend count to buttons on friend page
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-12 19:14:18 +02:00 |
|
|
f5457f9965
|
fix: remove "N/A online" from all friends page
|
2025-07-12 19:11:47 +02:00 |
|
|
83464c8f13
|
fix: button variants not displaying properly
|
2025-07-12 19:08:25 +02:00 |
|
|
890fbebbe9
|
feat: use <style module> for friends list-scoped css
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-12 18:58:09 +02:00 |
|
|
79aa61cb81
|
chore: remove unused css
|
2025-07-12 18:57:21 +02:00 |
|
|
010964f188
|
feat: convert links with hashes to buttons with filter var, and loop through buttons to create
|
2025-07-12 18:56:14 +02:00 |
|
|
2cc42a729b
|
fix: rename selectedThemeUrl to selectedThemeId, as they're storing IDs
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-12 18:53:02 +02:00 |
|
|
87a5b99e50
|
feat: add radio buttons and start integrating them into time format setting
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-12 18:49:28 +02:00 |
|
|
9256f9326b
|
style(ui): add svg to connect reply message sender to the reply preview in chat
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-12 18:49:25 +02:00 |
|
|
ba8abee256
|
style(ui): adjust margin of message replies in chat
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-07-12 17:55:16 +02:00 |
|
|
f226ba2364
|
style(themes): add and use --reply-text-color
|
2025-07-12 17:52:34 +02:00 |
|
|
6752b44e95
|
fix: refresh loop once access token expires caused by attempt to revoke auth
|
2025-07-12 17:48:57 +02:00 |
|
|
d9aef4eb3a
|
feat: remove export of accessToken and add export of clearAuth in auth composable
|
2025-07-12 17:47:55 +02:00 |
|
|
5b4c278b83
|
refactor: load and save settings from a single object
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
|
2025-07-11 23:48:03 +02:00 |
|
|
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 |
|
|
8812bf7f40
|
Merge pull request 'fix: replies displaying replier's name rather than the name of the user being replied to' (#31) from replies into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #31
|
2025-07-11 01:54:27 +00:00 |
|
|
8c46f78dd3
|
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:54:19 +00: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 |
|
|
5b0c98bb20
|
Merge pull request 'Implement Replies' (#29) from replies into main
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #29
|
2025-07-11 01:39:44 +00: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 |
|
|
daa13dbbed
|
feat: add global listener for Escape key to remove message reply box
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
|
2025-07-11 03:33:45 +02:00 |
|
|
a8ee8122ee
|
feat: implement message replies
|
2025-07-11 03:33:24 +02:00 |
|
|
2ff892b0da
|
feat: add util to create MessageReply instance
|
2025-07-11 03:31:25 +02:00 |
|
|
53c2f93791
|
feat: add MessageReply component
|
2025-07-11 03:30:51 +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 |
|
|
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 |
|
|
069d3392d2
|
feat: improve context menu handling in app.vue
|
2025-07-11 00:05:20 +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 |
|
|
b28920898c
|
feat: add utils to reply to and edit messages
|
2025-07-10 23:58:00 +02:00 |
|
|
b51efc01e9
|
feat: add utils to create and remove the context menu
|
2025-07-10 23:57:25 +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 |
|
|
11802040bd
|
feat: add ContextMenuItem interface
|
2025-07-10 23:55:26 +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 |
|