Commit Graph

  • ccda2967af Replace remaining emojis with icons in temperature sections main devmatrix 2026-02-20 23:48:58 +0000
  • 9d187c35d8 Fix duplicate temps declaration causing JavaScript error devmatrix 2026-02-20 23:21:53 +0000
  • 894e927af4 Fix CSS escaping in footer style devmatrix 2026-02-20 23:18:39 +0000
  • b5b615abe6 Add ipmitool as explicit dependency in service file and deployment script devmatrix 2026-02-20 23:17:28 +0000
  • a7163f8ac2 Fix setup_html.txt path for production deployment devmatrix 2026-02-20 23:02:51 +0000
  • 011b734c1e Update production IP to 192.168.5.211 devmatrix 2026-02-20 22:55:23 +0000
  • ae6fa92d55 Add .gitignore and production deployment script devmatrix 2026-02-20 22:50:34 +0000
  • 25d24f07de Improve temperature sensor display with grouped categories devmatrix 2026-02-20 22:48:01 +0000
  • 8cf9957518 Add comprehensive documentation, README, sensor server script, and systemd service devmatrix 2026-02-20 22:33:58 +0000
  • 96abc9bff9 Version 1.0.0 - sticky footer with visible links devmatrix 2026-02-20 22:28:07 +0000
  • bbdc02786b Fix icons to display correctly in light mode devmatrix 2026-02-20 22:25:35 +0000
  • c579cb7176 Add auto fan curves option to onboarding and start data polling after setup devmatrix 2026-02-20 21:28:19 +0000
  • 61313774e2 Implement Add/Edit/Delete curve functionality with group assignment devmatrix 2026-02-20 20:25:16 +0000
  • 8d06f60945 Implement fan groups, per-fan controls, theme toggle, footer links devmatrix 2026-02-20 20:19:18 +0000
  • 1b93f71a19 Replace auto-mode icon with Lucide rotate-cw icon devmatrix 2026-02-20 20:06:35 +0000
  • 93fe42f46c Add auto-start on startup - resume last settings if enabled devmatrix 2026-02-20 20:03:54 +0000
  • a837ba2c03 Add auto-mode icon for Mode status devmatrix 2026-02-20 19:56:40 +0000
  • cd50fff372 Use favicon (blue fan) for logo and fan icons, add thermometer icon for temps devmatrix 2026-02-20 19:55:04 +0000
  • 379e214f59 Update login page icon to use fan.svg devmatrix 2026-02-20 19:52:22 +0000
  • 9d8535aa55 Fix CSS escaping for icon styles devmatrix 2026-02-20 19:51:02 +0000
  • c631d9132e Use proper fan propeller icons and improve icon rendering devmatrix 2026-02-20 19:48:27 +0000
  • bd0ba4a53d Add fan icon as app logo and browser favicon devmatrix 2026-02-20 19:45:13 +0000
  • 49b5878940 Update all icons to use local Heroicons - fix fan icons devmatrix 2026-02-20 19:40:35 +0000
  • 85e4c9155f Use local Heroicons from developerassets - replace inline SVGs with img tags devmatrix 2026-02-20 19:27:47 +0000
  • 47d00b45a8 Fix Complete Setup button - add explicit inline styles devmatrix 2026-02-20 19:15:53 +0000
  • f93fe7abba Replace custom fan icons with clean Heroicons asterisk design devmatrix 2026-02-20 18:37:35 +0000
  • c0eb5bb025 Fix Complete Setup button visibility with explicit styling devmatrix 2026-02-20 18:32:58 +0000
  • f78e39d980 Add Back buttons to onboarding Steps 2 and 3 devmatrix 2026-02-20 18:23:50 +0000
  • 2f0e622002 Use Heroicons for all UI icons (industry-standard icon library) devmatrix 2026-02-20 18:20:54 +0000
  • 9c208de59b Fix setup wizard icon - smaller, cleaner outline style devmatrix 2026-02-20 18:12:24 +0000
  • b8fb5535fd Update SVG icons with cleaner, modern designs using stroke-based paths devmatrix 2026-02-20 18:09:00 +0000
  • 9aa36bb608 Replace all emojis with clean SVG icons devmatrix 2026-02-20 17:48:30 +0000
  • 3f42b2dd5f Replace emojis with clean SVG icons devmatrix 2026-02-20 17:44:33 +0000
  • a100327769 Add 3-step onboarding wizard with IPMI/HTTP test buttons + auto-activate fan curve devmatrix 2026-02-20 17:37:31 +0000
  • 009131099a Fix max temp display - properly classify HTTP sensor CPU temps devmatrix 2026-02-20 17:24:20 +0000
  • f3a2fd0392 Add production deployment script with systemd auto-start devmatrix 2026-02-20 17:16:28 +0000
  • 0c20af8023 Add fan curves display in web UI with activate button devmatrix 2026-02-20 17:07:53 +0000
  • 3dfdcd1865 Add persistence: install script, backup/restore, systemd service, docker-compose, docs devmatrix 2026-02-20 16:45:09 +0000
  • 1d258875a8 Add optimized fan curves: Balanced, Silent, Performance + curve API devmatrix 2026-02-20 16:41:51 +0000
  • bd99b80aab Add slider sync, HTTP sensor docs, setup scripts devmatrix 2026-02-20 16:38:34 +0000
  • 63af1e883b IPMI Controller v3: All features implemented devmatrix 2026-02-20 15:50:59 +0000
  • 2c91d6f100 Working auth system devmatrix 2026-02-20 15:39:18 +0000
  • b1c2264cc6 Add auth, SSH support, and web config devmatrix 2026-02-20 15:15:11 +0000
  • 5b9ec7b351 Initial v2: Simpler, more robust fan controller devmatrix 2026-02-20 15:01:39 +0000
  • 3de9b38388 Update existing files for performance optimizations master ImpulsiveFPS 2026-02-01 22:20:05 +0100
  • 7c5b44539f Performance optimizations and dashboard redesign ImpulsiveFPS 2026-02-01 22:19:52 +0100
  • 505d19a439 Add SSH support for lm-sensors, dynamic fan detection, improved UI ImpulsiveFPS 2026-02-01 20:32:01 +0100
  • 16c7d09a44 Fix TypeScript build errors - remove unused imports ImpulsiveFPS 2026-02-01 18:42:00 +0100
  • ecc1676fe5 Initial commit: IPMI Fan Control application ImpulsiveFPS 2026-02-01 15:55:16 +0100