Commit Graph

3109 Commits

Author SHA1 Message Date
Zack Spear
fefc4c5bba fix: add manualSpacingOffset to fillAvailableHeight VMs & Dockers for improved layout
- Introduced manualSpacingOffset parameter in DockerContainers.page and VMMachines.page to prevent unwanted scrollable space in the main content.
- Updated fillAvailableHeight calls to include this parameter, enhancing the overall layout consistency across pages.
2025-06-27 12:43:41 -07:00
Zack Spear
445deceb09 refactor: improve fillAvailableHeight function for better element height calculations
- Enhanced the fillAvailableHeight function in BodyInlineJS.php to refine height calculations by ensuring proper handling of element selectors and margins.
- Adjusted logic to prevent unnecessary spacing for specific elements, improving layout accuracy.
- Cleaned up code for better readability and maintainability.
2025-06-27 12:36:54 -07:00
Zack Spear
77efe32856 refactor: standardize fillAvailableHeight usage across pages
- Replaced existing resize functions with fillAvailableHeight calls in multiple pages for consistent dynamic height adjustments.
- Updated PageMap.page, Processes.page, Syslog.page, Vars.page, DockerContainers.page, VMMachines.page to utilize fillAvailableHeight with appropriate parameters.
- Wrapped relevant elements in 'js-fill-available-height' and 'js-actions' divs for improved structure and layout clarity.
2025-06-27 12:21:03 -07:00
Zack Spear
dde0cd1f08 feat: implement resize listener for fillAvailableHeight function
- Added a resize event listener to the fillAvailableHeight function in BodyInlineJS.php to ensure dynamic height adjustments on window resize.
- Implemented a debounced handler to optimize performance and prevent excessive function calls during rapid resize events.
- This enhancement improves the responsiveness of the layout by maintaining appropriate element heights as the window size changes.
2025-06-27 12:20:52 -07:00
Zack Spear
bb87d4d370 feat: add debounce function for improved performance in HeadInlineJS
- Introduced a new debounce function in HeadInlineJS.php to optimize function calls by limiting the rate at which a function can fire.
- This enhancement aims to improve performance in scenarios where rapid function calls may occur, such as during user input events.
2025-06-27 12:08:30 -07:00
Zack Spear
3e734b0914 refactor: enhance fillAvailableHeight function for additional element selectors
- Updated the fillAvailableHeight function in BodyInlineJS.php to include additional element selectors for height and spacing calculations.
- Improved the handling of dynamic height adjustments by allowing more flexible parameter inputs.
- Clarified comments for better understanding of the height and spacing logic.
2025-06-27 11:58:47 -07:00
Zack Spear
65360afc9d refactor: update PageMap.page for dynamic height adjustment
- Replaced the existing resize function with fillAvailableHeight for better dynamic resizing of elements.
- Wrapped the map display in a new div with class 'js-fill-available-height' for improved structure.
- Ensured the 'Done' button is now within a separate 'js-actions' div for clearer layout.
2025-06-26 14:35:27 -07:00
Zack Spear
adb30a1214 docs: update fillAvailableHeight example for jQuery usage
- Modified the documentation comment for the fillAvailableHeight function in BodyInlineJS.php to specify that it must be used within a jQuery ready function.
- Ensured clarity in the example usage to improve developer understanding and implementation.
2025-06-26 14:27:33 -07:00
Zack Spear
006344c646 refactor: enhance fillAvailableHeight function for dynamic resizing
- Updated the fillAvailableHeight function in BodyInlineJS.php to accept parameters for better flexibility in resizing elements.
- Modified Syslog.page to utilize the new parameters for dynamic height adjustment of specific elements.
- Improved code readability and maintainability by restructuring the function and its parameters.
2025-06-26 14:20:36 -07:00
Zack Spear
1e2ba501c0 feat: added fillAvailableHeight js to dynamically resize vertical elements
- Updated PHP opening tags from `<?PHP` to `<?php` for consistency.
- Reformatted code for improved readability in Syslog.page.
- Added a new function `fillAvailableHeight` in BodyInlineJS.php to dynamically resize elements for better layout.
- Updated CSS to remove unnecessary gap and margin for a cleaner design in Syslog.css.
- Enhanced the syslog controls and output structure for improved usability.
2025-06-26 14:09:36 -07:00
Zack Spear
5e80a64b04 style: refine CPU mode dropdown in VM form
- Removed unnecessary 'narrow' class from the CPU mode dropdown for improved styling consistency in the VM form layout.
2025-06-25 16:42:37 -07:00
Zack Spear
1d9db0c765 style: update VM form layout for improved structure
- Changed the class of the domain div to .Content--non-responsive for better styling.
- Wrapped the status checkboxes in a new table structure to enhance layout consistency in the VM form.
2025-06-25 16:42:18 -07:00
Zack Spear
463cff8d63 style: enforce minimum width for non-responsive content
- Added a min-width of 1200px to the .Content--non-responsive class in default-base.css to prevent rewrites of complex page templates for responsive layout.
2025-06-25 16:42:02 -07:00
Zack Spear
7665f65c08 style: add margin to multiple VM form elements
- Added a margin-bottom of 2rem to the .multiple class in edit.css to improve spacing in the VM form layout.
2025-06-25 16:36:50 -07:00
Zack Spear
2a58ed92db fix: update custom banner path in DefaultPageLayout.php
- Reverted the banner path from `$config/webGui/banner.png` to `$config/plugins/dynamix/banner.png` to reflect the correct storage location on the boot drive.
2025-06-25 16:08:30 -07:00
Zack Spear
57468b6685 refactor: Boot.php w/ more maintainable html structure 2025-06-25 14:14:27 -07:00
Zack Spear
63ec21d4c9 fix: update viewport meta tag for responsiveness
- Changed the viewport meta tag from a fixed width to a responsive setting (width=device-width, initial-scale=1.0) to enhance mobile compatibility and improve layout on various devices.
2025-06-25 13:44:55 -07:00
Zack Spear
6157ecad24 style: enable horizontal scrolling for legacy content
- Added `overflow-x: auto;` to allow unresponsive set width legacy content to scroll horizontally as needed in default-base.css.
2025-06-25 13:33:11 -07:00
Zack Spear
fc07e0201e fix: DeviceInfo balance status
- prevented markdown parsing issue by building the dl > dt + dd structure manually
2025-06-25 13:24:31 -07:00
Zack Spear
3949d163c8 style: standardize PHP code formatting in DeviceInfo.page
- Updated PHP opening tags from `<?PHP` to `<?php` for consistency.
- Reformatted function definitions and control structures for improved readability.
- Adjusted spacing around array keys and values for better alignment.
2025-06-24 16:29:46 -07:00
Zack Spear
f8fe111746 fix: ui-dialog min and max sizes
- Set width to 100% and max-width to 100rem for better layout control.
- Adjusted min-height to 35vh while maintaining max-height at 70vh for enhanced flexibility.

This change aims to improve the responsiveness of the icon-zip component.
2025-06-24 16:18:55 -07:00
tom mortensen
5e2a204912 Merge pull request #2268 from unraid/feat/responsive-select-case
feat: responsive select case modal contents
2025-06-23 10:15:48 -07:00
tom mortensen
52def5bd2d Merge pull request #2267 from unraid/feat-localhost-logout-button
Show logout button on localhost
2025-06-23 10:15:08 -07:00
tom mortensen
638c1260f5 Merge pull request #2266 from SimonFair/Feature-Changes-for-Spice-multimonitor-
Enhance multimonitor support.
2025-06-23 10:14:30 -07:00
tom mortensen
9740fc99f0 Merge pull request #2265 from SimonFair/Fix-noVNC-1.6-icon-fix-
Fix noVNC missing icons with update base.css
2025-06-23 10:13:50 -07:00
tom mortensen
2616fd3620 Merge pull request #2263 from unraid/fix/missing-sso-options
fix: SSO options missing on 7.2
2025-06-23 10:12:25 -07:00
tom mortensen
5d1ba8cb6b Merge pull request #2258 from unraid/feat/responsive-dashboard-tiles
feat: responsive dashboard tiles
2025-06-23 10:07:43 -07: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
ljm42
483b1a6cd0 Show logout button on localhost 2025-06-20 14:47:40 -07:00
SimonFair
2139fdac5f Initialise qxlheads 2025-06-20 22:38:05 +01:00
SimonFair
2cb0791a2c Enhance multimonitor support. 2025-06-20 22:31:54 +01:00
SimonFair
f5de21fa63 Update base.css 2025-06-19 17:28:15 +01:00
Eli Bosley
e4d135466f fix: SSO options missing on 7.2 2025-06-18 08:51:28 -04:00
Tom Mortensen
24c19f265a fix: prevent changing pool Compression/Autotrim settings when arry is Started 2025-06-17 21:59:08 -07:00
ljm42
0d083a1430 Fix: Docker listing could show APIPA IP 2025-06-17 16:16:44 -07:00
tom mortensen
83c45601be Merge pull request #2257 from unraid/fix/css-for-hiding-rouge-dt-dd-tags-with-hidden-elements
fix: hide empty dt, dd, p tags w/ only hidden inputs
2025-06-17 09:49:51 -07:00
tom mortensen
5a07a2867f Merge pull request #2256 from unraid/refactor/plugin-install-filetree-styles
fix: plugin install filetree scrollbar styles
2025-06-17 09:49:09 -07:00
tom mortensen
1a006a3a72 Merge pull request #2254 from bergware/master
File manager: fix file overwrite on move operation
2025-06-17 09:48:15 -07:00
Zack Spear
a2973eba21 style: update CSS for improved layout responsiveness
- Changed grid-template-columns in DashStats.css to use repeat(2, 1fr) for better responsiveness.
- Commented out text-transform in default-base.css to allow for more flexible text styling.
2025-06-13 13:49:23 -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
Zack Spear
f7ff72cbfa fix: hide empty dt, dd, p tags with only hidden inputs 2025-06-12 15:10:55 -07:00
Zack Spear
1cfb996852 style: update plugin tree overflow property for improved scrolling
- Changed overflow property of the plugin tree from 'overflow-y-scroll' to 'overflow-y-auto' to enhance the scrolling experience
2025-06-12 14:50:18 -07:00
bergware
4623daedae Merge branch 'unraid:master' into master 2025-06-12 10:26:16 +02:00
Zack Spear
b1df0439ac style: update max-width in jquery.sweetalert.css for improved layout
- Changed max-width of swaltext from 600px to 60rem to enhance responsiveness and layout consistency.

This update aims to improve the visual presentation of alerts in the application.
2025-06-11 16:28:27 -07:00
bergware
f2fa2109e5 File manager: fix file overwrite on move operation 2025-06-11 23:44:25 +02:00
Zack Spear
c2a59063b2 style: update jquery.sweetalert.css for improved layout and word handling
- Increased max-width of swaltext to 600px for better responsiveness.
- Added styles to ensure p tags without pre children break words to prevent overflow.
2025-06-11 14:05:02 -07:00