Commit graph

72 commits

Author SHA1 Message Date
Christian Kußowski
1cd3a91037
refactor: Avoid unnecessary bool comparison 2026-02-19 08:53:18 +01:00
Christian Kußowski
6d5ceba885
chore: Adjust design of space avatars and more 2026-02-18 09:02:28 +01:00
Christian Kußowski
413352628e
chore: Follow up recording on web 2026-02-16 21:02:39 +01:00
krille-chan
10a138bb6f
chore: Follow up send button 2026-02-15 20:50:20 +01:00
Christian Kußowski
c87e07843f
chore: Follow up voice message button 2026-02-15 13:25:09 +01:00
Christian Kußowski
7be2d3df59
chore: Follow up chat input row 2026-02-14 22:05:14 +01:00
Christian Kußowski
c5b683f842
chore: Adjust chat input row design 2026-02-14 22:01:44 +01:00
Christian Kußowski
65c3566dbd
chore: Adjust design 2026-02-14 18:28:53 +01:00
Christian Kußowski
1ea649f01e
refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
krille-chan
419f57a14c
chore: make locale for emoji suggestions configureable 2025-11-18 16:09:09 +01:00
krille-chan
e7f9302e52
refactor: Use localized emojis for suggestion input 2025-11-18 16:03:55 +01:00
Christian Kußowski
71fa853f05
feat: Implement polls 2025-11-04 07:27:01 +01:00
Christian Kußowski
4c357f6249
refactor: Use AppSettings enum based configuration everywhere and fix load from json on web 2025-10-19 19:51:06 +02:00
Christian Kußowski
e86deb99c9
feat: Nicer record voice message UI with pause function 2025-09-28 18:06:08 +02:00
Christian Kußowski
4482b37feb
chore: Follow up input bar design 2025-09-25 17:04:06 +02:00
Christian Kußowski
f5b9c3dd8d
chore: Adjust input bar button design 2025-09-25 17:02:44 +02:00
Christian Kußowski
07a26563a0
chore: Adjust padding for status msg list 2025-09-25 17:01:50 +02:00
Christian Kußowski
2c40e15dc7
chore: Follow up move encryption button 2025-09-25 16:46:27 +02:00
Christian Kußowski
916d66ca7b
chore: Follow up input row design 2025-09-25 15:33:15 +02:00
Christian Kußowski
547f34f2a8
chore: Move encryption button to input row 2025-09-25 15:04:17 +02:00
Christian Kußowski
1991707be7
fix: Config viewer not updating state 2025-06-26 10:22:29 +02:00
krille-chan
959d75fb9d
chore: Make connection problem color orange 2025-06-17 20:59:47 +02:00
Christian Kußowski
0a10d4fb7d
chore: highlight select mode actions 2025-06-17 10:13:54 +02:00
Christian Kußowski
13f27eda9f
chore: Follow up new reactions picker 2025-06-17 09:20:22 +02:00
Christian Kußowski
033feed6b1
refactor: New message context menu 2025-06-16 18:11:49 +02:00
Christian Kußowski
5fb882955c
chore: Follow up create check list UX 2025-06-01 11:31:09 +02:00
Christian Kußowski
49780b01fe
fix: App crash on page navigation with open popup menu 2025-05-29 12:44:06 +02:00
Christian Kußowski
b8547c4792
build: Upgrade to flutter 3.22 2025-05-21 08:06:52 +02:00
krille-chan
9da7a5704e
feat: Create lists with checkboxes via + menu 2025-05-10 16:54:29 +02:00
Krille
eb446af438
chore: Follow up gallery picker 2025-02-25 17:11:29 +01:00
Krille
cc41a3bada
chore: Follow up input row 2025-02-25 15:16:56 +01:00
Krille
7e8bb14c69
chore: Follow up paddings 2025-02-25 14:56:59 +01:00
Krille
2e7eea9308
chore: Follow up paddings in room input row 2025-02-25 14:43:38 +01:00
Krille
00d219bae1
feat: New video file picker button 2025-02-25 13:28:50 +01:00
krille-chan
b6ea44da2e
chore: Message bubble color follow up 2025-02-05 19:57:53 +01:00
Krille
aa010767de
feat: Prevent sending messages if other party has no encryption keys 2025-01-13 13:58:46 +01:00
Krille
39de990fae
refactor: Remove keyboard shortcuts
This package right now
makes the web app
nearly unusable as it
throws multiple errors on
every key press. The
package seems to be
unmaintained. I tried
two other packages
and none of them worked.
2024-11-11 16:03:52 +01:00
Krille
f5c21481e6
refactor: Migrate to newer keyboard shortcuts package 2024-11-11 12:20:32 +01:00
krille-chan
0d4b7d67cc
refactor: Use non nullable localizations builder and lazy load on web 2024-10-06 08:35:37 +02:00
Thomas Klein Langenhorst
5d2aaef3ca
Refactor: Reduce .of(context) calls theme
Signed commit
2024-08-06 13:24:08 +02:00
Krille
f3141f955d
chore: Follow up design 2024-03-27 09:22:16 +01:00
Krille
7183158cf9
chore: Follow up input bar design 2024-03-27 07:58:34 +01:00
Krille
ed2a1af46c
chore: Follow up input bar design 2024-03-26 09:15:00 +01:00
Krille
93f0ace3cf
chore: Follow up inputbar design 2024-03-26 08:25:31 +01:00
krille-chan
5a6016931b
design: New sticker picker next to emoji picker 2024-02-25 16:26:44 +01:00
Krille
1a3d7f5b1c
chore: Follow up sendOnEnter fix 2023-12-27 15:50:43 +01:00
krille-chan
3d622b8918
fix: Cannot change send on enter on desktop 2023-12-23 09:17:31 +01:00
krille-chan
63d7bef515
refactor: Remove unnecessary setState in ChatPage for better performance 2023-12-23 07:38:45 +01:00
krille-chan
9f0bcd5523
fix: Remove failed to sent events 2023-11-05 10:09:02 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring 2023-10-28 13:03:25 +02:00