Commit ae2b9a2
committed
user [nfc]: Split avatar, presence, status widgets out from content.dart
These started here with Avatar, one little widget which we didn't have
a more natural home for and so tucked in with the content widgets.
That gradually grew from 34 lines to 159 lines, across several
widgets. Then when we built widgets for presence and user status,
we put them here as they're natural companions of the avatar.
Now it's 367 lines in total, none of it really about message content;
so give this all its own separate file.1 parent f4094e3 commit ae2b9a2
File tree
19 files changed
+471
-438
lines changed- lib/widgets
- test/widgets
19 files changed
+471
-438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments