Commit Graph

106 Commits

Author SHA1 Message Date
courtmanr@gmail.com 42dbf8e2c7 fix: Resolve PBS banner bug and build issues (fixes #55) 2025-04-26 10:20:22 +01:00
courtmanr@gmail.com 2b11de93ca feat: Downgrade to Tailwind v3 and restore build step 2025-04-25 23:27:59 +01:00
courtmanr@gmail.com aa70a87e9f fix: Commit correct non-purged output.css for workaround 2025-04-25 23:19:42 +01:00
courtmanr@gmail.com 2caab79b43 chore: Re-apply workaround: commit pre-built CSS and skip build step 2025-04-25 23:10:47 +01:00
courtmanr@gmail.com df86e4a1dd revert: Remove pre-built CSS and restore build step 2025-04-25 22:55:17 +01:00
courtmanr@gmail.com 092c8ae7d3 fix: Check in pre-built CSS and skip build in install script 2025-04-25 22:50:53 +01:00
courtmanr@gmail.com aea444c1fc fix: Add safelist to tailwind config for dynamic classes 2025-04-25 22:40:19 +01:00
courtmanr@gmail.com 92bd9de0b5 refactor(app): Comment out verbose console logs 2025-04-24 22:05:06 +01:00
courtmanr@gmail.com a161c0ab06 build: Untrack generated output.css file 2025-04-24 21:47:42 +01:00
courtmanr@gmail.com f2d83c26a7 fix(ui): Standardize all table headers to left-align (#53) 2025-04-24 21:14:41 +01:00
courtmanr@gmail.com 58c3a1ab20 fix(ui): Make main table header alignment consistent (#53) 2025-04-24 21:03:14 +01:00
courtmanr@gmail.com e1f7126e0d fix: Align Dockerfile and server paths for LXC/Docker compatibility
- Revert server/index.js sendFile path to ../src/public

 - Modify Dockerfile to COPY assets to ./src/public
2025-04-24 20:08:02 +01:00
courtmanr@gmail.com 70491c88d2 fix: Resolve UI loading issues for v3.1.2
- Add explicit SPA route handler in server/index.js

- Correct middleware order in server/index.js

- Build CSS locally and copy into Docker image

- Adjust Dockerfile to copy pre-built CSS
2025-04-24 19:37:36 +01:00
courtmanr@gmail.com 6fad18709a feat(ui): Display placeholder in PBS tab when not configured 2025-04-24 18:46:56 +01:00
courtmanr@gmail.com 4c1f48d686 feat(ui): Display placeholder in PBS tab when not configured 2025-04-24 18:18:10 +01:00
courtmanr@gmail.com 30b96bd33a feat: Add specific debug log for maxcpu 2025-04-24 16:10:38 +01:00
courtmanr@gmail.com be1c6a8fef feat: Add debug log for node status before merge 2025-04-24 16:00:15 +01:00
courtmanr@gmail.com 4e2d99d1bd fix: Handle 'N/A' string in PBS GC status display 2025-04-24 15:53:02 +01:00
courtmanr@gmail.com 729975d52d chore: Remove leftover HTML comments in PBS task table 2025-04-24 15:29:40 +01:00
courtmanr@gmail.com 32bd053593 chore: Remove unused commented PBS sort listener calls 2025-04-24 15:28:42 +01:00
courtmanr@gmail.com 133076ba5a refactor(ui): improve PBS tab UX (header contrast, no sort, no scroll hijack) 2025-04-24 15:26:23 +01:00
courtmanr@gmail.com 99678d3a2a fix(ui): improve PBS table header contrast in dark mode 2025-04-24 15:21:14 +01:00
courtmanr@gmail.com 14439c36ca fix(ui): remove initial PBS loading message correctly 2025-04-24 15:19:15 +01:00
courtmanr@gmail.com 4b1abe957b fix(ui): prioritize explicit key in updateSortUI to avoid check failure 2025-04-24 15:15:14 +01:00
courtmanr@gmail.com a19dffbccb fix(ui): resolve hoisting and reference errors in PBS/sort logic 2025-04-24 15:13:33 +01:00
courtmanr@gmail.com 459d2f71a7 fix(ui): correct sort state key handling in updateSortUI for PBS tables 2025-04-24 15:10:57 +01:00
courtmanr@gmail.com a89b56dd13 fix: simplify PBS connected status text 2025-04-24 14:36:19 +01:00
courtmanr@gmail.com 5f76260c41 feat: add icons to navigation tabs 2025-04-24 14:25:17 +01:00
courtmanr@gmail.com ea1ba54819 refactor: Revert deep copy and interval change
Reverts changes made during disk read debugging.
2025-04-24 14:12:52 +01:00
courtmanr@gmail.com 5786b55872 chore: Remove remaining diagnostic logs 2025-04-24 13:57:22 +01:00
courtmanr@gmail.com a7702b8f3b chore: Remove diagnostic logs for disk read rate 2025-04-24 13:54:52 +01:00
courtmanr@gmail.com 632a5004e4 fix: Restore rate calc and improve history reset logic
Removes debug code related to diskread rate calculation.
2025-04-24 13:49:06 +01:00
courtmanr@gmail.com 3b65aaab5d fix(debug): Place guestId_temp inside deep copy 2025-04-24 13:46:10 +01:00
courtmanr@gmail.com 69bf360303 chore: Refine debug logic for diskread rate calc 2025-04-24 13:45:12 +01:00
courtmanr@gmail.com f98e289d7f chore: Add debug logic to rate calc for diskread 2025-04-24 13:43:30 +01:00
courtmanr@gmail.com e571d73369 fix: Use deep copy for metrics data point
chore: Restore filtering in rate calculation
2025-04-24 13:41:52 +01:00
courtmanr@gmail.com 26bdb3846d chore: Temporarily remove filter in rate calc for debugging 2025-04-24 13:39:08 +01:00
courtmanr@gmail.com 1fe34ad2de chore: Log history array contents before/during rate calc 2025-04-24 13:35:43 +01:00
courtmanr@gmail.com 4d51d5d6cd chore: Log calculated disk read rate in processGuest 2025-04-24 13:34:36 +01:00
courtmanr@gmail.com 085230d452 chore: Add logging to createGuestRow for disk read value 2025-04-24 13:33:33 +01:00
courtmanr@gmail.com b2b6f48dd9 fix: Use explicit copy for metrics data point to prevent stale disk values 2025-04-24 13:32:29 +01:00
courtmanr@gmail.com 27c0cdbb58 Fix: Improve PBS tab handling and UI data stability. Ensure PBS tab always visible with correct status. Send initial PBS status immediately. Prevent metric/storage data flashing. Correct Nodes tab mem/disk data source. 2025-04-24 13:20:25 +01:00
courtmanr@gmail.com a8e79c9c1c fix(frontend): Prevent metrics update overwriting PBS status 2025-04-24 12:56:01 +01:00
courtmanr@gmail.com 5a8384116c fix: Ensure correct PBS status is emitted to frontend 2025-04-24 12:53:38 +01:00
courtmanr@gmail.com 665b92b377 fix: Correct paths after frontend asset refactor 2025-04-24 11:19:57 +01:00
courtmanr@gmail.com c4cc4e5725 refactor: Move frontend assets (public/, configs) into src/ 2025-04-24 11:18:05 +01:00
courtmanr@gmail.com 1a2710801a Switch Tailwind to npm/PostCSS, remove CDN, add concurrent dev workflow, and fix config errors 2025-04-23 13:46:06 +01:00
courtmanr@gmail.com 83885e3104 feat: Replace codebase entirely with simplified version 2025-04-20 13:17:10 +01:00
courtmanr@gmail.com 4a49cf9bcc docs: add mock data implementation guide 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 6d514d7bbb feat(server): update config and types with HA support 2025-03-17 16:56:57 +00:00