mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #124] [MERGED] [core] Add Missing SafeArea Widget
#125
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/124
Author: @ricoberger
Created: 1/31/2024
Status: ✅ Merged
Merged: 1/31/2024
Merged by: @ricoberger
Base:
main← Head:core-add-missing-sage-area-widget📝 Commits (1)
37d70f0[core] Add MissingSafeAreaWidget📊 Changes
4 files changed (+246 additions, -229 deletions)
View changed files
📝
app/lib/widgets/settings/accounts/settings_accounts_github.dart(+66 -64)📝
app/lib/widgets/settings/premium/settings_premium_inapp.dart(+72 -67)📝
app/lib/widgets/settings/premium/settings_premium_stripe.dart(+55 -50)📝
app/lib/widgets/settings/profile/settings_profile_customer_portal.dart(+53 -48)📄 Description
Several widgets which where rendered within a modal bottom sheet didn't used a
SafeAreawidget in the body of theScaffoldwidget, so that the action buttons on the bottom of the widget where not rendered in the correct position.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.