Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

[Bug] Remove vertical/horizontal conditionals sidebar file #36

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

Bug report

Inside the demo we are doing stuff depending on whether the layout is horizontal or vertical. That shouldn't be done by the developer (in sidebar_content), it should be done by the theme.

So let's:

maurohmartinez commented 1 year ago

These should close it: https://github.com/Laravel-Backpack/demo/pull/506 https://github.com/Laravel-Backpack/theme-tabler/pull/39