mirror of
https://git.proxmox.com/git/ui/proxmox-yew-comp.git
synced 2026-08-26 15:44:57 +00:00
No description
- Rust 99.8%
- Makefile 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
In the picker, we only show the human-readable plugin name. For some plugins, this name differs from the actual plugin id (example: "Cloudflare Managed DNS" has id "cf"), which makes filtering behavior unexpected for users. Fixed by setting a custom filter function for the underlying GridPicker. The filter function uses `contains` instead of `starts_with`, as doing so makes it easier to find certain plugins where human-readable name does not start with most commonly used term for the service. For instance, some users might type `aws` or `route 53` to find the `Amazon Route 53 (AWS)` plugin. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Link: https://lore.proxmox.com/20260824074947.91606-1-l.wagner@proxmox.com |
||
| .cargo | ||
| debian | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| js-helper-module.js | ||
| Makefile | ||
| TODO.md | ||