|
d986f601de
|
feat: improve 24-hour to 12-hour format conversion by using Date methods
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-03 20:42:34 +02:00 |
|
|
d85eb03ad0
|
feat: change message history grids to fix scaling of message timestamps
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-03 16:18:13 +02:00 |
|
|
a56e12149b
|
fix: modify message css to avoid weird line spacing
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-03 06:15:51 +02:00 |
|
|
76952922bf
|
feat: add tabbing for channels list, members list, and messages
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-02 11:40:57 +02:00 |
|
|
c7e7f33240
|
feat: add sanitized ref variable
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-02 11:06:08 +02:00 |
|
|
63b780e5ab
|
feat: implement basic markdown for messages
ci/woodpecker/push/build-and-publish Pipeline failed
|
2025-06-02 00:57:13 +02:00 |
|
|
35852d8cad
|
feat: make URLs in messages become links
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 23:10:08 +02:00 |
|
|
626c1c8453
|
fix: older messages loading in reverse order
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 16:58:53 +02:00 |
|
|
82796377ee
|
feat: change non-grouped messages to have margin-top instead of margin-bottom
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 16:57:56 +02:00 |
|
|
9fee630a68
|
fix: some messages not getting type correctly due to nextTick() use
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 16:23:42 +02:00 |
|
|
2c2013fa81
|
feat: update offset for fetching older messages
|
2025-06-01 16:22:51 +02:00 |
|
|
5b1d25807e
|
feat: fix messages not grouping correctly and implement scrolling for loading previous messages
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-06-01 16:13:46 +02:00 |
|
|
4b2c3af5e5
|
feat: change styling of message area a bit
|
2025-05-31 17:13:59 +02:00 |
|
|
5011affd49
|
feat: remove margin-top from message box and have it be set dynamically on last message
|
2025-05-31 16:34:25 +02:00 |
|
|
310b1cc2df
|
feat: remove unnecessary log statement
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-31 15:28:50 +02:00 |
|
|
04af2be87f
|
fix: message grouping when messages are received from websocket
|
2025-05-31 15:28:33 +02:00 |
|
|
4da2ede58a
|
feat: change grouped messages being called compact to grouped
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-31 14:50:44 +02:00 |
|
|
aa710e0a4d
|
feat: rename some occurrences of guild back to server
|
2025-05-31 14:38:49 +02:00 |
|
|
fe1474416f
|
feat: change all occurrences of server with guild
|
2025-05-31 14:27:37 +02:00 |
|
|
53687a0ec3
|
feat: implement message grouping, improve styling
|
2025-05-29 22:21:17 +02:00 |
|
|
6a3c8e8982
|
feat: improve channel list appearance
|
2025-05-29 22:16:42 +02:00 |
|
|
c10e083771
|
feat: have messages array always reverse
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
|
2025-05-29 16:38:19 +02:00 |
|
|
1d0fde3e36
|
feat: add padding on the sides of the message text input
|
2025-05-29 16:35:34 +02:00 |
|
|
c8598b39e6
|
feat: change color of message text input to inherit
|
2025-05-29 16:35:14 +02:00 |
|
|
b1457dc31f
|
fix: message times not displaying correctly
|
2025-05-29 16:33:29 +02:00 |
|
|
c3b72b3be6
|
feat: make send button and message input box slightly bigger
|
2025-05-29 15:31:36 +02:00 |
|
|
786b4e0925
|
feat: add rounded corners to message box and input
|
2025-05-29 15:23:10 +02:00 |
|
|
454633720b
|
feat: styled button a bit
|
2025-05-29 04:58:43 +02:00 |
|
|
e1578a1302
|
feat: disable input history in message text box
|
2025-05-29 04:58:28 +02:00 |
|
|
fb85a2a33f
|
feat: improve styling of message box area
|
2025-05-29 04:52:02 +02:00 |
|
|
94fa7dc1c0
|
feat: add top margin for message box
|
2025-05-29 04:30:24 +02:00 |
|
|
d80731a1c0
|
fix: props definition not allowing for null value on img
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-29 04:28:58 +02:00 |
|
|
bc94d22ef0
|
feat: switch to using user property of message object
|
2025-05-29 04:27:19 +02:00 |
|
|
b164abeda9
|
feat: implement autoscroll
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-29 04:13:02 +02:00 |
|
|
751bdcfd9a
|
Merge branch 'main' into dev
|
2025-05-28 22:45:05 +02:00 |
|
|
19fcccfb5b
|
feat: make chat scroll position to be at the bottom upon load
|
2025-05-28 20:20:28 +02:00 |
|
|
22ca450651
|
feat: make Loading component a spinning load circle
|
2025-05-28 02:17:54 +02:00 |
|
|
c7b853230e
|
feat: implement fetching of usernames for messages
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-27 01:47:48 +02:00 |
|
|
a110e39c2b
|
feat: change spacing of messages
|
2025-05-27 01:47:18 +02:00 |
|
|
68292b4e78
|
fix: ? display uuid instead of the same username for all messages
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-27 00:32:24 +02:00 |
|
|
1d79f680df
|
feat: add Channel component
ci/woodpecker/push/build-and-publish Pipeline was successful
|
2025-05-26 22:49:43 +02:00 |
|
|
8ce2d52044
|
feat: add invite popup component
|
2025-05-26 22:49:43 +02:00 |
|
|
646ae78776
|
feat: add components for showing messages
|
2025-05-26 22:49:43 +02:00 |
|
|
1c680e85e3
|
feat: add loading component
|
2025-05-26 22:49:43 +02:00 |
|
|
d401464353
|
wip: more work
|
2025-04-30 07:40:51 +02:00 |
|