-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Quality of Life #114
UI Quality of Life #114
Conversation
do you want this as a draft or are you ok with me dissecting your code? |
Perfectly okay with people looking thru it. Might even help with some of the color choosing. Edit: |
I choose to not change any colors until Flutter has implemented Material 3, specifically dynamic colors. |
Not seeing any apks from the build 🤔 |
Uses the same style for news on fissures and invasions.
This next one should be outputting apks, let me know if it doesn't. Edit: Edit 2: |
Ah, yup, I'm getting it now. I'm not a huge fan of both top and bottom nav, I feel like all the nave should be top or all bottom. |
Maybe a FAB for settings and discord and all bottom nav? |
Shouldn't be using FAB for that.
It's more then likely just the height because it also feels off compared to what I've seen, also remember that tabs isn't always gonna be there. |
fix: navigationbar labels on selected page
Should I send sizes, colors, etc.? 🤓 |
No it's okay, for now I'm gonna let the framework decide the colors, as for size Flutter has a navigation bar height constant that I'll be using. |
Since it's now a nav bar there is no menu
This is just a QoL on the UI so no need to add new features just yet
This is probably asking a lot, but do you have a full list of the changes, by chance? |
Features:
Fixes:
Performance:
Off the top of my head I think that's all. After I dependency loading and removed Get_it I did notice a big improvement when first initializing the app on my Nexus 6P, have yet to try it on my new phone though. |
Just some notes:
|
|
Nah, don't worry about the last, put it on the next change, easier to track that way. |
Understood. |
🎉 This PR is included in version 2.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What did you fix? (provide a description or issue closes statement)
Simple UI quality of life. This UI change will clear things up for a few other features in the future.
See issue #113
TODO:
Considerations