feat: add sources form and table

This commit is contained in:
Alexander Navarro 2025-02-05 19:56:47 -03:00
parent e2a6c92322
commit baf70e6820
11 changed files with 103 additions and 8 deletions

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

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