LinkStack/app
Julian Prieber 53805444aa Expanded controller for custom icon
Expanded user controller to save the custom icon of individual buttons for the Button Editor.

I wanted to put the saving part into its own controller, but I wasn't able to implement this because I couldn't put two controllers on one page via the route in web.php, and to my knowledge this is impossible. So I had to do some trickery to get this working. If I hadn't implemented the if-else statement, one value couldn't be saved without a NULL error violation.

This will be used to display a custom icon via Font Awesome.
See: https://blog.littlelink-custom.com/upcoming-features/
And: https://blog.littlelink-custom.com/progress-of-the-new-button-editor/
2022-04-13 16:49:44 +02:00
..
Console admin littlelink 2021-04-16 03:30:00 +04:30
Exceptions admin littlelink 2021-04-16 03:30:00 +04:30
Http Expanded controller for custom icon 2022-04-13 16:49:44 +02:00
Models Added email verification 2022-03-19 16:48:21 +01:00
Providers admin littlelink 2021-04-16 03:30:00 +04:30
View/Components admin littlelink 2021-04-16 03:30:00 +04:30