Diego Gangl

Results 211 comments of Diego Gangl

That last issue is already reported in #280 and it's one of the things we want to tackle for 0.7

Each task row has a color (from tags) that needs to be re-adapted for dark mode, this has to be done across all 3 panes

No, I mean the colored rows. Those are the ones that have to recalculated. Background colors have to be calculated in either mode, so there's no penalty at startup

Yup, it's not checking for that setting: https://github.com/getting-things-gnome/gtg/blob/master/GTG/gtk/general_preferences.py#L179 We could add an if over there

Hi, the caldav backend could definitely use more testing. I would suggest not jumping in yet, as the whole backends system is going to be heavily changed in #894 ....

Made some mockups to sort out some ideas. I don't really know how Gtk4/libadwaita apps should look, but at least we can have a starting point: ![GTG_ui](https://user-images.githubusercontent.com/264829/147890661-ffb76bf1-9f5d-483b-83d4-105380e3325b.png) SVG file if...

Yup, we'll have to use [Cambalache](https://gitlab.gnome.org/jpu/cambalache) or write the XMLs by hand

Here's another take at the mockup, this time with single line rows. Maybe they could switch to 2 lines if the width is too small (though I don't know if...

I just grabbed an SVG file I found on Gnome's gitlab :) I'm a bit torn on libadwaita. It does enable adaptative UIs, automatic dark style and some other cool...

Hey, sorry just saw your replies. Thanks for the thorough comments! > At the end of the day, consistency with the rest of the apps being built for GNOME is...