Commit graph

634 commits

Author SHA1 Message Date
014dff9c2d
Merge branch 'main' into improve-chat-look
All checks were successful
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-14 17:27:05 +02:00
53ec803f2c
fix(ui): use css instead of javascript to prevent cutting off media
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 23:01:28 +02:00
01423951bc
Merge remote-tracking branch 'origin/improve-chat-look' into improve-chat-look
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 22:32:14 +02:00
8a77cb9a1d
chore: clean up Message component instancing in MessageArea 2025-08-11 22:31:33 +02:00
2d8516885d
chore: remove unused function? 2025-08-11 22:29:23 +02:00
5a15bd5ddb fix(ui): media cutting off and causing horizontal scroll bar when overflowing, turn flex-direction to column instead
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 04:42:46 +02:00
c95f13ff18
style: update ash theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 03:40:38 +02:00
d76abd428c
Merge remote-tracking branch 'origin/improve-chat-look' into improve-chat-look
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 03:34:33 +02:00
82502d99ef
style: update theme colours 2025-08-11 03:32:58 +02:00
55ce7fea45
style: make highlight radius themable 2025-08-11 03:14:39 +02:00
d1161cc096
style(ui): add padding-top for grouped message date to be center-aligned vertically with the first line of the text message
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 03:08:38 +02:00
26ef3671e9
style: increase message padding to make highlight more pleasant 2025-08-11 02:57:17 +02:00
f38f26a602
style(ui): decrease bottom padding for messages div
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 01:13:04 +02:00
a5f0576a12
style(ui): add padding to all messages and remove margin from grouped messages 2025-08-11 01:12:34 +02:00
395dd6cf9b
fix: layout preview not working with a non-default baseurl
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-09 12:42:33 +02:00
307969ffe5 Merge pull request 'Implement method for checking member permissions' (#68) from permissions-management into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #68
Reviewed-by: Twig <git@beaver.mom>
2025-08-07 20:14:07 +00:00
a646279b46
refactor: message component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-07 22:14:04 +02:00
62156a1049
Merge branch 'main' into permissions-management
All checks were successful
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-07 22:12:47 +02:00
76f77f7bfe
fix: invite link generation not accounting for baseURL
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-07 09:07:46 +02:00
9fe067ec5a
Merge branch 'main' into permissions-management
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-07 06:39:37 +02:00
aecbcaefba
feat: add hasPermission util to check if a member has a specific permission
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-07 06:32:04 +02:00
695bdbc777
feat: update GuildResponse and GuildMemberResponse interfaces to match backend 2025-08-07 06:31:44 +02:00
4dbe548efc
feat: create enums.ts file and add Permission enum 2025-08-07 06:31:15 +02:00
42823c0e94
fix: missing type property for Reset context menu item in ResizableSidebar
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-07 06:21:52 +02:00
02479072f6
style(ui): improve styling of Message component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
- increase profile picture size
- improve vertical and horizontal centering
- improve the way margins and gaps are styled
- adjust grid CSS
2025-08-06 21:19:48 +02:00
31b0d2e7eb
style(ui): improve styling of media-embedded messages 2025-08-06 21:13:30 +02:00
d5f1ecfd26
feat: make sure every media is embedded in messages and only hide text if it's composed only of links 2025-08-06 21:12:27 +02:00
a0247ebf2a Merge pull request 'Add support for multiline about me's' (#64) from about-me-textfield into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #64
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-08-05 21:50:13 +00:00
186cb20467
Merge remote-tracking branch 'origin/main' into about-me-textfield
All checks were successful
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-05 23:49:30 +02:00
6df0545f41 Merge pull request 'Seperate themes and layouts into seperate settings' (#63) from better-themes into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #63
Reviewed-by: SauceyRed <saucey@saucey.red>
2025-08-05 21:47:19 +00:00
184be67ccc
style: use PascalCase for enums
All checks were successful
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-05 23:45:48 +02:00
8178a1db6b
Merge remote-tracking branch 'origin/main' into better-themes
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-05 23:38:58 +02:00
1fa405afee
style: convert util function into arrow function 2025-08-05 23:38:41 +02:00
a81fc4739a
style: resolve review feedback for #63 2025-08-05 23:37:35 +02:00
d1f67d894d
fix: edit and delete context menu items not showing up on your own messages caused by use of member uuid instead of user uuid comparison
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 22:40:16 +02:00
5b0f358829
fix: members list not being set correctly casued by mistake during merge 2025-08-05 22:39:26 +02:00
bf303f478e
fix: remove accidental console log
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-05 05:26:30 +02:00
d276faebcc
support multiline about me's
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-05 05:25:02 +02:00
26e215ed23
feat:? add IRC colours to every user and member entry
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-05 04:17:37 +02:00
4726a3376f
feat: implement colours for all the other themes 2025-08-05 04:12:26 +02:00
7d267b436e
Merge remote-tracking branch 'origin/main' into better-themes 2025-08-05 04:01:45 +02:00
59422455bb
Merge branch 'fix-members-list-fetch'
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 04:00:23 +02:00
8e3f7212a5
feat: update members fetching to handle endpoint pagination update
All checks were successful
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-05 03:57:54 +02:00
cb61754c0a
feat: add more colours to dark theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:51:20 +02:00
b1cf9df199
fix: errors caused by MessageResponse interface now returning GuildMemberResponse instead of UserResponse
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:43:59 +02:00
5a8ce74d04
fix missing import for replies 2025-08-05 03:17:31 +02:00
3866ced880
feat: default to light mode if the browser prefers light mode
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:07:32 +02:00
d5b2b43bf5
implement layout previews
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:02:38 +02:00
37ebcb74aa
feat: implement layout switching and saving
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 02:22:57 +02:00
5191ac7df7
feat: start implementing styles and layouts 2025-08-05 01:17:07 +02:00