-
Notifications
You must be signed in to change notification settings - Fork 0
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: fix quality criteria issues gf-557 #561
Conversation
@@ -1,3 +1,3 @@ | |||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> | |||
<svg width="18" height="18" viewBox="0 0 18 18" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> |
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 have only one question. Why do we need to replace fill="none"
?
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.
It's just for consistency. Either "currentColor" or "none". I chose "currentColor" because some icons don't have fill in path tag. Maybe it will be not so confusing as it would be if we had "none" (and no path).
Could you also please fix OrderKey from @GvoFor pull request? |
Oh, yeah, sorry, I've changed it but forgot to add to commit😅 |
Signed-off-by: Vitalii Stefaniv <[email protected]>
Fixed:
Besides fixes that were described in ticket, I've changed case of all table and column names in objection queries (except for raw parts of queries of course).