Krille
2acf49a12b
refactor: Not nullable room in ChatPage
2023-03-25 15:06:12 +01:00
noob_tea
9ad8550449
treewide: Container -> SizedBox.shrink()
...
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2023-03-22 20:30:59 +01:00
Malin Errenst
5212d7ce4d
refactor: Added and applied require_trailing_commas linter rule
2023-03-02 11:21:40 +01:00
Christian Pauly
2d0e7a491e
style: Link underline color
2023-02-14 14:05:18 +01:00
Krille
a1f60b7ff9
fix: Archive
2023-01-13 10:38:39 +00:00
Krille
c9f4904d99
refactor: Remove dart from folder name
2022-12-30 17:54:50 +01:00
Christian Pauly
b76453483e
chore: Pinned events design
2022-07-08 10:19:07 +02:00
Christian Pauly
c2df8f4b4b
refactor: Switch to Hive Collections DB
2022-06-09 11:37:21 +02:00
Christian Pauly
d1117e152e
fix: Hide pinned events if event is not accessable or loading
2022-04-03 08:17:01 +02:00
Krille Fear
e236cdf85f
design: Make pinned events use less vertical space
2022-03-20 15:22:27 +01:00
Krille Fear
0eba2ae859
Apply 1 suggestion(s) to 1 file(s)
2022-02-16 10:14:16 +01:00
TheOneWithTheBraid
8d1e27a0bf
feat: implement pinned messages
...
- render pinned events on the chat top
- support scroll up for several pinned messages
- ask to unpin messages
- add button to pin message
- fix some null-safety issues
- fix the Linux database directly for debug builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 07:51:41 +00:00