I've just upgraded a website from v6 to v7 (again), so I go through the upgrade process. It's taken EXTREMELY little time, and I'm very happy about that. But... upgraders don't get the new CSS files.
Our docs say this:
But my admin panel hasn't actually received the extra skins in the config file, so I can uncomment them. I suggest we add those lines (commented out)... if it's easy? Alternatively, we should edit the docs here to tell the user to add one/more of these CSS files there if they want:
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/backpack-color-palette.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/glass.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/vertical-lines-background.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/pinstripe-background.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/paper-background.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/dotted-background.css'),
base_path('vendor/backpack/theme-tabler/resources/assets/css/skins/fuzzy-background.css'),
But a bigger problem might be that I still have these 2 files in my config, right? And I should be instructed what to do about them:
I've removed those files and everything works GREAT for me... but other devs might have changed them. So we should adapt the docs for this.
I've just upgraded a website from v6 to v7 (again), so I go through the upgrade process. It's taken EXTREMELY little time, and I'm very happy about that. But... upgraders don't get the new CSS files.
Our docs say this:
But my admin panel hasn't actually received the extra skins in the config file, so I can uncomment them. I suggest we add those lines (commented out)... if it's easy? Alternatively, we should edit the docs here to tell the user to add one/more of these CSS files there if they want:
But a bigger problem might be that I still have these 2 files in my config, right? And I should be instructed what to do about them:
I've removed those files and everything works GREAT for me... but other devs might have changed them. So we should adapt the docs for this.