Commit Graph

694 Commits

Author SHA1 Message Date
courtmanr@gmail.com fcafdf86d6 Update VM/container view screenshot 2025-05-02 11:56:31 +01:00
courtmanr@gmail.com bed0e89fdc Update PBS view screenshot 2025-05-02 11:56:29 +01:00
courtmanr@gmail.com 3728128ad1 Update backups view screenshot 2025-05-02 11:56:27 +01:00
courtmanr@gmail.com 02a91381cb Refactor: Standardize tab structure, styling, and status text 2025-05-02 11:52:30 +01:00
courtmanr@gmail.com 922ab66498 Feat: Add search functionality to Backups tab filter 2025-05-02 11:42:15 +01:00
courtmanr@gmail.com ac5b614b9a Feat: Harmonize filter bar UI across dashboard and backups tabs 2025-05-02 11:41:34 +01:00
rcourtman 83092cec39 feat: Add automated screenshot generation script | Implements Playwright script (scripts/take-screenshots.js) to capture UI views. Adds npm run screenshot command. Includes playwright as a dev dependency. Updates README.md to use generated screenshots. (#73) 2025-05-02 10:35:23 +01:00
courtmanr@gmail.com 41dbc9d86e chore: Bump version to 3.2.4 v3.2.4 2025-05-01 17:15:21 +01:00
courtmanr@gmail.com 0b72e7ab12 fix(ui): Correct guest type check for LXC disk display
Ensure LXC containers correctly display disk usage bar by checking for type "CT" instead of "lxc".
2025-05-01 17:02:48 +01:00
courtmanr@gmail.com 6a52acf4cf refactor(ui): Remove disk column header tooltip 2025-05-01 16:36:41 +01:00
courtmanr@gmail.com ba0277b71b fix(ui): Display disk size correctly for VMs and LXCs (fixes #71)
Change VM disk display to show only total allocated size (maxdisk) due to API limitations and unreliability of guest usage reporting via /status/current. LXCs continue to show usage bars based on metrics. Adds tooltip to Disk header clarifying the difference.
2025-05-01 16:28:25 +01:00
root 5fed14dbac Fix: Restore condensed dependency list text 2025-05-01 15:27:58 +01:00
root b1e66c6668 Fix: Correct dependency list text in print_dependency_info 2025-05-01 15:26:50 +01:00
root 80ac734270 Fix: Resolve heredoc parsing issue in print_dependency_info 2025-05-01 15:25:14 +01:00
courtmanr@gmail.com 52c6d7b208 refactor(script): Use while-read loop for robust self-update SHA replacement 2025-05-01 14:45:29 +01:00
courtmanr@gmail.com 4b9a66f5ae debug(script): Add checks before sed in self-update 2025-05-01 14:44:26 +01:00
courtmanr@gmail.com 3f1c375f14 fix(script): Use standard GNU sed -i syntax for self-update 2025-05-01 14:43:11 +01:00
courtmanr@gmail.com f17fe257b1 refactor(script): Improve dependency info formatting 2025-05-01 14:41:24 +01:00
courtmanr@gmail.com ca7d740507 fix: Restore install-pulse.sh to version 623f220 (pre-revert state) 2025-05-01 14:37:02 +01:00
courtmanr@gmail.com 0ad13755e3 fix: Restore install-pulse.sh to version with ASCII banner (97691aa) 2025-05-01 14:34:00 +01:00
courtmanr@gmail.com 6be48b65d8 refactor: improve install script logic and flow 2025-05-01 14:25:54 +01:00
courtmanr@gmail.com 144a9128f5 Fix: Replace read -p with echo/read for compatibility 2025-05-01 14:23:45 +01:00
courtmanr@gmail.com 159fa7858a Refactor: Finalize install script menu order changes 2025-05-01 14:07:33 +01:00
courtmanr@gmail.com 69a56c717e feat(install): Add self-update mechanism to install script 2025-05-01 10:26:00 +01:00
courtmanr@gmail.com 148ece4097 feat(install): Modify script to support specific release tags 2025-05-01 10:21:07 +01:00
courtmanr@gmail.com 58b17ba8ea chore: Update version to 3.2.3 in package files v3.2.3 2025-05-01 09:59:41 +01:00
courtmanr@gmail.com b214413182 chore: Remove CI workflows and update changelog for v3.2.3 2025-05-01 09:57:31 +01:00
courtmanr@gmail.com 847d26d46a Merge branch 'main' into 3.2.3-beta 2025-05-01 09:42:30 +01:00
courtmanr@gmail.com 4cf736aed6 fix(workflow): use CHANGELOG.md for release notes instead of auto-generating 2025-04-30 23:00:20 +01:00
github-actions[bot] e3ca53305d chore: Prepare release v3.3.0 (#69)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-30 22:49:38 +01:00
courtmanr@gmail.com 35bb7c535b fix(workflow): remove comment from docker tag in release workflow 2025-04-30 22:47:59 +01:00
courtmanr@gmail.com e19b83e6cf fix: reset version to v3.2.2
Corrects package.json and package-lock.json before attempting v3.3.0 release.
2025-04-30 22:47:56 +01:00
courtmanr@gmail.com 39afe7dcc1 fix(workflow): remove non-existent label from prepare release PR creation 2025-04-30 20:47:27 +01:00
courtmanr@gmail.com 763c7ede4c refactor(release): split into Prepare PR and Create Release workflows
Prepare PR workflow creates PR with version bump and changelog. Create Release workflow triggers on tag push, builds, and creates release with generated notes.
2025-04-30 20:42:35 +01:00
courtmanr@gmail.com 3b4aac45a2 feat(workflow): use conventional changelog file for release body 2025-04-30 20:36:40 +01:00
courtmanr@gmail.com 4710aabea3 feat(workflow): require tag input for manual release creation 2025-04-30 20:34:57 +01:00
courtmanr@gmail.com b25d021503 refactor(workflow): delete remote tag before pushing in prepare release 2025-04-30 20:30:31 +01:00
github-actions[bot] 1d0c43f10d chore: Bump version to v3.3.0 2025-04-30 19:27:39 +00:00
courtmanr@gmail.com f2721b72d0 feat: require version and changelog for prepare release workflow
Adds changelog for v3.3.0.
2025-04-30 20:27:21 +01:00
luckman212 c4c262739b modified src/public/index.html, 2025-04-30 15:21:39 -04:00
github-actions[bot] 752e439d62 chore: Bump version to v3.3.2 2025-04-30 19:21:04 +00:00
luckman212 9b88760bc9 modified src/index.css, 2025-04-30 15:21:02 -04:00
github-actions[bot] e953b6c6b1 chore: Bump version to v3.3.1 2025-04-30 19:18:12 +00:00
courtmanr@gmail.com a9463ddde0 fix: prevent vertical scrollbar artifact on tabs nav 2025-04-30 20:15:37 +01:00
courtmanr@gmail.com cbf246207d feat: allow manual triggering of release workflow 2025-04-30 19:53:47 +01:00
github-actions[bot] b1b79512ca chore: Bump version to v3.3.0 2025-04-30 18:39:21 +00:00
courtmanr@gmail.com a92b43d9e3 fix(pbs): Populate summary stats in processPbsTasks 2025-04-30 19:35:39 +01:00
courtmanr@gmail.com 3549524677 feat: Responsive layout improvements for header, tabs, and filters 2025-04-30 19:21:13 +01:00
courtmanr@gmail.com b3ff18528e Revert "chore: Bump version to v3.2.3"
This reverts commit 40de4ce9ea.
v3.2.2
2025-04-30 18:37:21 +01:00
github-actions[bot] 2c53ab95e6 chore: Bump version to v3.2.3 2025-04-30 17:32:32 +00:00