UI improvements on system settings

This commit is contained in:
Pinga 2023-11-15 16:57:35 +02:00
parent c3427aaa9c
commit f2edce8f8b
5 changed files with 219 additions and 442 deletions

View file

@ -69,7 +69,7 @@ $app->group('', function ($route) {
$route->get('/transactions', FinancialsController::class .':transactions')->setName('transactions');
$route->get('/overview', FinancialsController::class .':overview')->setName('overview');
$route->get('/settings', SystemController::class .':settings')->setName('settings');
$route->get('/registry', SystemController::class .':registry')->setName('registry');
$route->get('/support', SupportController::class .':view')->setName('ticketview');
$route->map(['GET', 'POST'], '/support/new', SupportController::class .':newticket')->setName('newticket');