852 Commits

Author SHA1 Message Date
courtmanr@gmail.com 51c0d78bce Update UI components and JavaScript files for improved functionality v3.10.0 2025-05-27 19:52:49 +01:00
courtmanr@gmail.com 868c72c0ea feat: improve UI responsiveness and fix table scrolling 2025-05-27 19:23:19 +01:00
courtmanr@gmail.com 4fff7a54a7 refactor: update PBS and storage tab update methods 2025-05-27 19:22:49 +01:00
courtmanr@gmail.com c23a1afb35 Update index.html 2025-05-27 16:12:19 +01:00
courtmanr@gmail.com 2c4a8f4cf9 Update UI components and charts functionality 2025-05-27 16:06:38 +01:00
courtmanr@gmail.com 2b47fbb439 docs: update README.md v3.9.0 2025-05-27 14:18:09 +01:00
courtmanr@gmail.com 55393ed916 chore: set release version 3.9.0 2025-05-27 13:09:42 +01:00
courtmanr@gmail.com 399da4435d feat: update diagnostics functionality and UI 2025-05-27 13:09:29 +01:00
courtmanr@gmail.com f59621dd95 docs: update README.md 2025-05-27 13:09:27 +01:00
courtmanr@gmail.com 88b050b9c1 docs: Update README with diagnostics info 2025-05-27 12:46:00 +01:00
courtmanr@gmail.com a483b7bcc4 feat: Add basic diagnostics functionality and integrate with server 2025-05-27 12:45:52 +01:00
courtmanr@gmail.com 43c4095cb1 Update server index.js and public index.html 2025-05-27 12:40:18 +01:00
courtmanr@gmail.com 91067a5934 Update README.md 2025-05-27 12:40:15 +01:00
courtmanr@gmail.com f24f49fb86 Update .env.example, README.md and delete IMPROVEMENTS.md 2025-05-27 11:01:39 +01:00
courtmanr@gmail.com 3d28b2401e Add new public JS utility and UI files 2025-05-27 10:01:37 +01:00
courtmanr@gmail.com 1289a922c5 Update public HTML and existing JS files 2025-05-27 10:01:37 +01:00
courtmanr@gmail.com 2f74c3e135 Update styling and tailwind config 2025-05-27 10:01:37 +01:00
dependabot[bot] 3d7883620d 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 bd86ad81cd 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 db148574db docs: Update screenshots and related script 2025-05-26 23:02:01 +01:00
courtmanr@gmail.com 8c486fb82c docs: Update README.md 2025-05-26 23:01:58 +01:00
courtmanr@gmail.com ead3460499 chore: set release version 3.8.0 v3.8.0 2025-05-26 22:08:31 +01:00
courtmanr@gmail.com 3f3afaac5d fix: Resolve test failures and integrate recent UI/backend updates 2025-05-26 22:08:12 +01:00
courtmanr@gmail.com cbfaecbd83 chore: set release version 3.8.0 2025-05-26 18:27:16 +01:00
courtmanr@gmail.com 46df0dab97 Update data fetching, metrics, and UI components 2025-05-26 18:25:59 +01:00
courtmanr@gmail.com f8252e42cc Update dependencies 2025-05-26 18:25:56 +01:00
courtmanr@gmail.com 2609b242af 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 6add9ca5f6 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 e76569037f 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 7b2bea0647 chore: clean up logs and disable alert popups for release readiness 2025-05-25 09:52:45 +01:00
courtmanr@gmail.com df03dee8f1 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 7abee14056 Docs: Add IMPROVEMENTS.md 2025-05-24 22:02:32 +01:00
courtmanr@gmail.com d99272d665 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 4c228aff93 Refactor: Remove unused client-side logging.js 2025-05-24 22:02:16 +01:00
courtmanr@gmail.com f4ce22bb73 Feat: Implement frontend charting, alert handling, and UI optimizations 2025-05-24 22:02:09 +01:00
courtmanr@gmail.com b374d7261d Feat: Integrate chart display and alert handling in UI, remove logging components 2025-05-24 22:01:44 +01:00
courtmanr@gmail.com 02f384c849 Feat: Implement enhanced server monitoring, alerting, and performance tracking 2025-05-24 22:01:28 +01:00
courtmanr@gmail.com dd6d25f6dd 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 78db752cdc Build: Enhance dev script for robust concurrent task handling 2025-05-24 22:01:00 +01:00
courtmanr@gmail.com 57e01bf31a Refactor: Improve PBS server status display with metric blocks 2025-05-24 21:56:26 +01:00
courtmanr@gmail.com 2b78da4320 Update dependencies 2025-05-22 15:43:18 +01:00
courtmanr@gmail.com 0d0dbac5af Reduce opacity of stripe patterns 2025-05-21 10:57:48 +01:00
courtmanr@gmail.com c09dd0a0e7 Enhance global keydown listener for dashboard search and reset 2025-05-21 10:45:49 +01:00
courtmanr@gmail.com f68cc8b1b9 chore: begin development for v3.7.1 2025-05-20 17:21:53 +01:00
courtmanr@gmail.com 8e963d3cf9 chore: set release version 3.7.0 v3.7.0 2025-05-20 17:05:26 +01:00
courtmanr@gmail.com bc6785f52e Fix(screenshots): Remove old numbered screenshot files 2025-05-20 17:04:06 +01:00
courtmanr@gmail.com 625c127973 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 9a09b69bb9 Chore: Prepare for release v3.6.3 2025-05-20 16:42:20 +01:00
courtmanr@gmail.com ec99afd70c Docs: Update README to reflect multiple PBS instance support 2025-05-20 16:36:16 +01:00
courtmanr@gmail.com 871d257d03 Fix: Node card layout and various updates 2025-05-20 16:35:03 +01:00