Closed g123k closed 1 week ago
Attention: Patch coverage is 2.59259%
with 263 lines
in your changes missing coverage. Please review.
Project coverage is 6.90%. Comparing base (
4d9c7fc
) to head (2cd4a35
). Report is 477 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi everyone!
Here are a few changes to the photo gallery. 🎥 https://github.com/user-attachments/assets/91d52794-a613-4ee7-97ed-f0a8ff30a38e
The "Take a picture" button (was in the FAB) is moved into the
AppBar
The language picker is also in the
AppBar
 The grid layout is changed
The indicator on the left is green (up-to-date photo), orange (maybe outdated), red (no picture available)
The type is on top and not below
The text is not shrunk  
The image is not centered anymore and uses the same effect as the product page.
File changes:
product_title_card.dart
: everything related to the product picture is removed from this filesmooth_product_image.dart
: the code fromproduct_title_card.dart
+ new featuresproduct_cards_helper.dart
: the "ProductAppBar" can have actions and a bottom widgetproduct_image_widget.dart
: in the grid, the obsolete icon is now orangeproduct_image_gallery_view.dart
: use the new layoutproduct_image_viewer.dart
: add a Hero animationapp_icons.dart
: two variants for theCircledArrow
smooth_theme.dart
: instead ofTheme.of().extension<>…!
, we can usecontext.extension<>()
smooth_app_bar.dart
: the foreground color was not passed correctly to the title