-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat:proper badge theme use for server list #8313
Conversation
app/screens/home/channel_list/servers/servers_list/server_item/server_item.tsx
Outdated
Show resolved
Hide resolved
@rahimrahman the Denim and Sapphire themes look good in the screenshots. However, Quartz, Onyx, and Indigo aren't quite right. They should not have blue borders surrounding the badge and the badge background and number should follow the button colors. It looks like you're using the right theme color variables in the code, but the screenshots aren't showing right. They should look like this: |
@matthewbirtch I have a question. Cause as far as I can see there is no specific code based on the theme. |
@enahum @rahimrahman is it possible the screenshots are just old? They don't match with what is applied in code. My comment was just based on the screenshots, but I can spin up a build and test that to confirm |
@matthewbirtch sorry, I think I screwed up my screenshots with a different branch. This is the correct one: The 1px borderWidth change requested might need/should get reverted. It's too skinny IMO. |
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.
Looks good to me!
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.
Codewise, LGTM.(we still need to revert the border width change, though).
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 @rahimrahman. Looks good!
@matthewbirtch @asaadmahmood I don't think there's much to test here other than what's already been displayed in a few screenshots. Should we skip |
should be good to merge. It'll be tested during code freeze. |
Summary
While fixing issue with #8312, there has been a few changes to the badge in the server list requested by @asaadmahmood.
Ticket Link
Checklist
E2E iOS tests for PR
.Device Information
This PR was tested on: iPhone 15 Simulator, 17.4.1
Screenshots
Release Note