feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389

This commit is contained in:
Will Miao
2025-09-02 15:48:34 +08:00
parent 91801dff85
commit 1800afe31b
14 changed files with 272 additions and 37 deletions

View File

@@ -667,6 +667,8 @@ export class BaseModelApiClient {
}
}
}
params.append('recursive', pageState.searchOptions.recursive ? 'true' : 'false');
if (pageState.filters) {
if (pageState.filters.tags && pageState.filters.tags.length > 0) {