Commit Graph

1733 Commits

Author SHA1 Message Date
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
tom mortensen 2ea010538b Merge pull request #2099 from zackspear/feat/web-component-related-files-syned-to-latest
feat: align shared .page, php, scripts, & web components with api repo
2025-04-02 10:04:29 -07:00
Squidly271 eea2f037aa Merge pull request #1 from unraid/master
catch up
2025-04-01 19:11:29 -04:00
Zack Spear 9e76f76a87 style: update comment in dynamix-jquery-ui.css to reflect correct path for jquery.ui.css for improved clarity 2025-04-01 15:45:27 -07:00
Zack Spear 9c468b636b style: replace DockerManager.css with dynamix-jquery-ui.css across multiple pages for improved theme consistency and maintainability 2025-04-01 15:37:49 -07:00
Zack Spear 78e7c6f5b5 style: add tbody row background color variable for improved theme consistency 2025-04-01 13:03:16 -07:00
Zack Spear 269c4e05f3 style: update info span background color to use CSS variable for improved theme consistency 2025-04-01 12:50:32 -07:00
Zack Spear c48b204e5c style: refine theme documentation and optimize utility sheet structure by consolidating theme-specific overrides for improved maintainability and consistency 2025-04-01 12:20:42 -07:00
Zack Spear ea04061735 style: update alternate table row background color to use CSS variable for improved theme consistency 2025-04-01 12:20:37 -07:00
Zack Spear 3c89eb8318 style: update table row alternate background color and select box shadow to use CSS variables for improved theme consistency 2025-04-01 11:53:15 -07:00
Zack Spear d69113c805 style: remove redundant CSS rules for table cell height and line height in default-base.css to streamline styles and enhance maintainability 2025-04-01 11:53:06 -07:00
Zack Spear dd558976ea docs: Dynamix theme system documentation with detailed descriptions of core components, best practices, and migration strategies for improved clarity and maintainability 2025-03-31 19:18:30 -07:00
Zack Spear 488565174e style: remove duplicated Wireless CSS files and consolidate input focus styles using CSS variables for improved theme consistency 2025-03-31 19:18:13 -07:00
Zack Spear 9b8774242b style: remove duplicated Eth0 CSS files and consolidate input styles using CSS variables for improved theme consistency 2025-03-31 19:11:51 -07:00
Zack Spear 6059dd27a1 style: update browse icon color to use CSS variable for consistency 2025-03-31 18:51:41 -07:00
Zack Spear 2895883e51 style: update input and textarea border colors across themes and adjust textarea padding in default-base.css 2025-03-31 18:42:40 -07:00
Zack Spear efbc229b5d style: adjust margin for tabs in default-base.css from 130px to 120px 2025-03-31 17:02:49 -07:00
Squidly271 249712037c Update publish.php 2025-03-31 16:03:40 -04:00
bergware 83167d17bb Update DefaultPageLayout.php 2025-03-31 21:41:00 +02:00
bergware 7609656c39 Restore pause function 2025-03-31 21:25:30 +02:00
Zack Spear 16a647d1c8 Merge branch 'master' into feat/css3-variables 2025-03-31 11:44:47 -07:00
Squidly271 37e79cf132 Refactor: Restart nginx if nchan out of shared memory 2025-03-31 09:57:10 -04:00
bergware 09a2817660 Update DefaultPageLayout.php 2025-03-31 01:37:35 +02:00
bergware 768291c391 Tackle Nchan out of memory
These changes prevent Nchan issues when nginx is restarted.
In my testing it works most of the time, but opening many browsers to the same GUI still gives the issue, though this is definitely an improvement over  the current implementation.
2025-03-31 01:26:38 +02:00
bergware be71877497 Revert "Revised nchan control"
This reverts commit d86ee94845.
2025-03-29 18:51:54 +01:00
bergware cd1a855217 Revert "Revised nchan control"
This reverts commit 9d43ac866f.
2025-03-29 18:51:32 +01:00
bergware 400404a913 Revert "Update DefaultPageLayout.php"
This reverts commit 0bdfad0564.
2025-03-29 18:51:24 +01:00
bergware a2e216a552 Revert "Update DefaultPageLayout.php"
This reverts commit 674b73d5b0.
2025-03-29 18:51:15 +01:00
bergware b2b152d320 Revert "Revised nchan control"
This reverts commit 49598e28b0.
2025-03-29 18:51:06 +01:00
bergware fd0fdafa26 Wireless: always include stored networks 2025-03-29 16:02:34 +01:00
bergware 7a6142ab5c Wireless: only stop wifi when already running 2025-03-29 15:36:53 +01:00
bergware 353920d4c9 Wireless: fix max length of SSID, username, password 2025-03-29 08:24:20 +01:00
bergware 49598e28b0 Revised nchan control 2025-03-29 08:07:59 +01:00
bergware 674b73d5b0 Update DefaultPageLayout.php 2025-03-29 07:45:30 +01:00
bergware 0bdfad0564 Update DefaultPageLayout.php 2025-03-29 07:43:34 +01:00
bergware 9d43ac866f Revised nchan control 2025-03-29 07:35:54 +01:00