baywolf-studios / BudgetBadger

GNU Affero General Public License v3.0
17 stars 2 forks source link

Deprecate responsive grid #81

Open matthewpritchett opened 2 years ago

matthewpritchett commented 2 years ago

Originally created the responsive grid to help on making the app more responsive between desktop and mobile. But the app really only uses it for the padding/margins of children on the pages. We could reduce extra views by removing the responsive grid and just adding a property on the pages that replicates the current Gutter. The TransactionEditPage is the only page that uses the columns currently and we could just replace it with a standard grid.