From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 8CC921FF189 for ; Thu, 4 Sep 2025 19:26:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6E72B35278; Thu, 4 Sep 2025 19:26:21 +0200 (CEST) From: Thomas Lamprecht To: pdm-devel@lists.proxmox.com, Dominik Csapak Date: Thu, 4 Sep 2025 19:21:33 +0200 Message-ID: <175700648890.479588.615426880219420150.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250903132351.841830-1-d.csapak@proxmox.com> References: <20250903132351.841830-1-d.csapak@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1757006732006 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.154 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] applied-series: [PATCH datacenter-manager v5 00/10] implement more complex search syntax X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" On Wed, 03 Sep 2025 15:09:16 +0200, Dominik Csapak wrote: > this introduces a more complex search syntax for the resources api call > and uses that with the dashboard to show relevant resources, e.g. > when clicking on the remotes panel when there are failed remotes, it > adds a search to the box that filters for offline remotes. Same > for clicking on the running vm count, etc. > > The syntax is a first draft of mine, we can still tweak and change it > as we see fit, but it's a start. > > [...] Applied, thanks! Some things that might still be improved: - clear the field if one navigates away? Or at least make the text stand out less in that case, that probably would be good to do generally when the field is not active. - the "click to search" is IMO a bit subtle and slightly surprising, especially when one doesn't click on the search icon or when there isn't even such a search icon. Don't get me wrong, I get where that idea come from and do not find it bad per se and have no definitive improvement suggestions ready, as it's not really a blocker or set in stone we can also wait on feedback or some real good idea, these things often just needs a bit of time actually using them. [01/10] pdm-api-types: resources: add helper methods for fields commit: ac6a0c8bc64de7e11e5aac4589e46e84f4401f09 [02/10] lib: add pdm-search crate commit: 5bb918229abd1fd6d74c14855ca42e81455b45ae [03/10] server: api: resources: add more complex filter syntax commit: 23639dc1814643b2dd4159f41f1a43b970195150 [04/10] ui: add possibility to insert into search box commit: 70faf3e26dda4d3d0e6fe2adf84929be3090029c [05/10] ui: dashboard: remotes panel: open search on click commit: 43d3f0a8430180dea2b831da57fe91abfba72639 [06/10] ui: dashboard: guest panel: search for guest states when clicking on them commit: 5a4fb5d4d4a41d054275d3c3f2f621bc731b991c [07/10] ui: dashboard: search for nodes when clicking on the nodes panel commit: 662af17ec051ad03b7e86252ddf7cf7c6e8f450a [08/10] ui: search box: add clear trigger commit: 9dfa2c6480f202eeb281ee902d882f9c7d040a51 [09/10] ui: dashboard: guest panel: use `List` instead of `DataTable` commit: 811d430805438162d5ca5b31f8f347b896cfa3cf [10/10] ui: dashboard: guest panel: add search icon for better discoverability commit: a1604aac7bfe5405354010b30d170ea7caeebc7f _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel