refactor: standardize frontend

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-24 17:38:48 -05:00
parent 20d3a46d7b
commit 0c4c9e52cd
24 changed files with 2448 additions and 1232 deletions

View File

@@ -1,13 +1,10 @@
/**
* People Manager Module Boot Script
*
* This script is executed when the people_manager module is loaded.
* It initializes the peopleStore which manages contacts and address books state.
* People Manager Module Boot
*/
console.log('[PeopleManager] Booting People Manager module...')
console.log('[People Manager] Booting module...')
console.log('[PeopleManager] People Manager module booted successfully')
console.log('[People Manager] Module booted successfully...')
// CSS will be injected by build process
//export const css = ['__CSS_FILENAME_PLACEHOLDER__']