feat: add selected update installs and polished UI

This commit is contained in:
2026-05-03 23:04:30 +02:00
parent 137290e3d7
commit e8d4d2e400
4 changed files with 211 additions and 13 deletions

View File

@@ -51,6 +51,7 @@ The GUI opens in your browser and lets you:
- refresh the update list
- search and filter updates by source
- start update installation in a terminal
- select individual packages and install only those when you explicitly want that workflow
- hide noisy packages from the active update count
- see system readiness, Pacman lock state, disk space, AUR helper, terminal, and kernel version
- enable or disable AUR checks
@@ -58,6 +59,8 @@ The GUI opens in your browser and lets you:
- configure automatic refresh
- choose the terminal used for installing updates
Selective package installs use `pacman -S --needed` or the configured AUR helper with `-S --needed`. On Arch, full system updates are still the safer default because partial upgrades can cause dependency mismatches.
## Desktop App
Install the Electron dependencies once: