mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
- Removed inlcudes of RESTClient from PHP (FHC-Common, FHC-Footer and views/system/logs/logsViewer)
- Changed RESTClient to be a JS module - Now RESTClient is included via JS in the app LogsViewer and in component Navigation - Added new directory public/js/components/navigation - Moved component Navigation to public/js/components/navigation - Moved API calls of the Navigation component to public/js/components/navigation/API.js - Navigation component now imports public/js/components/navigation/API.js
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
'bootstrap5' => true,
|
||||
'fontawesome6' => true,
|
||||
'jquery3' => true,
|
||||
'restclient' => true,
|
||||
'tablesorter2' => true,
|
||||
'vue3' => true,
|
||||
'filtercomponent' => true,
|
||||
|
||||
Reference in New Issue
Block a user