inseven / statuspanel

eInk desk calendar
https://statuspanel.io
MIT License
6 stars 0 forks source link

fix(ios): Show a horizontal divider in single-column mode #557

Closed jbmorley closed 1 year ago

jbmorley commented 1 year ago

We were incorrectly inserting a vertical divider whenever we saw the 'spans columns' flag even if we were in single-column mode. This change fixes that bug and renames the 'Prefers New Column' option to 'Prefers New Section' to acknowledge that it will add a divider in both single- and two-column mode.