Commit Graph

11058 Commits

Author SHA1 Message Date
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
tom mortensen 5f24f84319 Merge pull request #2261 from unraid/fix-docker-listing-shows-apipa-ip
Fix: Docker listing could show APIPA IP
2025-06-17 16:21:19 -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
tom mortensen aee7911987 Merge pull request #2253 from unraid/fix/default-swal-improvements
style: prevent default swal overflow
2025-06-17 09:47:24 -07:00
tom mortensen 5a3bf02f0e Merge pull request #2252 from unraid/fix/docker-settings-advanced-toggle-missing
fix: docker settings page
2025-06-17 09:46:46 -07:00
tom mortensen 9108fc096a Merge pull request #2248 from unraid/fix/text-selection-color
fix: text selection color
2025-06-17 09:46:13 -07:00
tom mortensen 5433c54d5e Merge pull request #2247 from unraid/fix/modal-changelogs
fix: modal changelogs
2025-06-17 09:45:39 -07:00
tom mortensen 31cf914650 Merge pull request #2246 from unraid/fix/banner-icon-placement-responsive
fix: banner icon placement
2025-06-17 09:45:09 -07:00
tom mortensen cae58c704a Merge pull request #2251 from unraid/feat/app-icons
feat: add favicon and web app manifest support
2025-06-17 09:44:22 -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
Zack Spear 02b2be2c2a fix: remove hide_eth variable & function usage in DockerSettings.page
- Eliminated the $hide_eth variable as it was not used and attempting to be set by an undeclared function
2025-06-11 13:33:52 -07:00
Zack Spear 10e9ffaa99 refactor: make manifest json static 2025-06-11 13:09:01 -07:00
Zack Spear 8dc5410e14 feat: add favicon and web app manifest support
- Introduced new favicon files: apple-touch-icon.png, favicon-96x96.png, favicon.ico, favicon.svg.
- Updated auth-request.php to include new favicon paths in the whitelist.
- Added web app manifest files: web-app-manifest-192x192.png, web-app-manifest-512x512.png, and created a manifest.json structure in ThemeHelper.
- Refactored DefaultPageLayout to include favicon links and manifest reference.

This update enhances the application's branding and improves the user experience on mobile devices.
2025-06-10 18:09:39 -07:00
Zack Spear 7fe3b4dcd0 style: add selection styles for improved text highlighting
- Introduced custom styles for text selection using ::selection and ::-moz-selection.
- Set color and background for selected text to enhance visibility.

This update aims to improve user experience by providing better text selection feedback.
2025-06-10 15:23:00 -07:00
Zack Spear 64a0dbafce style: enhance #swalbody and #swaltext styles
- Added new styles for pre#swalbody to improve typography and layout.
- Adjusted padding and font sizes for better readability.
- Ensured consistent margin and padding resets for various elements within pre#swalbody.

This update aims to enhance the visual presentation of the nchan live log output and changelog content.
2025-06-10 15:02:16 -07:00