I can add and show tabs with lazy loading and content management

This commit is contained in:
2025-11-15 22:34:04 +01:00
parent 93f6da66a5
commit 9a76bd57ba
11 changed files with 364 additions and 137 deletions

View File

@@ -380,6 +380,16 @@
/* Tab Content Area */
.mf-tab-content {
flex: 1;
overflow: auto;
height: 100%;
border: 2px solid black;
/*background-color: var(--color-base-100);*/
/*padding: 1rem;*/
/*border-top: 1px solid var(--color-border-primary);*/
}
.mf-tab-content-wrapper {
flex: 1;
overflow: auto;
background-color: var(--color-base-100);
@@ -395,4 +405,9 @@
height: 100%;
@apply text-base-content/50;
font-style: italic;
}
.mf-vis {
width: 100%;
height: 100%;
}