Commit graph

23 commits

Author SHA1 Message Date
cca348b476
feat: add spacing between grouped messages 2025-06-07 06:12:45 +02:00
3899843a7c
feat: change message area back to using flex display, improvement for UI 2025-06-06 01:55:18 +02:00
67e10a4387
feat: refactor to allow more markdown tags, syling changes to make lists and headings not take up as much space 2025-06-03 20:52:42 +02:00
263c823ceb
fix: tabIndex not working after changing messages to use "display: contents;" 2025-06-03 20:50:56 +02:00
82fde5671d
fix: last message from user not having bottom margin 2025-06-03 20:49:41 +02:00
d986f601de
feat: improve 24-hour to 12-hour format conversion by using Date methods
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-02 11:40:57 +02:00
c7e7f33240
feat: add sanitized ref variable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-02 11:06:08 +02:00
63b780e5ab
feat: implement basic markdown for messages
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-06-02 00:57:13 +02:00
35852d8cad
feat: make URLs in messages become links
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 23:10:08 +02:00
82796377ee
feat: change non-grouped messages to have margin-top instead of margin-bottom
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 16:57:56 +02:00
5b1d25807e
feat: fix messages not grouping correctly and implement scrolling for loading previous messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 16:13:46 +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
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-31 15:28:50 +02:00
4da2ede58a
feat: change grouped messages being called compact to grouped
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-31 14:50:44 +02:00
53687a0ec3
feat: implement message grouping, improve styling 2025-05-29 22:21:17 +02:00
b1457dc31f
fix: message times not displaying correctly 2025-05-29 16:33:29 +02:00
d80731a1c0
fix: props definition not allowing for null value on img
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 04:28:58 +02:00
a110e39c2b
feat: change spacing of messages 2025-05-27 01:47:18 +02:00
646ae78776 feat: add components for showing messages 2025-05-26 22:49:43 +02:00
d401464353
wip: more work 2025-04-30 07:40:51 +02:00