Commit Graph

841 Commits

Author SHA1 Message Date
courtmanr@gmail.com 070751cf7e Update README.md 2025-05-27 12:40:15 +01:00
courtmanr@gmail.com 3ac38731ed Update .env.example, README.md and delete IMPROVEMENTS.md 2025-05-27 11:01:39 +01:00
courtmanr@gmail.com bb82610a4e Add new public JS utility and UI files 2025-05-27 10:01:37 +01:00
courtmanr@gmail.com caf6a2bd3a Update public HTML and existing JS files 2025-05-27 10:01:37 +01:00
courtmanr@gmail.com f605f498a9 Update styling and tailwind config 2025-05-27 10:01:37 +01:00
dependabot[bot] 67175f2bc2 build(deps): bump p-limit from 4.0.0 to 6.2.0 (#79)
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.2.0)

---
updated-dependencies:
- dependency-name: p-limit
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 09:59:17 +01:00
courtmanr@gmail.com 7804f3d174 feat: improve progress bar responsiveness for narrow screens
- Modified createProgressTextBarHTML to support responsive text display
- Added simpleText parameter to show only percentage on mobile devices
- Progress bars now show full details on screens ≥640px, only percentage on <640px
- Updated all progress bar implementations (dashboard, nodes, storage, PBS)
- Added responsive utility classes to Tailwind safelist
- Prevents text stacking/overlap issues on narrow devices

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 23:53:13 +01:00
courtmanr@gmail.com 3770f20d6f docs: Update screenshots and related script 2025-05-26 23:02:01 +01:00
courtmanr@gmail.com 1f19ae3291 docs: Update README.md 2025-05-26 23:01:58 +01:00
courtmanr@gmail.com b8a51ac5eb chore: set release version 3.8.0 2025-05-26 22:08:31 +01:00
courtmanr@gmail.com dba1eb7c90 fix: Resolve test failures and integrate recent UI/backend updates 2025-05-26 22:08:12 +01:00
courtmanr@gmail.com f59324c53a chore: set release version 3.8.0 2025-05-26 18:27:16 +01:00
courtmanr@gmail.com c9315951c7 Update data fetching, metrics, and UI components 2025-05-26 18:25:59 +01:00
courtmanr@gmail.com 5536191249 Update dependencies 2025-05-26 18:25:56 +01:00
courtmanr@gmail.com 7e7b4d07e7 test: improve test coverage for configLoader.js edge cases
- Add tests for placeholder detection with PROXMOX_TOKEN_ID edge cases
- Test scenarios where TOKEN_ID needs to be added to placeholder list
- Improve overall test coverage to ~90%

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 17:43:11 +01:00
courtmanr@gmail.com 72f13164de refactor: improve PBS integration with enhanced error handling, updated tests, and refined UI components
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 17:23:48 +01:00
courtmanr@gmail.com ece4e1609d ui: improve PBS server status table layout to match datastore table, with wide CPU/Mem columns and truncated PBS VER/Uptime columns 2025-05-25 17:52:11 +01:00
courtmanr@gmail.com 58eb534a43 chore: clean up logs and disable alert popups for release readiness 2025-05-25 09:52:45 +01:00
courtmanr@gmail.com 11d2a12450 fix: ensure PBS multi-tab UI always uses unique IDs for each instance, preventing blank tab content when IDs collide 2025-05-25 09:51:42 +01:00
courtmanr@gmail.com e149cdf38e Docs: Add IMPROVEMENTS.md 2025-05-24 22:02:32 +01:00
courtmanr@gmail.com aaa8b9c86b Feat: Add new modules for server-side alerting, metrics history, and frontend chart/alert handling 2025-05-24 22:02:25 +01:00
courtmanr@gmail.com 59aa0bc411 Refactor: Remove unused client-side logging.js 2025-05-24 22:02:16 +01:00
courtmanr@gmail.com 9e83788506 Feat: Implement frontend charting, alert handling, and UI optimizations 2025-05-24 22:02:09 +01:00
courtmanr@gmail.com d7a827dde2 Feat: Integrate chart display and alert handling in UI, remove logging components 2025-05-24 22:01:44 +01:00
courtmanr@gmail.com 18a62d9042 Feat: Implement enhanced server monitoring, alerting, and performance tracking 2025-05-24 22:01:28 +01:00
courtmanr@gmail.com c738a5edef Refactor: Update screenshot script to reflect UI changes, remove logging view and add storage view 2025-05-24 22:01:10 +01:00
courtmanr@gmail.com a6785f6ac4 Build: Enhance dev script for robust concurrent task handling 2025-05-24 22:01:00 +01:00
courtmanr@gmail.com cd10841068 Refactor: Improve PBS server status display with metric blocks 2025-05-24 21:56:26 +01:00
courtmanr@gmail.com e8750ff5ec Update dependencies 2025-05-22 15:43:18 +01:00
courtmanr@gmail.com 14a26e06b0 Reduce opacity of stripe patterns 2025-05-21 10:57:48 +01:00
courtmanr@gmail.com c678413131 Enhance global keydown listener for dashboard search and reset 2025-05-21 10:45:49 +01:00
courtmanr@gmail.com b23e282425 chore: begin development for v3.7.1 2025-05-20 17:21:53 +01:00
courtmanr@gmail.com f7946a19b1 chore: set release version 3.7.0 2025-05-20 17:05:26 +01:00
courtmanr@gmail.com ee39a258b6 Fix(screenshots): Remove old numbered screenshot files 2025-05-20 17:04:06 +01:00
courtmanr@gmail.com 24d819476e Fix(screenshots): Update screenshot tool and docs. Remove Node View, adjust targets, implement postAction, renumber files, and update README. 2025-05-20 17:03:41 +01:00
courtmanr@gmail.com f6a54a19e6 Chore: Prepare for release v3.6.3 2025-05-20 16:42:20 +01:00
courtmanr@gmail.com 0bd84a90a1 Docs: Update README to reflect multiple PBS instance support 2025-05-20 16:36:16 +01:00
courtmanr@gmail.com 5c488a8034 Fix: Node card layout and various updates 2025-05-20 16:35:03 +01:00
courtmanr@gmail.com 57bc6a23d6 fix(pbs): Restore missing UI helper functions and complete tabbing logic 2025-05-20 16:15:14 +01:00
courtmanr@gmail.com 67f8f1fff4 fix(backups): Ensure 7-day history column is left-aligned 2025-05-20 15:59:23 +01:00
courtmanr@gmail.com 449a217a08 feat(pbs): Implement sub-tabs for multiple PBS instances 2025-05-20 15:59:19 +01:00
courtmanr@gmail.com 599b943bda refactor(backups): Remove redundant health status indicator from table 2025-05-20 15:14:34 +01:00
courtmanr@gmail.com 1f90ed6522 refactor(backups): Refine 7-day history dots to show success/failure/none 2025-05-20 15:11:14 +01:00
courtmanr@gmail.com 7c4fcb18cb feat(backups): Remove guest status display and add 7-day backup history dot matrix 2025-05-20 11:52:31 +01:00
courtmanr@gmail.com 8d308db35c fix: Remove Node prefix from storage tab headers 2025-05-20 11:11:47 +01:00
courtmanr@gmail.com 00c89169fa feat: Add network status icons and uptime color-coding to dashboard 2025-05-20 11:06:07 +01:00
courtmanr@gmail.com c1784558a4 style: Adjust node summary card styling and grid responsiveness 2025-05-20 10:23:00 +01:00
courtmanr@gmail.com b701fb14b8 feat: Add node summary cards to dashboard and remove Nodes tab 2025-05-20 10:22:52 +01:00
courtmanr@gmail.com 8b94b3d554 chore: Ignore release tarballs 2025-05-16 23:19:15 +01:00
courtmanr@gmail.com 32aafb596a fix: ensure all test adjustments are committed 2025-05-16 23:17:36 +01:00