Commit Graph

670 Commits

Author SHA1 Message Date
Infi 2b752fefbc feat: full edge to edge in chat router
Signed-off-by: Infi <infi@infi.sh>
2025-05-29 21:32:21 +02:00
Infi ade9e03a9d fix: deduplicate messages during grouping
Signed-off-by: Infi <infi@infi.sh>
2025-05-29 20:03:14 +02:00
Infi 9563ea6cce fix: tint meta key with content colour
in physical keyboard spark

Signed-off-by: Infi <infi@infi.sh>
2025-05-17 09:18:48 +02:00
Infi 14522fd6f3 feat: basic implementation of voice channel overlay
Signed-off-by: Infi <infi@infi.sh>
2025-05-04 04:58:22 +02:00
Infi aab658eccc Merge branch 'dev' into feat/voice-chats-2.0 2025-05-04 02:27:19 +02:00
Infi bdd706fda5 fix: skip partially expanded for user card sheet from overview
Signed-off-by: Infi <infi@infi.sh>
2025-05-04 02:25:22 +02:00
Infi 2c233d30ca feat: join call route
Signed-off-by: Infi <infi@infi.sh>
2025-04-27 20:24:06 +02:00
Infi fd8d22b170 feat: early definition of ready event with voice state
Signed-off-by: Infi <infi@infi.sh>
2025-04-27 20:23:53 +02:00
Infi 12b08edaf0 chore: add (temporary) api url property and LK compose components
Signed-off-by: Infi <infi@infi.sh>
2025-04-27 20:23:00 +02:00
Infi 88619b044a feat: use livekit compatible root schema
Signed-off-by: Infi <infi@infi.sh>
2025-04-26 00:59:01 +02:00
Infi 8156a5b28c feat: show swipe to reply spark to upgrading users
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 22:39:32 +02:00
Infi c7791716c5 feat: forgot password & reverify links in login
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 22:14:50 +02:00
Infi 47b64bdf39 fix: clear typing users on reconnect
if they are no longer typing by the time we reconnected they will show as typing indefinitely

Signed-off-by: Infi <infi@infi.sh>
2025-04-25 21:59:03 +02:00
Infi a8ce409b54 fix: do not show swipe to reply if drawer is present and open
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 21:49:34 +02:00
Infi 3c5c7bc30a feat: for server owners, add a temporary shortcut to the web app for server settings
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 21:21:55 +02:00
Infi ddb010cf55 fix: make whole server overview sheet scrollable, not just info & description
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 21:02:25 +02:00
Infi b0b7bbad1e fix: make server overview sheet scrollable
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 20:59:45 +02:00
Infi 6ab8dccc11 fix: skip partially expanded state for server overview
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 20:59:29 +02:00
Infi 48e63e549a feat: new add server sheet with server creation
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 20:55:13 +02:00
Infi 67816d9cfe fix: issue with draft content not applying correctly
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 16:49:11 +02:00
Infi 47890e3e02 fix: remove debug-only logs that are no longer useful
Signed-off-by: Infi <infi@infi.sh>
2025-04-25 16:45:45 +02:00
Infi defe13288d feat: use new cdn url
Signed-off-by: Infi <infi@infi.sh>
2025-04-24 23:12:28 +02:00
Infi 5f70da854e style: rename .components to .composables
Compose convention is to say composables; previous name is a holdover from React

Signed-off-by: Infi <infi@infi.sh>
2025-04-17 00:58:20 +02:00
Infi c88391e5f0 fix: make some modal sheets always-expanded
Signed-off-by: Infi <infi@infi.sh>
2025-04-17 00:54:49 +02:00
Infi 79d83f3be2 feat: use different wording for quick reply none
Signed-off-by: Infi <infi@infi.sh>
2025-04-13 16:32:13 +02:00
Infi 47d4ecd0a6 feat: swipe to reply spark (not used yet)
Signed-off-by: Infi <infi@infi.sh>
2025-04-13 16:31:49 +02:00
Infi e2f6b6d697 feat: new strings for upcoming spark
Signed-off-by: Infi <infi@infi.sh>
2025-04-11 21:28:57 +02:00
Infi 4bd2072f2d fix: error handling for user buttons
Signed-off-by: Infi <infi@infi.sh>
2025-04-11 21:05:41 +02:00
Infi 5724680c54 fix: websocket disconnect due to missing field
used to crash because status was claimed to not be optional (when status = "None" is is however absent)

Signed-off-by: Infi <infi@infi.sh>
2025-04-11 20:57:50 +02:00
Infi f680ad9a7c fix: index out of bounds when friends open on startup
Signed-off-by: Infi <infi@infi.sh>
2025-04-11 20:56:17 +02:00
Infi 4acc42294c feat: tweak slide to reply animation
Signed-off-by: Infi <infi@infi.sh>
2025-04-11 18:37:16 +02:00
Infi 5b8333490b style: extract easing tokens into separate file
Signed-off-by: Infi <infi@infi.sh>
2025-04-03 00:21:35 +02:00
Infi 5d5744e180 feat: finish swipe-to-reply impl
Signed-off-by: Infi <infi@infi.sh>
2025-03-29 03:44:57 +01:00
Infi df3a1ab26f feat: swipe to reply
Signed-off-by: Infi <infi@infi.sh>
2025-03-27 03:03:52 +01:00
Infi 922ca6b874 fix: newly arrived messages dont show
Signed-off-by: Infi <infi@infi.sh>
2025-03-27 02:02:18 +01:00
Infi f01074b126 fix: default should be false here
Signed-off-by: Infi <infi@infi.sh>
2025-03-26 23:43:42 +01:00
Infi 5cd247c2f3 feat(polar): begin convo screen
Signed-off-by: Infi <infi@infi.sh>
2025-03-25 00:57:05 +01:00
Infi 189df69580 fix: hardcoded string where it shouldve been a resource
Signed-off-by: Infi <infi@infi.sh>
2025-03-24 23:01:40 +01:00
Infi 8f4037830e fix: marking channels as unread
Signed-off-by: Infi <infi@infi.sh>
2025-03-24 13:07:36 +01:00
Infi 11439bf987 feat: show restart hint when toggling some experiments
Signed-off-by: Infi <infi@infi.sh>
2025-03-24 12:58:16 +01:00
Infi c3a4c5654a feat: build basic UI skeleton
Signed-off-by: Infi <infi@infi.sh>
2025-03-24 12:49:57 +01:00
Infi 29b6e45cb2 fix:
Signed-off-by: Infi <infi@infi.sh>
2025-03-23 05:26:25 +01:00
Infi 5d3ac27f54 chore: it appears we unironically had an unused screen all this time
Signed-off-by: Infi <infi@infi.sh>
2025-03-23 05:24:57 +01:00
Infi 0eaa272054 feat: add polar experiment
Signed-off-by: Infi <infi@infi.sh>
2025-03-23 04:35:33 +01:00
Infi d0ccb4b568 fix: socket related crash
Signed-off-by: Infi <infi@infi.sh>
2025-03-22 22:47:19 +01:00
Infi 3130840957 feat: autofill in register screen
Signed-off-by: Infi <infi@infi.sh>
2025-03-21 20:21:22 +01:00
Infi 8b495f78dd feat: autofill in login screen
Signed-off-by: Infi <infi@infi.sh>
2025-03-21 20:17:20 +01:00
Infi 79836c82ad chore: upgrade dependencies
Signed-off-by: Infi <infi@infi.sh>
2025-03-21 20:17:08 +01:00
Infi 2ea495f401 chore: do not show "today" next to today timestamps
Signed-off-by: Infi <infi@infi.sh>
2025-03-21 18:57:34 +01:00
Infi 879ddf03d6 fix: colour related out of bounds crashes
Signed-off-by: Infi <infi@infi.sh>
2025-03-11 00:44:32 +01:00