feat: add sources form and table

This commit is contained in:
Alexander Navarro 2025-02-05 19:56:47 -03:00
parent e2a6c92322
commit 29065c72c8
7 changed files with 78 additions and 6 deletions

21
src/shared/shell.json Normal file
View file

@ -0,0 +1,21 @@
{
"component": "shell",
"title": "Index",
"link": "/",
"layout": "boxed",
"theme": "dark",
"menu_item": [
{ "link": "index.sql", "title": "Home" },
{
"title": "Dependencies",
"icon": "brand-stackshare",
"submenu": [
{
"link": "/sources/index.sql",
"title": "Sources",
"icon": "external-link"
}
]
}
]
}