Commit Graph

223 Commits

Author SHA1 Message Date
SimonFair 117a49491a Update DashStats.page 2025-10-23 12:09:13 +01:00
SimonFair 5083f85d8a Remove test code 2025-10-22 22:00:41 +01:00
SimonFair e799c9144d Layout change and fixes 2025-10-22 21:53:07 +01:00
SimonFair b58021cb1a Merge remote-tracking branch 'upstream/master' into CPU-Packages 2025-10-22 09:49:56 +01:00
SimonFair 2f66cd3d02 Changes for power and temp. 2025-10-21 20:30:49 +01:00
SimonFair b19a8ecc3c Fix Memory reporting. 2025-09-28 16:56:28 +01:00
SimonFair e4ed5896f6 Fix placeholder index 2025-09-28 10:17:16 +01:00
SimonFair e64211b8e5 Add icon to total power. 2025-09-28 10:11:26 +01:00
SimonFair f5d204e5b2 Add power placeholder and Split physical CPUS 2025-09-28 09:54:41 +01:00
Eli Bosley 2b0244f191 fix: Enhance DashStats UI: Update select elements for better layout and styling. Add new CSS rules for network-selects to improve responsiveness and alignment. 2025-09-25 11:02:31 -04:00
tom mortensen 8c7fc014b7 Merge pull request #2395 from unraid/feat/chart-styling-cleanup
feat: adjust CPU chart canvas height and update value formatting for …
2025-09-24 15:49:36 -07:00
Eli Bosley 226cf8c911 Update DashStats.page 2025-09-23 15:41:17 -04:00
Eli Bosley 30d9d9c8e7 feat: adjust CPU chart canvas height and update value formatting for better readability 2025-09-23 14:42:34 -04:00
Eli Bosley f7e79a71cd fix: remove unnecessary style attribute from enter_view select element in DashStats.page 2025-09-23 12:54:23 -04:00
Squidly271 9c34169e90 Fix: CPU Bar charts not updating 2025-09-18 18:06:02 -04:00
Eli Bosley 44993359d0 fix: adjust SmoothieChart minValue and scaling for improved chart accuracy in DashStats page 2025-09-18 17:06:31 -04:00
Eli Bosley a2e3f8507d refactor: streamline view selection dropdown in DashStats page for improved user experience 2025-09-17 17:15:35 -04:00
Eli Bosley dcc5506e9f refactor: enhance network value updates and optimize DOM manipulation in DashStats page 2025-09-17 17:13:24 -04:00
Eli Bosley 84d1bad01d refactor: optimize CPU load updates in DashStats page to reduce unnecessary DOM manipulations 2025-09-17 17:10:59 -04:00
Eli Bosley 34d60fd3a0 refactor: improve chart responsiveness and initialization in DashStats page 2025-09-17 16:56:12 -04:00
Eli Bosley 5500745006 fix: cut off when CPU is at zero 2025-09-17 16:16:19 -04:00
Eli Bosley c40ce5be5a Enhance DashStats page: make canvas elements responsive and enable responsive charts for better display on various screen sizes. 2025-09-17 16:08:30 -04:00
Eli Bosley f7bf7bc1bb feat: swap to smoothiecharts 2025-09-17 15:41:53 -04:00
tom mortensen d05f8aa48a Merge pull request #2374 from Squidly271/patch-3
Fix: Dashboard icons appearing over menu bar
2025-09-16 21:36:27 -07:00
Squidly271 cb8a00deec Fix: Dashboard Tile management display on mobile sidebar themes 2025-09-16 23:23:04 -04:00
Squidly271 d09b3622d2 Update DashStats.page 2025-09-16 14:55:36 -04:00
Squidly271 1e8f63bdbe Merge branch 'ChartAnimation' of https://github.com/Squidly271/webgui into ChartAnimation 2025-09-16 14:52:19 -04:00
Squidly271 f30d8dbdac clean up and remove logging 2025-09-16 14:47:08 -04:00
Squidly271 30bdb18298 Fix: Don't allow charts to update before previous animation is complete 2025-09-16 13:27:21 -04:00
Squidly271 bf0207ff0a Fix: Don't allow charts to update before previous animation is complete 2025-09-16 00:32:27 -04:00
Eli Bosley b079fbb85d fix: enhance CPU metrics display and subscription error handling in DashStats.page
- Updated CPU load display logic to use dynamic critical and warning thresholds.
- Improved error handling for GraphQL subscription with retry logic and capped backoff.
- Ensured consistent color coding for CPU load indicators.
2025-09-05 11:29:39 -04:00
Eli Bosley 3af31b0594 fix: update Nchan variable in DashStats.page for consistent naming convention 2025-09-05 09:20:42 -04:00
Eli Bosley 79d3de4ed0 refactor: update DashStats.page to improve CPU metrics handling and subscription logic
- Changed Nchan variable to use a consistent naming convention.
- Removed outdated CPU load handling code and replaced it with a GraphQL subscription for real-time CPU metrics.
- Added retry logic for GraphQL subscription initialization.
- Implemented cleanup for the subscription on page unload.
2025-09-04 21:13:35 -04:00
Tom Mortensen e8a8291649 feat: exFAT support
chore: refactor file sysem check scripts
fix: fix some mode bits
2025-08-15 13:51:36 -07:00
Squidly271 680363d54a Fixed: Multiple Tabs on Main would cause issues on parity sync changes 2025-08-14 19:30:56 -04:00
Squidly271 c5d984d270 Chore: Remove references to :stop on nchan options 2025-08-12 23:09:23 -04:00
Squidly271 e361b0b864 Refactor: Remove code for live updates disabled 2025-08-12 23:05:48 -04:00
Zack Spear d9358d0a92 feat: responsive select case modal contents 2025-06-20 17:05:40 -07:00
Zack Spear b05f819fac style: refine layout and spacing in DashStats.page and CSS files
- Adjusted gap values in DashStats.page for improved alignment and spacing.
- Updated CSS in DashStats.css to enhance layout controls and added new styles for tile-header-right-controls.
- Commented out letter-spacing in default-base.css for better text presentation and adjusted control styles for consistency.

This update aims to enhance the visual clarity and responsiveness of the dashboard layout.
2025-06-20 15:38:13 -07:00
Zack Spear 78ec5e2d2b refactor: removed duplicated user information tile from Dashboard 2025-06-13 13:49:05 -07:00
Zack Spear 1adeaa96ad feat: Dashboard reponsive improvements
- Updated HTML structure in DashStats.page to incorporate a new tile-header format for better organization and visual clarity.
- Adjusted CSS in DashStats.css to introduce new styles for tile headers and improve layout responsiveness.
- Made minor adjustments in default-base.css for padding consistency.

This update aims to enhance the user interface experience and maintainability of the code.
2025-06-12 20:56:42 -07:00
Zack Spear 66a2ce9d2d feat: enhance DashStats.page layout with new tile-header structure
- Refactored HTML structure in DashStats.page to implement a new tile-header layout for improved organization and visual clarity.
- Adjusted CSS styles in DashStats.css and default-base.css to support the new layout, including flexbox adjustments for better alignment and spacing.

This update aims to enhance the user interface experience and maintainability of the code.
2025-06-12 18:05:29 -07:00
Zack Spear c9c5c4bc6a style: refactor DashStats.page formatting for improved readability and structure
- Reorganized HTML structure within DashStats.page to enhance layout consistency and readability.
- Adjusted indentation and spacing for better code clarity.

This update aims to improve the maintainability of the code and enhance the user interface experience.
2025-06-12 16:25:07 -07:00
tom mortensen 0bb9dca1f6 Merge pull request #2230 from unraid/feat/ui-dialog-responsive
feat: ui dialog responsiveness
2025-06-08 11:09:04 -07:00
Zack Spear 80a555ae74 feat: ui dialog responsiveness 2025-06-03 14:16:28 -07:00
SimonFair cb20ef286d fix ID 2025-06-03 19:01:26 +01:00
SimonFair 9736e09824 MAC Address option and ZFS ref link 2025-06-03 17:29:04 +01:00
SimonFair 343f66fc23 Merge remote-tracking branch 'upstream/master' into Intel-processor-core-types 2025-05-06 19:28:15 +01:00
Zack Spear bab342df7b Merge branch 'master' into feat/theme-helper-class 2025-05-05 10:46:17 -07:00
Squidly271 931c3e0ca6 Refactor: Handle PHP error if cookie content === null 2025-04-17 15:07:27 -04:00