Skip to content

Fix/systembars paddings and colors#127

Merged
ScreepCode merged 3 commits intodevelopmentfrom
fix/systembars-paddings-and-colors
Apr 13, 2025
Merged

Fix/systembars paddings and colors#127
ScreepCode merged 3 commits intodevelopmentfrom
fix/systembars-paddings-and-colors

Conversation

@ScreepCode
Copy link
Copy Markdown
Owner

🚀 Pull Request

Brief Description

This pull request resolves an issue with missing margin bottom causing the system navigation to exclude content of the application. This is resolved by adding window insets to all screens without navigation bar

Linked Issues

Screenshots

Screenshot_20250413_211028 Screenshot_20250413_210958 Screenshot_20250413_210941

GitHub Copilot Text

This pull request includes changes to the Android and Flutter codebases to improve UI behavior and code organization. The most important changes include modifications to the MainActivity class to handle system window insets, refactoring of the StreakDetailsScreen to use a consistent header color, and updates to the MoveTopiaNavigator to properly handle system insets and navigation bar behavior.

Android Changes:

Flutter Changes:

@ScreepCode ScreepCode requested a review from Jozys April 13, 2025 19:12
@ScreepCode ScreepCode self-assigned this Apr 13, 2025
Copilot AI review requested due to automatic review settings April 13, 2025 19:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • lib/main.dart: Language not supported
  • lib/presentation/challenges/streak/screen/streak_details_screen.dart: Language not supported
  • lib/presentation/common/navigator.dart: Language not supported

@ScreepCode ScreepCode merged commit c1e36dc into development Apr 13, 2025
2 checks passed
@Jozys Jozys deleted the fix/systembars-paddings-and-colors branch April 15, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Application overflows visual Screen

3 participants