Add basic filtering
All checks were successful
build / build (push) Successful in 1m37s

This commit is contained in:
2025-05-02 19:46:40 +09:30
parent f388efe667
commit 95855b9e99
3 changed files with 183 additions and 49 deletions

View File

@@ -7,8 +7,6 @@ import { IconField } from 'primeng/iconfield';
import { InputIcon } from 'primeng/inputicon';
import { SplitButtonModule } from 'primeng/splitbutton';
import { InputTextModule } from 'primeng/inputtext';
import { TableLazyLoadEvent, TableModule } from 'primeng/table';
import { Skeleton } from 'primeng/skeleton';
import { FileTreeComponent } from './file-tree/file-tree.component';
import { FileViewerComponent } from './file-viewer/file-viewer.component';