diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
312 stars 6 forks source link

Separate styles #34

Open psydvl opened 2 years ago

psydvl commented 2 years ago

I think it's better to store styles in a different files. ~Also, I've fixed one TODO, if you don't mind.~

diamondburned commented 2 years ago

The RoomPaginator API is hopelessly broken, so I'm not sure if there's a point in trying to optimize it right now.

I'm also not sure if moving main's CSS off to another file is a good idea, considering how 99% of the program's CSS is still embedded in raw strings using cssutil.Applier.

psydvl commented 2 years ago

Now all styles separated in .css files