Commit graph

29 commits

Author SHA1 Message Date
noob_tea
ab0b7cb6b9 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
Christian Pauly
35174cb859 refactor: Migrate to Flutter 3.7.0 2023-01-26 13:18:42 +01:00
Krille
8d8848c0f7 refactor: Stories header with futurebuilder 2023-01-02 17:12:24 +01:00
Krille
5cf18aabbf refactor: Remove dart from folder name 2022-12-30 17:54:50 +01:00
TheOneWithTheBraid
71c61ad214 fix: minor issues in room list
- allow to discard focus of search field
- properly circle the search field's progress indicator
- always keep search sections visible in order to workaround annoying
  behavior: When quickly searching for a chat and one is fast at
clicking on a room, it often happens that server side results just drop
in at this moment and one clicks at the wrong item -> with a static
height as now set, this no longer happens.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-12-28 08:35:06 +01:00
Christian Pauly
267ab92507 chore: Remove unnecessary stream subscriptions 2022-08-10 21:15:13 +02:00
Christian Pauly
227e85fe8a chore: Adjust appbar design 2022-07-12 19:40:29 +02:00
Christian Pauly
1fb1558565 chore: Design follow up fixes 2022-07-08 17:58:31 +02:00
Christian Pauly
fd2f7114d6 chore: Design follow up fixes 2022-07-08 16:04:22 +02:00
Christian Pauly
5558877c34 chore: Add fancy hero animations 2022-07-08 10:41:36 +02:00
Christian Pauly
ccfda5bc96 feat: New material 3 design 2022-07-07 20:18:40 +02:00
Christian Pauly
4e97d4ba96 chore: Add border to avatars 2022-07-07 12:14:28 +02:00
Christian Pauly
dfaba4cacb refactor: Stories header 2022-05-29 11:37:01 +02:00
Christian Pauly
15f41f77f0 feat: Initial material you support 2022-05-18 08:54:50 +02:00
Christian Pauly
6a3085ed7d chore: Follow up fix hero tag 2022-04-15 07:33:11 +02:00
Krille Fear
a2c2e82bd7 chore: Follow up fix stories sorting 2022-04-08 10:42:42 +02:00
Krille Fear
45826c826a design: Display own stories at first place and combine with new stories button 2022-04-08 07:33:00 +02:00
Krille Fear
8d4e9e40b0 fix: Load story avatars faster 2022-02-18 20:25:09 +01:00
Christian Pauly
9a594824bb feat: Display indicator for unread muted rooms 2022-02-14 11:22:36 +01:00
Krille Fear
0e2506cd2b design: Improve story header design 2022-02-06 21:06:14 +01:00
Christian Pauly
a979bc5bf5 design: Use IconButton instead of listTile for first story 2022-02-03 08:52:22 +01:00
Krille Fear
55f0300f9f refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear
e14ec8b3ba chore: Add missing localization 2022-01-20 15:49:07 +01:00
Christian Pauly
09f66917e4 chore: Fix try to enter story room first 2021-12-26 09:31:48 +01:00
Christian Pauly
1a5f70d94c chore: Fix stories invites 2021-12-26 08:40:03 +01:00
Christian Pauly
5d11a62d36 feat: Share to story 2021-12-25 18:47:36 +01:00
Christian Pauly
8370f35649 chore: Improve stories 2021-12-25 14:08:11 +01:00
Christian Pauly
70cfe7f233 followup: Improve stories 2021-12-25 08:56:35 +01:00
Krille Fear
231a2e26f9 feat: Stories 2021-12-24 13:18:09 +00:00