Merged
Conversation
Collaborator
|
Looks great to me |
lucaantonelli
requested changes
Feb 27, 2026
Collaborator
Author
|
@lucaantonelli I also pushed another fixed that we had missed with the subcategories. Basically if we changed the color of the main category the subcategories didn't update |
lucaantonelli
approved these changes
Mar 6, 2026
Mattia-Sacchi
pushed a commit
to Mattia-Sacchi/sossoldi
that referenced
this pull request
Mar 6, 2026
Feature/settings redesign
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Description
Refactors the Settings section to use a consistent page layout pattern across all sub-pages. Previously, several settings pages had a custom in-body header (a circle icon + large title text inside a
Paddingwidget) alongside inconsistentAppBarstyling. This PR standardises all pages to use theAppBartitleproperty and aligns padding/scroll physics with the rest of the app.Additionally, the Settings main page gains a social links footer, and the Collaborators page is fully redesigned with a card-based list, platform icons, and a GitHub CTA.
Closes: # (issue)
📱 Changes
AppBar'stitlepropertyEdgeInsets.only(top: Sizes.xl)and addedBouncingScrollPhysicswhere missingbackup_page.dart: Removed manualAppBaroverrides (backgroundColor,elevation,centerTitle, customtitleTextStyle), now inherits from the app themesettings_page.dart: Converted body fromSingleChildScrollView+ nestedListViewto a singleListView.builder; moved the developer-optionsGestureDetectorto theAppBartitle; added abottomNavigationBarfooter with social links (GitHub, LinkedIn, YouTube, Discord)collaborators_page.dart: Converted toConsumerWidget, extracted a_ContributorCardwidget, added a "Meet the team" header, platform-aware icons (font_awesome_flutter), and a GitHub contribution CTA cardpubspec.yaml: Addedfont_awesome_flutter: ^10.12.0as a direct dependency🧪 Testing Instructions
Behaviour
AppBarand there is no large icon/title header inside the bodyAppBarfour times quickly to verify the developer options banner still activatesAppBartitle with no in-body headerhttps://github.com/RIP-Comm/sossoldi📸 Screenshots / Screen Recordings (if applicable)
Settings.redesign.mp4
🔍 Checklist for reviewers