-
Notifications
You must be signed in to change notification settings - Fork 19
Use outline icons where it makes sense #288
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
SendIcon to SendOutlinedIcon? |
also ShareVariantIcon to ShareVariantOutlineIcon, maybe |
SendOutlinedIcon looks bad, the normal one is not so "thick". I think that's ok. |
That's fine. How about:
|
2d66685
to
816460f
Compare
@edward-ly Yep, done, thanks. |
816460f
to
0dbbc45
Compare
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.
Not really related to vue 3 migration but it could be a good place to fix this. It happens when the text contains large texts that cannot be wrapped on spaces like long URLs. The browser window has been shrunk horizontally too.
These seem like vue 3 regression/prop change.
- User status is disabled so should not be displayed for "admin". The new prop is
hideStatus
. - Assistant icon is not centered
… material ones Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…the chat Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
d9eb9cc
to
783c6a9
Compare
@kyteinsky Thanks. I think both those issues are now fixed (with the last 2 commits). |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
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.
✨
And replace custom icons by material ones.