mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #172] [MERGED] [core] Wrap Actions in SafeArea Widget
#171
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/172
Author: @ricoberger
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @ricoberger
Base:
main← Head:wrap-actions-in-safearea-widget📝 Commits (1)
21079be[core] Wrap Actions inSafeAreaWidget📊 Changes
4 files changed (+207 additions, -199 deletions)
View changed files
📝
app/lib/widgets/item/details/utils/item_videos.dart(+43 -41)📝
app/lib/widgets/item/preview/utils/item_actions.dart(+64 -62)📝
app/lib/widgets/settings/accounts/utils/settings_accounts_actions.dart(+50 -48)📝
app/lib/widgets/settings/profile/settings_profile_signout.dart(+50 -48)📄 Description
With this commit we are wrapping all action widgets in a
SafeAreawidget, to improve the alignment of the actions.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.