Commit Graph

2517 Commits

Author SHA1 Message Date
Zack Spear c18870c0aa refactor: consolidate and update ui-dropdownchecklist styles for improved maintainability and consistency 2025-04-04 15:05:59 -07:00
Zack Spear 6c815194c4 fix: ui-dropdownchecklist background 2025-04-04 13:17:50 -07:00
Squidly271 8b90d7353f Fix: Enable Apply button when adding a VLAN 2025-04-04 13:13:44 -04:00
tom mortensen 07c30adc13 Merge pull request #2115 from bergware/master
Wireless fixes
2025-04-04 09:36:06 -07:00
tom mortensen b95b04e7fe Merge pull request #2117 from unraid/fix/css-refactor-issues
fix: 7.1.0 css refactor tweaks for testing feedback
2025-04-04 09:35:44 -07:00
Squidly271 d938bf1b6b Refactor: Nchan OOM recovery - switch to nginx restart 2025-04-04 11:05:06 -04:00
Zack Spear d364973546 refactor: update .shade class in default-base.css to use rem units for margin and padding, enhancing consistency and maintainability 2025-04-03 18:31:32 -07:00
Zack Spear 260406f25c refactor: consolidate theme-specific CSS classes by removing redundant shade classes across multiple pages and updating styles for improved maintainability 2025-04-03 18:21:12 -07:00
Zack Spear 61dca4cd84 fix: update feedback script to use standardized CSS class for feedback images, improving consistency in error and success messages 2025-04-03 16:48:46 -07:00
Zack Spear b5e67b4293 refactor: update feedback script for improved readability and maintainability by standardizing PHP tags, restructuring CSS classes, and enhancing layout organization 2025-04-03 16:43:56 -07:00
Zack Spear f1692d3e3f refactor: simplify jGrowl notification styles in default-dynamix.css by using nested selectors for better organization and maintainability 2025-04-03 15:53:13 -07:00
Zack Spear 35b3fd4509 fix: add comments to default-color-palette.css for clarity on color naming conventions and brand colors 2025-04-03 15:53:13 -07:00
Zack Spear f73f786a7b fix: enhance jGrowl notification styles in default-dynamix.css by adding box-shadow for better visibility 2025-04-03 15:53:13 -07:00
Zack Spear d6f30cd902 refactor: create edit.css for both UpdateVM.page & AddVM.page removing duplicated styles 2025-04-03 15:53:13 -07:00
Zack Spear 9289df5e68 fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts 2025-04-03 15:53:13 -07:00
Zack Spear c2738a1786 fix: streamline VMTemplates.page by removing duplicate stylesheet and script links, improving load efficiency 2025-04-03 15:53:13 -07:00
Zack Spear dc1a9759ef fix: update Boot.php to enhance theme handling and improve status display elements 2025-04-03 15:53:12 -07:00
Zack Spear 855508edb6 fix: restore hover effect for VM templates in default-base.css and update opac-background-color variable in azure.css 2025-04-03 15:53:12 -07:00
Zack Spear e61b1cd588 fix: remove unnecessary negative margin from domain class in default-base.css, prevents azure/gray overlap w/ page title 2025-04-03 15:53:12 -07:00
Zack Spear e66406d1ae fix: update AddVM.css to use custom border variable for consistency 2025-04-03 15:53:12 -07:00
Zack Spear 97398aa862 fix: enhance AddVM.css with hover effects and layout adjustments for image chooser 2025-04-03 15:53:12 -07:00
Zack Spear 33132c6c03 fix: remove line-height from VMTemplates.css 2025-04-03 15:53:12 -07:00
bergware da7e638746 Wireless: fix list stays empty 2025-04-04 00:16:56 +02:00
bergware 0a996ac5c7 Wireless fixes
- Allow connection to hidden networks
- Set automatic as default choice for manual input
2025-04-03 23:24:26 +02:00
tom mortensen c87f8e40d7 Merge pull request #2113 from zackspear/fix/ui-manifest-json
fix: ui manifest json php error by resyncing web components
2025-04-02 23:37:32 -07:00
tom mortensen 64c1d72611 Merge pull request #2114 from Squidly271/patch-65
Fix: Downgrade ApexCharts library
2025-04-02 23:36:58 -07:00
Squidly271 997138bcb0 Fix: Downgrade ApexCharts library
This reverts https://github.com/unraid/webgui/pull/2073 to resolve an animation glitch introduced on the dashboard
2025-04-02 22:04:20 -04:00
Zack Spear 0fd5635536 fix: update web components client callback using sendType with new internal callback library 2025-04-02 16:34:47 -07:00
Zack Spear af2ad16a40 fix: update web components client callback using sendType with new internal callback library 2025-04-02 16:25:35 -07:00
Zack Spear 599f8557ba fix: update web components client callback using sendType with new internal callback library 2025-04-02 16:22:30 -07:00
Zack Spear 1eadd99912 fix: update web components client callback using sendType with new internal callback library 2025-04-02 16:09:48 -07:00
Zack Spear f9d71fbe27 chore: update unraid-components client file and timestamp in manifest.json 2025-04-02 15:44:38 -07:00
Zack Spear b283d3e5e6 chore: update unraid-components client file and timestamp in manifest.json 2025-04-02 15:24:41 -07:00
Zack Spear d86286fe2a chore: sync all unraid-component files from api repo build 2025-04-02 15:04:27 -07:00
Squidly271 1f04b599c8 Refactor: Allow live updates by default 2025-04-02 14:38:36 -04:00
tom mortensen 9ca9188f9b Merge pull request #2105 from Squidly271/patch-60
Refactor: Reload nginx if nchan out of shared_memory
2025-04-02 11:29:05 -07:00
Squidly271 fcee176f3c Refactor paused flag file 2025-04-02 14:24:08 -04:00
tom mortensen 5185880e69 Merge pull request #1748 from unraid/feat/css3-variables
feat: CSS3 variables & improved CSS dev experience
2025-04-02 11:20:47 -07:00
Zack Spear 3c46636487 style: Remove unnecessary closing brace in DashStats.css for cleaner code 2025-04-02 11:12:23 -07:00
Zack Spear deaf641844 fix: Remove duplicate theme option rendering in DisplaySettings.page 2025-04-02 11:10:14 -07:00
Zack Spear 84b7d0f6fa style: Add comment to Disk.css and Flash.css indicating duplicated CSS exists in Flash.css 2025-04-02 11:08:11 -07:00
Zack Spear 246d8f2749 fix: Corrected background-color syntax in Browse.css to use 'var()' for proper CSS variable referencing 2025-04-02 11:08:10 -07:00
Zack Spear 038e089757 fix: Corrected stylesheet filename from 'default-color-pallet.css' to 'default-color-palette.css' for accurate referencing 2025-04-02 11:08:10 -07:00
Zack Spear d04fd5805f Update emhttp/plugins/dynamix/sheets/DashStats.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 11:01:03 -07:00
Zack Spear 7c700d8783 fix: ShareEdit.css --gray-800 usage 2025-04-02 10:59:35 -07:00
Zack Spear 62c12b5ada style: add jquery.ui.css & dynamix-jquery-ui.css into DefaultPageLayout and out of .page files 2025-04-02 10:58:55 -07:00
Zack Spear 2084b1931e Update emhttp/plugins/dynamix/DisplaySettings.page
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 10:58:29 -07:00
Zack Spear 530b251a5b Update emhttp/plugins/dynamix/sheets/Syslinux.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 10:55:29 -07:00
Zack Spear fe9167ee02 Update emhttp/plugins/dynamix/sheets/Syslinux.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 10:50:36 -07:00
Zack Spear 28efb84e8f Update emhttp/plugins/dynamix/sheets/WG0.css
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 10:49:10 -07:00