Consistent Application Styling #39 #48
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "djwesty/39"
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?
The goal of this work was to refactor our application styles to promote consistency to address issue #39.
This was done by:
Section
container to wrap most elements of the UI. This components nicely wraps a title and icon, and styles the root of component children if it is a fragmentButton
component, to allow for easier customization or swapping out laterOther small touch ups
This work is not intended to make the app render well on all devices, nor is it intended to decide our apps final theme or style. That is to be done in a later ticket. This work is just a pre-cursor to make that work easier
Great work.
Good work