Svilen Markov
Svilen Markov
Thanks for contributing! Refactor might not be the right word since this changes the previous intended behavior. Admittedly, the way dynamic columns should behave is somewhat subjective. I wanted elements...
I made a bunch of changes but I'll withhold from merging since there's a bunch more stuff I want to sort out: * Remove the need to specify the style...
You are correct that the releases widget doesn't have the dynamic columns behavior applied to it. It's a little more tricky doing it correctly for the widgets which have collapsing...
Hey, thanks for reporting this! That's quite odd because [there is some CSS in place](https://github.com/glanceapp/glance/blob/main/internal/assets/static/main.css#L1280-L1308) that should account for the safe area at the top and bottom. I'm wondering if...
Hey @adrian-goe, could you please try adding this custom CSS using the `custom-css-file` property: ```css @media (display-mode: standalone) { .widget-header { color: var(--color-negative); } } body::before { content: ''; height:...
Would this just default to showing that column first? Currently on mobile it defaults to showing the full column.
Hey, you can hide the footer with the following config: ```yaml branding: hide-footer: true ```
Hey, thanks for contributing! I think rather than having to choose a single source and adding multiple widgets for each source, what might make more sense is to be able...
@develoopeer Hey, yeah sorry, calendar events were planned for v0.7.0 so I'll get it merged before that comes out, just wanted to make a couple of changes that I haven't...
@ilkersigirci @develoopeer While this implementation works, there were a bunch of improvements I wanted to make, namely: * Properly handle the timezone difference between the client and the server to...