Commit Graph

18 Commits

Author SHA1 Message Date
Julian Prieber 246d8a260b Update main-dashboard.js 2022-11-12 22:54:24 +01:00
Julian Prieber 951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Milan C e1089e7367 Fixed Base of Loading screen and Sortable path for sub folders 2022-08-17 02:53:43 +05:30
Milan C 2866d66ce0 Added Base. 2022-08-17 01:21:56 +05:30
Milan C cb613f6a05 Init Sortable links. 2022-08-15 00:35:26 +05:30
Julian Prieber 8c45d7488a Added custom scrollbar to Admin Panel 2022-06-28 12:15:44 +02:00
Julian Prieber 358b5781e2 Update style.css 2022-05-09 19:55:51 +02:00
Julian Prieber dd66a6e877 Update style.css 2022-05-09 19:18:17 +02:00
Julian Prieber 10c60b8756 Fixed preview button for mobile devices 2022-05-09 16:54:06 +02:00
Julian Prieber a78a80e2df Fixed Button Editor not working on Touch devices
Fixed button editor not working on Touch enabled devices such as smartphones.
2022-05-09 16:45:27 +02:00
Julian Prieber 9d3d0dcf97 Fixed Missing Graphics
Fixed Missing Graphics on the Button Editor see https://github.com/JulianPrieber/littlelink-custom/issues/51.
2022-05-07 16:35:05 +02:00
Julian Prieber cb75a24e92 Update button editor
Added functionality for custom website button. Made button editor optional to use.
2022-05-04 10:12:01 +02:00
Julian Prieber 08da6fa960 Updated button editor
A bit of optimization. Everything kinda scales to mobile now. Everything still looks terrible tho.
2022-05-04 00:19:29 +02:00
Julian Prieber f6c1db7c50 minor fixes 2022-04-27 21:06:51 +02:00
Julian Prieber 62c9baba23 Added custom button editor
Added the long planned button editor. This solution does not look optimal, but works... mostly.

This solution is implemented with JavaScript and the current versions code is very unorganized mostly uncommented and the HTML is still mostly done with inline code. I hope I will fix this in future revisions.

To learn more about the new button editor, read:
https://littlelink-custom.com/blog/upcoming-features/
https://littlelink-custom.com/blog/progress-of-the-new-button-editor/
2022-04-27 20:55:19 +02:00
Julian Prieber 26748606bc Changed Admin/User Panel color scheme 2022-03-22 10:15:49 +01:00
JulianPrieber e6729f5485
Added dark mode files for studio
Added dark mode CSS files for all studio pages.

Now, this one's a bit janky. The studio CSS files 'bootstrap.min' and 'style-dashboard' already had settings for dark mode in them. 

The problem is that the PHP files for the studio sites:
app.blade.php, footer.blade.php, guest.blade.php, sidebar.blade.php and a few others specify the light classes in the PHP directly. 

As I didn't want to create separate PHP pages for dark and light mode, I simply replaced the light mode values in the CSS files with the dark mode ones. This means in the files the classes are still labeled as light mode but are in fact for the dark mode.

Selection for the dark mode will be handled the same as on the other pages, with JavaScript and a cookie (see next commit).
2022-02-20 22:43:11 +01:00
JulianPrieber 38f5cfa521
Change public path
This is one of multiple public path edits. For simplified usability, I am integrating the public Laravel directory into the root directory. 

This edit is part of moving everything from root/public to root.
2022-02-14 13:19:20 +01:00