-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Rewrite UI to use Tailwind #885
Comments
i like the idea but its gonna be so much work |
The main work will be to migrate from adminlte3 css to really anything :D |
Yes it will be, but gives so much less work when it's done though, lol. |
Then let's get started 😂 |
If you want to do this you will have to do it in stages. You can make a list of all the pages you have and then start converting them one by one. Other pages which aren't converted yet can still use the normal CSS files so they won't break. Bootstrap is honestly kinda outdated now in my opinion. Also I wouldn't just use the Tailwind CDN url but instead install Tailwind as a package to get more control. |
To go even further i would do the stages thing as a new theme that is not the default, so the default UI is uniformly. Once most of the user accessible UI has been done it can be switched to be the default theme. Not sure if it makes sense like this |
Feature Description
Just like the installer UI did; #781
Rewriting the UI of the panel to use Tailwind instead of Bootstrap means we're more up-to-date, and Tailwind is commonly used alongside Laravel.
Solution Idea
Following are the advantages of using Tailwind CSS –
Following are the advantages of using Bootstrap –
Additional Info
Whoever's interested in making this, please do :)
The text was updated successfully, but these errors were encountered: