789 Commits

Author SHA1 Message Date
courtmanr@gmail.com 92eb58b488 chore: set release version 3.6.2 v3.6.2 2025-05-16 23:03:51 +01:00
courtmanr@gmail.com 95cf60fb8b fix: Revert PBS task health display to 7 days 2025-05-16 23:01:08 +01:00
courtmanr@gmail.com 7d06ac32ee fix: Revert PBS task fetch window to 7 days 2025-05-16 23:01:06 +01:00
courtmanr@gmail.com 3b615d90db refactor: Consolidate PBS task summaries into a single table 2025-05-16 22:26:55 +01:00
courtmanr@gmail.com c83ade7f79 feat: Increase PBS task fetch window to 14 days 2025-05-16 22:26:49 +01:00
dependabot[bot] e329bdee6b build(deps): bump semver from 7.7.1 to 7.7.2 (#76)
Bumps [semver](https://github.com/npm/node-semver) from 7.7.1 to 7.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 7.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 07:58:53 +01:00
courtmanr@gmail.com fcb7abaf6e chore: begin development for v3.6.2 2025-05-10 19:28:39 +01:00
courtmanr@gmail.com 1fc2b44694 fix: Remove background pattern from empty cells in threshold slider row 2025-05-10 18:16:56 +01:00
courtmanr@gmail.com 7b80d5f5cb Merge release/v3.6.1 into main v3.6.1 2025-05-10 16:11:33 +01:00
courtmanr@gmail.com a361aa161e style: Add custom scrollbar styles via Tailwind 2025-05-10 16:04:54 +01:00
courtmanr@gmail.com f626915706 refactor(server): Improve error handling in dataFetcher and update tests 2025-05-10 16:04:45 +01:00
courtmanr@gmail.com 39777302a6 refactor(ui): Remove node group icons from UI 2025-05-10 16:04:36 +01:00
courtmanr@gmail.com 173e04759a docs: update CHANGELOG.md for v3.6.1 2025-05-10 16:03:18 +01:00
courtmanr@gmail.com 23c7575762 chore: set release version 3.6.1 2025-05-10 15:40:15 +01:00
courtmanr@gmail.com edbafbbdde style: Apply custom scrollbar style to main page and internal elements 2025-05-09 17:10:03 +01:00
courtmanr@gmail.com 9c1c1c2d54 feat: Configure tailwind-scrollbar plugin and theme 2025-05-09 17:10:01 +01:00
courtmanr@gmail.com 9e06bcdbcc feat: Add tailwind-scrollbar plugin for custom scrollbars 2025-05-09 17:09:58 +01:00
courtmanr@gmail.com d5f06ae2f5 chore: Update package-lock.json 2025-05-08 16:52:42 +01:00
courtmanr@gmail.com 2295cd6ff5 Refactor: Update API client logic 2025-05-08 16:52:39 +01:00
courtmanr@gmail.com 9347ffa716 Fix: Correct syntax error and update tests 2025-05-08 16:52:36 +01:00
courtmanr@gmail.com 66eb64ab11 fix(scripts): Update tarball creation path in create-release.sh 2025-05-08 15:13:40 +01:00
courtmanr@gmail.com 5ccfcee793 fix(dataFetcher): Use endpointId for consistent data association v3.6.0 2025-05-08 14:59:58 +01:00
courtmanr@gmail.com 95234252fe chore: set release version 3.6.0 2025-05-08 14:37:36 +01:00
courtmanr@gmail.com 5755a14d7b feat: Add release tarball creation script and documentation 2025-05-08 14:33:17 +01:00
courtmanr@gmail.com 9042721e1a Update dataFetcher and add pbsUtils tests 2025-05-08 11:55:56 +01:00
courtmanr@gmail.com a5cc147258 Chore(ui/thresholds): Update file metadata or formatting 2025-05-08 11:27:40 +01:00
courtmanr@gmail.com 946d004c79 Refactor(ui/storage): Extract storage row creation to helper function 2025-05-08 11:27:15 +01:00
courtmanr@gmail.com 0f50413f83 Chore(ui/pbs): Update file metadata or formatting 2025-05-08 11:25:43 +01:00
courtmanr@gmail.com 0528f7d5db Chore(ui/nodes): Update file metadata or formatting 2025-05-08 11:25:21 +01:00
courtmanr@gmail.com ad01faf789 Refactor(ui/dashboard): Decompose dashboard update logic into focused helper functions 2025-05-08 11:24:46 +01:00
courtmanr@gmail.com 82f836be5d Refactor(ui/common): Decompose event listener setup and enhance keydown context-awareness 2025-05-08 11:24:13 +01:00
courtmanr@gmail.com 866af89221 Refactor(ui/backups): Decompose updateBackupsTab into focused helper functions 2025-05-08 11:23:50 +01:00
courtmanr@gmail.com 107ad6db69 Refactor(thresholdLog): Decompose logging logic into focused helper functions 2025-05-08 11:23:25 +01:00
courtmanr@gmail.com c194c32d97 Fix(state.js): Ensure all default threshold properties are preserved during initialization 2025-05-08 11:23:03 +01:00
courtmanr@gmail.com 731888e01e Refactor(socketHandler): Enhance connection state management & UI feedback, add hot reload 2025-05-08 11:22:30 +01:00
courtmanr@gmail.com 9b58b3e6c2 Feat(main): Improve loading overlay behavior for data and socket states 2025-05-08 11:22:03 +01:00
courtmanr@gmail.com e5f2d6c598 Refactor(state): Remove initialDataReceived flag from server state 2025-05-08 11:19:20 +01:00
courtmanr@gmail.com 873b28351f Refactor(pbsUtils): Extract task categorization and list creation to helpers 2025-05-08 11:19:06 +01:00
courtmanr@gmail.com b58169b30d Refactor(server): Extract socket state sending to sendCurrentStateToSocket helper 2025-05-08 11:18:46 +01:00
courtmanr@gmail.com af531c1524 Feat(dataFetcher): Add QEMU agent memory fetching & refactor node data retrieval 2025-05-08 11:18:28 +01:00
courtmanr@gmail.com 8f6ee0d279 Refactor(configLoader): Extract Proxmox endpoint loading to helper function 2025-05-08 11:17:57 +01:00
courtmanr@gmail.com 553ba5ae7a Refactor(apiClients): Centralize Axios client creation with generic helper function 2025-05-08 11:16:35 +01:00
courtmanr@gmail.com 33f12bff1a Fix(tabs): Correct styling for consistent active/inactive states & initial load 2025-05-08 11:12:25 +01:00
courtmanr@gmail.com 7c736defda Update PBS UI component 2025-05-08 10:07:25 +01:00
courtmanr@gmail.com 086f1a4d83 Update PBS UI component 2025-05-08 10:00:39 +01:00
courtmanr@gmail.com 5f7f18bbf7 docs: Restore corrupted README.md sections 2025-05-07 13:39:34 +01:00
courtmanr@gmail.com 4bcb0d3527 chore: begin development for v3.5.1 2025-05-07 10:24:10 +01:00
courtmanr@gmail.com 1cc715486b chore: set release version 3.5.0 v3.5.0 2025-05-07 09:58:31 +01:00
courtmanr@gmail.com 65f9b5ddd2 Refactor: Standardize table cell styling and padding in UI components 2025-05-07 09:51:47 +01:00
courtmanr@gmail.com 23c1cdb630 Refactor: Standardize table headers and improve page width responsiveness 2025-05-07 09:51:44 +01:00