godotengine / discourse-theme

A custom Godot styled theme for discourse
MIT License
2 stars 1 forks source link

Improve action bar on posts #8

Closed winston-yallow closed 9 months ago

winston-yallow commented 9 months ago

This introduces the following changes:

Default View

image

Hovered Buttons

image image image

With Like Count

image image

Fixes #4 Fixes #7

winston-yallow commented 9 months ago

Forgot the state of a post being liked by you already, fixed it now. Thumb is green in this case too but filled.

image

akien-mga commented 9 months ago

Overall, it seems to me like the accent color is red and used for everything. E.g.: IMG_20231209_125059

We might end up playing whack-a-mole with this if we want to override it only for positively charged symbols.

Maybe we should change the accent to Godot blue?

winston-yallow commented 9 months ago

I'll see how it looks with Godot blue, would make sense to change it.

But that's unrelated to making these two buttons green, I think that's still preferred over the default accent color whatever it is. Also the like button uses the "love" color since in Discourse it originally is a heart, so even changing the default accent color would not solve #7.

winston-yallow commented 9 months ago

Will merge during Planned Maintenance