-
Notifications
You must be signed in to change notification settings - Fork 14
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
Replace remaining Color(white: opacity:) references with semantic Color assets #1406
Replace remaining Color(white: opacity:) references with semantic Color assets #1406
Conversation
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.
This is a partial review; I'll do a full one when #1403 is merged so the diff here is smaller. A couple things to change for now.
CHANGELOG.md
Outdated
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Removed the like and repost counts from the Main and Profile feeds. | |||
- Fixed an issue where the sheet asking users to set up a NIP-05 username would appear after reinstalling Nos, even if the profile already had a NIP-05 username. | |||
- Fixed a bug where urls with periods after them would include the period. | |||
- Replaced hard-coded color values. | |||
- Replaced hard-coded hex and white: opacity: color values. |
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.
I think the original is better -- we don't need so much detail in the CHANGELOG.
- Replaced hard-coded hex and white: opacity: color values. | |
- Replaced hard-coded color values. |
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.
Understood, I will change this in the final PR for RGB values.
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.
Let's change it now and skip the changelog update in the future PRs.
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.
One more request then we're all good -- I tested and everything else looks great! Thanks again!
CHANGELOG.md
Outdated
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Removed the like and repost counts from the Main and Profile feeds. | |||
- Fixed an issue where the sheet asking users to set up a NIP-05 username would appear after reinstalling Nos, even if the profile already had a NIP-05 username. | |||
- Fixed a bug where urls with periods after them would include the period. | |||
- Replaced hard-coded color values. | |||
- Replaced hard-coded hex and white: opacity: color values. |
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.
Let's change it now and skip the changelog update in the future PRs.
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.
Thanks again for your work on this! The code is much nicer this way!
Issues covered
#1375 (ongoing work)
Description
Replaced remaining Color(white: opacity:) references with semantically named colors in Colors.xcassets
How to test
Notes