Laravel-Backpack / theme-tabler

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

Utilize View Space in V6 Tabler theme #141

Closed karandatwani92 closed 10 months ago

karandatwani92 commented 1 year ago

We need to expand and utilize the space

V6

image

V5

image

tabacitu commented 10 months ago

Actually @karandatwani92 that is already possible in Tabler, you just need to set useFluidContainers to true in the config file:

https://github.com/Laravel-Backpack/CRUD/assets/1032474/aa50bf97-9eb2-4f78-ab43-01bbcfc416c4

It's disabled by default because it was Mauro's preference. And it looks better. But it's not an ideal use of space, I agree.


Perhaps the problem here is that the configs are not properly documented in the theme? Or at all?

tabacitu commented 10 months ago

Let's close this in favor of https://github.com/Laravel-Backpack/theme-tabler/issues/112 - we need better docs for the Tabler theme, for sure.