Closed tabacitu closed 1 year ago
We were using top_left layout, which didn't include the ability to add Widgets.
top_left
We are using blank which does.
blank
@pxpm what's with this other change in BackupController... is this actually needed? It's a red flag for me because I see it's been done, reverted, done, reverted 😅 But I don't remember us doing that... do you?
BackupController
WHY
BEFORE - What was wrong? What was happening before this PR?
We were using
top_left
layout, which didn't include the ability to add Widgets.AFTER - What is happening after this PR?
We are using
blank
which does.