Commit Graph

526 Commits

Author SHA1 Message Date
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 d06d297a70 refactor: improve high-level PBS logging 2025-04-24 14:38:14 +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 52fca36ceb chore: Remove raw API metrics log from backend 2025-04-24 13:58:45 +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 195d8a15ee docs: Add alternative docker-compose example to README 2025-04-24 11:42:11 +01:00
courtmanr@gmail.com 0f48f6853f build: Ignore compiled CSS output 2025-04-24 11:28:09 +01:00
courtmanr@gmail.com bdff5d01a4 docs: Fix logo path in README after refactor 2025-04-24 11:24:45 +01:00
courtmanr@gmail.com 7e174e78ce fix: Resolve Tailwind content path issue after refactor 2025-04-24 11:23:34 +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 67eba55cf7 build: Add .DS_Store to gitignore 2025-04-24 11:15:08 +01:00
courtmanr@gmail.com eddab3a7db docs: Add community health files and improve README 2025-04-24 10:54:13 +01:00
courtmanr@gmail.com 7bb7340a57 chore: Ignore .cursor directory 2025-04-24 10:44:12 +01:00
rcourtman 2e931cf9aa Merge pull request #52 from rcourtman/dependabot/npm_and_yarn/main/tailwindcss-4.1.4
chore(deps): bump tailwindcss from 3.4.4 to 4.1.4
2025-04-24 10:27:56 +01:00
courtmanr@gmail.com 5890f637ad chore: Update version to v3.0.2 and refine logging 2025-04-24 10:12:30 +01:00
courtmanr@gmail.com 049bb87f48 chore: Ignore release procedure file 2025-04-24 09:40:33 +01:00
courtmanr@gmail.com b46401949e chore: Update version to 3.0.1 in package.json 2025-04-24 09:38:01 +01:00
courtmanr@gmail.com 233f8e5bb5 feat: Configure Tailwind CSS for class-based dark mode 2025-04-24 09:35:00 +01:00
dependabot[bot] 43fd80886e chore(deps): bump tailwindcss from 3.4.4 to 4.1.4
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.4 to 4.1.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.4/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 00:45:16 +00:00
courtmanr@gmail.com bf1ebe0a24 refactor(script): Check install status early, exit early on remove/cancel 2025-04-23 20:43:59 +01:00
courtmanr@gmail.com b8aa564906 fix(script): Use explicit path for EnvironmentFile in systemd 2025-04-23 20:38:41 +01:00
courtmanr@gmail.com 30f6571af4 fix(script): Improve service cleanup and fix final instructions 2025-04-23 20:29:25 +01:00
courtmanr@gmail.com d7539ab43d fix(script): Prevent git clean from removing ignored .env file 2025-04-23 20:22:37 +01:00
courtmanr@gmail.com 5dfac8582d fix(script): Load .env file via systemd EnvironmentFile 2025-04-23 20:19:14 +01:00
courtmanr@gmail.com 526a6e87f5 fix(script): Update .env file paths in configure_environment 2025-04-23 20:08:26 +01:00
courtmanr@gmail.com afe00ac684 fix: Ensure systemd service is configured during update 2025-04-23 20:04:36 +01:00