-
Notifications
You must be signed in to change notification settings - Fork 101
fix corner radius with WrapperCell #558
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
Thank you for the pull request! 💙The Scribe-iOS team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest that you use the Element client as well as Element X for a mobile app, and definitely join the Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
|
…560) * Fix inconsistent border radius across application (#555) - Standardized border radius for cards and UI elements - Updated liquid-glass tab bar styling to match modern iOS design - Applied consistent corner radius across InformationScreenVC, SettingsViewController, TipCardView, and table view cells - Ensures uniform appearance across iOS 26 Simulator Fixes #555 * Revert changes to xcstrings file to fix merge conflicts * Revert changes to corner radius to favor change in #558 --------- Co-authored-by: Andrew Tavis McAllister <andrew.t.mcallister@gmail.com>
andrewtavis
left a comment
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.
praise: All's looking great here, @catreedle! Thanks so much for the sustainable change to keep everything consistent 😊
Contributor checklist
xcodebuildandswiftlint --strictcommands as directed in the testing section of the contributing guideDescription
Add rounded corner styling to table view cells
WrapperCellto wrap XIB-based cells with rounded cornersRelated issue