fluffychat/lib/pages/chat
Sorunome f4d723c0b1 fix: Thumbnails in the image bubble not always showing a cached thumbnail
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
2021-11-30 15:54:48 +01:00
..
events fix: Thumbnails in the image bubble not always showing a cached thumbnail 2021-11-30 15:54:48 +01:00
chat.dart feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
chat_app_bar_title.dart refactor: Avatar widget 2021-11-20 10:42:23 +01:00
chat_emoji_picker.dart refactor: Split chat view into multiple files 2021-11-13 10:20:09 +01:00
chat_input_row.dart refactor: Avatar widget 2021-11-20 10:42:23 +01:00
chat_view.dart feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
encryption_button.dart change: Encrypted by design, all users valid is normal not green 2021-11-13 18:47:05 +01:00
event_info_dialog.dart chore: Nicer message info dialog 2021-11-23 08:41:01 +01:00
input_bar.dart fix: Remove unused imports 2021-11-21 09:55:59 +01:00
reactions_picker.dart feat: Send reactions to multiple events 2021-11-19 10:23:24 +01:00
recording_dialog.dart refactor: Pages folder structure 2021-11-09 21:32:16 +01:00
reply_display.dart refactor: Split chat view into multiple files 2021-11-13 10:20:09 +01:00
seen_by_row.dart refactor: Avatar widget 2021-11-20 10:42:23 +01:00
send_file_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
send_location_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
sticker_picker_dialog.dart fix: Remove unused imports 2021-11-21 09:55:59 +01:00
tombstone_display.dart refactor: Split chat view into multiple files 2021-11-13 10:20:09 +01:00
typing_indicators.dart chore: Minor design changes 2021-11-22 15:35:51 +01:00