Commit Graph

15 Commits

Author SHA1 Message Date
9d0a84b317 fix(ui): Fix text overflow when quoting a file
Fixes #261.
2023-03-17 21:28:32 +01:00
1f3c568d0c chore(ui): Restructure the message widget directory
Fixes #257.
2023-03-14 00:28:20 +01:00
Karthikeyan S
29b22b7dd9 feat: use dart format to format code 2023-03-06 10:19:10 +05:30
5ac80d8d60 fix(ui): Fix smaller code issues 2023-01-11 17:48:57 +01:00
56e1fa52d8 feat(ui): Make quotes look nicer 2023-01-11 17:44:51 +01:00
cbcbd4d6dc fix(ui): Remove the use of a Stack inside the quote base
This makes the code feel nicer and also fixes #204 since Flutter
can now use the IconButton's dimensions for layouting and size
computations.
2023-01-10 18:15:58 +01:00
be899b5611 feat(ui): Small color improvements 2023-01-10 17:47:16 +01:00
009ec759a3 feat(ui): Make quotes look better 2022-12-21 21:00:08 +01:00
2ec08c7f68 refactor(ui): Use super parameters 2022-11-17 20:10:37 +01:00
652fc28273 service: Replace the message sent attribute with sender 2022-08-25 13:37:44 +02:00
d01b46934f style: Add trailing commas 2022-07-17 22:02:20 +02:00
3f480574d9 style: Migrate lib/ui/ to very_good_analysis 2022-07-17 19:24:18 +02:00
8556f61012 style: Fix a lot of linter warnings 2022-04-10 22:57:04 +02:00
05a5d265f1 ui: Prevent too large a right padding if the quote is inside a message 2022-04-03 13:49:56 +02:00
9d6f67cb9c ui: Display image quotes 2022-04-01 22:37:39 +02:00