Zack Spear
cb0dbb4657
refactor: replace $theme1 variable usage with ThemeHelper methods for consistency across multiple pages
2025-04-07 11:44:58 -07:00
Zack Spear
ad104833e4
fix: standardize PHP opening tags and improve code formatting in DisplaySettings.page
2025-04-07 11:44:58 -07:00
Zack Spear
f041c83a92
feat: implement ThemeHelper class to centralize theme management and improve color handling across various pages
2025-04-07 11:44:58 -07:00
Zack Spear
deaf641844
fix: Remove duplicate theme option rendering in DisplaySettings.page
2025-04-02 11:10:14 -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
16a647d1c8
Merge branch 'master' into feat/css3-variables
2025-03-31 11:44:47 -07:00
Squidly271
b3f5b7d8f2
Refactor: Remove timeout delay on inactive tabs
2025-03-28 14:12:55 -04:00
Squidly271
db5901b06d
Update DisplaySettings.page
2025-03-27 00:44:58 -04:00
Squidly271
7dbc9d14a5
Fix typo
2025-03-21 23:05:59 -04:00
Squidly271
0ae3b06aa6
Update DisplaySettings.page
2025-03-21 22:44:20 -04:00
Zack Spear
c407670e90
refactor: css theme file organization
2024-07-08 11:53:17 -07:00
SimonFair
8965860224
Change to be enabled rather than disabled.
2024-06-30 21:03:03 +01:00
SimonFair
282cfc41ca
VM Remove subpools, Disable Favorites.
2024-06-29 19:29:20 +01:00
bergware
1a362eb432
Remove legacy setting: "Show Dashboard apps"
...
Dashboard has individual tile settings to show or hide content
2023-11-28 18:53:57 +01:00
bergware
78c704beba
Display settings: new setting "width"
...
width = boxed (default, content width is constrained)
width = unlimited (content width is unlimited for higher resolutions)
This should stop the complaints about dashboard not displaying three columns on wide screens.
2023-11-05 11:02:32 +01:00
bergware
13316fc3c2
Move date & time settings from "Display Settings" to "Date & Time Settings"
2023-10-27 20:53:58 +02:00
bergware
b06fa2b659
Move date & time settings from "Display Settings" to "Date & Time Settings"
2023-10-27 18:53:30 +02:00
bergware
75c1c8a7a0
Display: reset dashboard tiles when switching language
2023-10-17 14:55:03 +02:00
bergware
202cb8c222
Move inline styling in page files to dedicated css files
...
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:
- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding
- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
Tom Mortensen
f9ec00b488
repo reorg
2023-06-02 12:49:33 -07:00