-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Table] Replace font icon to svg icon in sort label #6321
Conversation
I will definitly add a visual regression tests on the table component. Removing the font dependency sounds good to me. |
Looks good to me. 👍 |
So merge it?) |
@kybarg That's not how it works. |
@kybarg Thanks!
I don't even know how it's work. Here is my perspective: |
Exactly. The first reviewer accepts, second person gives a secondary review and merges. Ideally that would be the case for every PR (I've seen one-line changes with unintended consequences), but with a small team, that isn't practical, so it's a judgement call by the first reviewer whether to merge a change they approved, or leave it for a second review. Sometimes the first reviewer will merge a PR after a period of time if no-one else has, and if there haven't been any objections raised. Not sure this has ever been written down, but it's how the process has evolved naturally with the core team. |
@mbrookes I think that we should be writing it down, and you have :). The audience is primarily for maintainers. |
This makes icons font dependency optional
Fixes #6196