Working version of tabsearch. Added subsequent and fuzzy matching. Need to fix the unit tests

This commit is contained in:
2025-11-16 11:52:22 +01:00
parent 09c4217cb6
commit c38a012c74
9 changed files with 290 additions and 47 deletions

View File

@@ -383,10 +383,6 @@
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 {
@@ -410,4 +406,10 @@
.mf-vis {
width: 100%;
height: 100%;
}
.mf-search-results {
margin-top: 0.5rem;
max-height: 200px;
overflow: auto;
}