refactor: front end

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-03-28 12:47:21 -04:00
parent 28e5cce23a
commit ccb781f933
38 changed files with 4909 additions and 2897 deletions

View File

@@ -1,13 +1,10 @@
/**
* File Manager Module Boot Script
*
* This script is executed when the file_manager module is loaded.
* It initializes the stores which manage file nodes (files and folders) state.
* Documents Manager Module Boot
*/
console.log('[FileManager] Booting File Manager module...')
console.log('[Documents Manager] Booting module...')
console.log('[FileManager] File Manager module booted successfully')
console.log('[Documents Manager] Module booted successfully...')
// CSS will be injected by build process
//export const css = ['__CSS_FILENAME_PLACEHOLDER__']