feat: rework list searchbar, adds project-specific mode, add to user-joblist

This commit is contained in:
Christoph Kluge
2024-05-23 15:43:09 +02:00
parent 420bec7c46
commit 8d1228c9e8
4 changed files with 40 additions and 16 deletions

View File

@@ -38,6 +38,7 @@
? !!ccconfig[`plot_list_showFootprint:${filterPresets.cluster}`]
: !!ccconfig.plot_list_showFootprint;
let selectedCluster = filterPresets?.cluster ? filterPresets.cluster : null;
let presetProject = filterPresets?.project ? filterPresets.project : ""
// The filterPresets are handled by the Filters component,
// so we need to wait for it to be ready before we can start a query.
@@ -87,6 +88,7 @@
<Col xs="3" style="margin-left: auto;">
<TextFilter
{presetProject}
bind:authlevel
bind:roles
on:update={({ detail }) => filterComponent.update(detail)}