Uh oh!
There was an error while loading. Please reload this page.
Use outline icons where it makes sense - #288
Conversation
janepie
commented
Jun 27, 2025
SendIcon to SendOutlinedIcon? |
also ShareVariantIcon to ShareVariantOutlineIcon, maybe |
julien-nc
commented
Jun 27, 2025
SendOutlinedIcon looks bad, the normal one is not so "thick". I think that's ok. |
That's fine. How about:
|
julien-nc
commented
Jun 27, 2025
@edward-ly Yep, done, thanks. |
kyteinsky
left a comment
There was a problem hiding this comment.
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>
julien-nc
commented
Jun 30, 2025
@kyteinsky Thanks. I think both those issues are now fixed (with the last 2 commits). |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>


And replace custom icons by material ones.