-
Notifications
You must be signed in to change notification settings - Fork 0
Tab bar styling adjustment #38
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
Conversation
…ui into caitlyn/issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go. Just fix the naming and you're all set.
looks good! |
- Renamed variable name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go. Same thing with the other PR, you may or may not have to rebase with main
after the other branches get merged.
* Update README.md * Create pull_request_template.md * Removed building hours and replaced status * Replaced GYMS with RECREATION CENTERS in home view * Replaced capacities with FITNESS CENTER CAPACITIES * Replaced buildings hours in gym cells - Created functions for open/close time logic based on fitness centers - Changed open/close status and time * Addressed Vin's comments - Renamed home page labels - Removed `GymDetailViewModel` - Added `fitnessCenterIsOpen()` and `determineStatus()` to `Gym` model - Created test cases for the above functions - Created dummy data for Teagle - Simplified status logic in `HomeGymCell` * Fixed dummy data and removed unused code * Fixed status colors and removed unused code * Addressed Vin's comments - Fixed grammatical errors * Implemented stretchy header (#37) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Update Package.resolved * Addressed Vin's comments - Renamed geometry proxy * Addressed Vin's comments - Fixed naming error * Create Package.resolved * Tab bar styling adjustment (#38) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Adjusted font/color on tab bar and added divider * Update Package.resolved * Addressed Vin's comments - Renamed variable name * Update project.pbxproj * Update Package.resolved --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]>
* Update README.md * Create pull_request_template.md * Removed building hours and replaced status * Replaced GYMS with RECREATION CENTERS in home view * Replaced capacities with FITNESS CENTER CAPACITIES * Replaced buildings hours in gym cells - Created functions for open/close time logic based on fitness centers - Changed open/close status and time * Addressed Vin's comments - Renamed home page labels - Removed `GymDetailViewModel` - Added `fitnessCenterIsOpen()` and `determineStatus()` to `Gym` model - Created test cases for the above functions - Created dummy data for Teagle - Simplified status logic in `HomeGymCell` * Fixed dummy data and removed unused code * Fixed status colors and removed unused code * Addressed Vin's comments - Fixed grammatical errors * Implemented stretchy header (#37) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Update Package.resolved * Addressed Vin's comments - Renamed geometry proxy * Addressed Vin's comments - Fixed naming error * Create Package.resolved * Tab bar styling adjustment (#38) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Adjusted font/color on tab bar and added divider * Update Package.resolved * Addressed Vin's comments - Renamed variable name * Update project.pbxproj * Update Package.resolved * Update Swiftlint and remove CocoaPods (#40) * Update Swiftlint * Fix typo * Update ci_post_clone.sh * Update ENV * Update project.pbxproj * Update Package.resolved --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]>
Overview
Minor adjustment with the tab bar design for the gym detail view.
Changes Made
SlidingTabBarView
config:Screenshots
Tab Bar