feat: multi-server, list view, tags, activity log + UX polish (v2.2) - #2
Merged
Conversation
Roadmap features - Multi-server: connect several Proxmox clusters at once; aggregate VMs/LXC across them. Sidebar lists servers with live machine counts and a per-server disconnect; "Add server" reuses the login window as a dialog. Each machine carries its ServerName; power/console actions route to the right cluster. - List view: DataGrid alternative to the card grid, toggled from the top bar. - Proxmox tags: shown as chips on each card; click a tag to filter. - Activity log: collapsible side panel recording power actions, state changes, connections and errors (bounded, newest first). Polish - Sorting by name / VMID / CPU / RAM / status / uptime. - Keyboard shortcuts: F5 refresh, Ctrl+F focus search, Esc clear search. - Empty-state placeholder and active-filter chips (server / node / tag). - StatusMessage surfaced via the snackbar. - Theme and refresh interval now persisted in config and applied at startup. - Fix: card Start button visibility was inverted (BooleanToVisibilityConverter ignores ConverterParameter) — now uses InverseBoolToVisibilityConverter. https://claude.ai/code/session_01FhKJ3kR6pgaR4N3sWSfbFX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Implements the four open roadmap items and a round of UX polish, bumping the app to v2.2.
Roadmap features
MachineDatacarries itsServerName; power/console/SPICE actions are routed to the matching cluster. State-change tracking and notifications are keyed perserver:vmidto avoid collisions across clusters.DataGridalternative to the card grid, toggled from the top bar (status, type, VMID, name, status, CPU, RAM, uptime, server, node, tags + inline actions).Polish
F5refresh,Ctrl+Ffocus search,Escclear searchStatusMessagesurfaced via the snackbarBooleanToVisibilityConverterignoresConverterParameter=inverse, so it now usesInverseBoolToVisibilityConverterFiles
Services/ActivityLogService.csBoolToGridLengthConverter,CollectionToVisibilityConverterViewModels/MainViewModel.cs,Views/MainWindow.xaml(.cs)ApiClient(Host),MachineData(ServerName),LoginWindow(add-connection mode),App.xaml.cs(apply saved theme),MachineCard, README, version → 2.2.0Testing
https://claude.ai/code/session_01FhKJ3kR6pgaR4N3sWSfbFX
Generated by Claude Code