You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
events fix: Thumbnails in the image bubble not always showing a cached thumbnail 4 years ago
chat.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
chat_app_bar_title.dart refactor: Avatar widget 4 years ago
chat_emoji_picker.dart refactor: Split chat view into multiple files 4 years ago
chat_input_row.dart refactor: Avatar widget 4 years ago
chat_view.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
encryption_button.dart change: Encrypted by design, all users valid is normal not green 4 years ago
event_info_dialog.dart chore: Nicer message info dialog 4 years ago
input_bar.dart fix: Remove unused imports 4 years ago
reactions_picker.dart feat: Send reactions to multiple events 4 years ago
recording_dialog.dart refactor: Pages folder structure 4 years ago
reply_display.dart refactor: Split chat view into multiple files 4 years ago
seen_by_row.dart refactor: Avatar widget 4 years ago
send_file_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
send_location_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
sticker_picker_dialog.dart fix: Remove unused imports 4 years ago
tombstone_display.dart refactor: Split chat view into multiple files 4 years ago
typing_indicators.dart chore: Minor design changes 4 years ago