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/events
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
..
audio_player.dart fix: Remove unused imports 4 years ago
html_message.dart refactor: Pages folder structure 4 years ago
image_bubble.dart fix: Thumbnails in the image bubble not always showing a cached thumbnail 4 years ago
map_bubble.dart fix: Properly position the pointer in the map bubble and add attribution 4 years ago
message.dart fix: Give message edits padding 4 years ago
message_content.dart Merge branch 'soru/verification-dialog' into 'main' 4 years ago
message_download_content.dart chore: Adjust colors 4 years ago
message_reactions.dart chore: Minor design changes 4 years ago
reply_content.dart feat: new design 4 years ago
state_message.dart fix: Contrast in dark mode 4 years ago
sticker.dart fix: Stickers always in square 4 years ago
verification_request_content.dart refactor: Pages folder structure 4 years ago