mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #57] [MERGED] [core] Fix Modal Bottom Sheet Size for Images #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/57
Author: @ricoberger
Created: 10/30/2023
Status: ✅ Merged
Merged: 10/30/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-modal-bottom-sheet-size-for-images📝 Commits (1)
38fc4eb[core] Fix Modal Bottom Sheet Size for Images📊 Changes
3 files changed (+9 additions, -0 deletions)
View changed files
📝
app/lib/widgets/item/details/utils/item_description.dart(+3 -0)📝
app/lib/widgets/item/details/utils/item_media.dart(+3 -0)📝
app/lib/widgets/item/details/utils/item_media_gallery.dart(+3 -0)📄 Description
The size of the modal bottom sheet to display images had always a max width of 640px on large screens. This wasn't intended an the modal bottom sheet should fill the whole screen. This is now fixed, so that when a user clicks on an image in the details view of an item, the whole screen is used to display the image.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.