From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pdm-devel@lists.proxmox.com, Dominik Csapak <d.csapak@proxmox.com>
Subject: [pdm-devel] applied-series: [PATCH datacenter-manager v5 00/10] implement more complex search syntax
Date: Thu, 4 Sep 2025 19:21:33 +0200 [thread overview]
Message-ID: <175700648890.479588.615426880219420150.b4-ty@proxmox.com> (raw)
In-Reply-To: <20250903132351.841830-1-d.csapak@proxmox.com>
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
prev parent reply other threads:[~2025-09-04 17:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-03 13:09 [pdm-devel] " Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 01/10] pdm-api-types: resources: add helper methods for fields Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 02/10] lib: add pdm-search crate Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 03/10] server: api: resources: add more complex filter syntax Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 04/10] ui: add possibility to insert into search box Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 05/10] ui: dashboard: remotes panel: open search on click Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 06/10] ui: dashboard: guest panel: search for guest states when clicking on them Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 07/10] ui: dashboard: search for nodes when clicking on the nodes panel Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 08/10] ui: search box: add clear trigger Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 09/10] ui: dashboard: guest panel: use `List` instead of `DataTable` Dominik Csapak
2025-09-03 13:09 ` [pdm-devel] [PATCH datacenter-manager v5 10/10] ui: dashboard: guest panel: add search icon for better discoverability Dominik Csapak
2025-09-04 17:21 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175700648890.479588.615426880219420150.b4-ty@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=d.csapak@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.