Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-20 | mobile/UI: improve theming of title bar | Dirk Hohndel | |
We do theming very differently from what Kirigami intended. Mostly that's because our code predates theirs. But also because Kirigami wants and app to simply use an OS theme - whereas we want to be able to provide different looks, independent from the OS theme. Ideally we'd still use the existing methods to change the colors and sizes of Kirigami UI elements, but for now this hack helps improve readability of the title bar. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2020-12-17 | kirigami: maintain our patches relative to upstream | Dirk Hohndel | |
Having them as commits like this should make it easier to migrate them as we update the underlying Kirigami version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |