Commit Graph

10646 Commits

Author SHA1 Message Date
Zack Spear
c9da14d675 style: update class for tab content in MainContentTabbed.php
- Changed the class attribute from "content" to "tab-content content" for better semantic clarity and improved styling consistency in the tabbed layout.
2025-05-09 11:58:49 -07:00
Zack Spear
3207fb2335 style: update default-base.css for clarity in status span
- Added a comment in span.status.vhshift to indicate that the margin-right adjustment is likely no longer needed, improving code clarity for future reference.
2025-05-09 11:43:30 -07:00
Zack Spear
429fd8d1e1 style: remove inline text alignment from user list in UserList.page
- Eliminated inline style for text alignment in user list divs to allow for more flexible styling through CSS.
- This change enhances the overall layout consistency and responsiveness of the user list display.
2025-05-09 11:42:23 -07:00
Zack Spear
a3e28b08e2 style: update grid gap in DashStats.css for improved layout
- Changed column-gap to gap in the grid layout to enhance spacing consistency across different screen sizes.
2025-05-09 11:40:26 -07:00
Zack Spear
a3917eabe5 fix: update title handling in MainContent, MainContentTabbed, and MainContentTabless for improved variable usage
- Replaced direct htmlspecialchars usage with eval to ensure variables in .page titles are correctly processed.
- This change enhances the flexibility of title rendering across multiple layout files.
2025-05-09 11:37:00 -07:00
Zack Spear
a8f432058f style: refactor table structure across multiple pages for scrollable layout on smaller screen sizes
- Wrapped tables in a <div> with class "TableContainer" for better responsiveness.
- Ensured consistent styling and structure across ArrayDevices.page, BootDevice.page, DiskList.page, ShareList.page, DockerContainers.page, Plugins.page, and VMMachines.page.
- Updated CSS to support new table container classes for enhanced layout control.
2025-05-08 18:53:53 -07:00
Zack Spear
1441566513 style: improve grid layout in DashStats.css for better responsiveness
- Adjusted grid layout to have 1 column by default for mobile screens.
- Implemented 2 columns for medium screens and 3 columns for larger screens using media queries for enhanced responsiveness.
2025-05-08 18:38:11 -07:00
Zack Spear
0234023dc2 style: update DashStats.css for improved layout and responsiveness
- Commented out unnecessary styles in div.last to clean up the CSS.
- Introduced a new CSS variable for grid column width to enhance flexibility.
- Adjusted grid layout for better responsiveness on larger screens with a media query.
2025-05-08 18:33:54 -07:00
Zack Spear
a0fbd37fa1 style: clean up default-base.css by removing commented-out media queries
- Removed unnecessary media query styles to streamline the CSS.
- Added margin reset for <p> elements containing links, scripts, and styles to improve spacing consistency.
2025-05-08 18:22:05 -07:00
Zack Spear
a82a684100 style: adjust body and div.title.shift in default-base.css
- Commented out height property in body to prevent layout shift on scrollable pages.
- Restored z-index in div.title.shift for improved stacking context.
2025-05-08 18:16:46 -07:00
Zack Spear
892f430d37 style: clean up Plugins.css by removing unnecessary styles
- Removed commented-out styles for .Theme--black and .Theme--white to streamline the CSS.
- Eliminated redundant margin-top adjustment in span.status.vhshift for improved layout clarity.
2025-05-08 17:32:48 -07:00
Zack Spear
17413b1500 style: refactor HTML structure in ArrayDevices.page for improved readability
- Reformatted the table structure in ArrayDevices.page for better clarity.
- Changed PHP short tags to standard syntax for consistency.
- Enhanced the layout by separating the header and body sections for better organization.
2025-05-08 17:32:42 -07:00
Zack Spear
7b975c421d style: enhance layout in default-base.css
- Added flexbox properties to body for improved layout structure.
- Adjusted div.title.shift by commenting out z-index for better stacking context.
- Updated footer positioning and z-index for consistent layout across screen sizes.
- Modified styles for a.list and .tabs for better alignment and spacing.
2025-05-08 17:32:35 -07:00
Zack Spear
27bbadd16b style: comment out margin adjustment in span.status for layout consistency
- Commented out the margin-right property in span.status.vhshift to prevent potential layout issues.
2025-05-08 16:58:40 -07:00
Zack Spear
889c2d209b style: update .nav-tile and .usage-bar for improved layout
- Changed .nav-tile to use flexbox with a column direction for better alignment of child elements.
- Updated .usage-bar positioning to relative and adjusted width for enhanced layout consistency.
2025-05-08 16:56:13 -07:00
Zack Spear
44ce463a6d style: comment out table.tablesorter.shift styles in default-dynamix.css
- Commented out the styles for table.tablesorter.shift to prevent margin adjustments that may affect layout
2025-05-08 16:49:40 -07:00
Zack Spear
a00396c339 style: enhance layout and alignment in default-base.css
- Added flexbox properties to div.title for improved layout and alignment of child elements.
- Updated span.status to display as inline-block and added margin for better spacing.
2025-05-08 16:47:57 -07:00
Zack Spear
0f7c5fc383 style: enhance layout responsiveness with media queries
- Updated #menu and .nav-tile styles for better adaptability on mobile and larger screens.
- Adjusted footer positioning based on screen size to maintain layout integrity.
- Improved overall responsiveness by implementing media queries for different screen sizes.
2025-05-08 16:41:52 -07:00
Zack Spear
280ddcb508 style: update media query breakpoint for improved layout
- Changed media query breakpoint from 1281px to 1921px to enhance layout responsiveness for larger screens.
2025-05-08 16:18:14 -07:00
Zack Spear
4adc5252fc style: update viewport meta tag for improved responsiveness
- Changed viewport meta tag from fixed width to device-width for better adaptability across devices.
2025-05-08 16:17:23 -07:00
Zack Spear
ef04971eb0 style: update #displaybox styles for improved layout and responsiveness
- Added new styles for #displaybox to enhance layout across themes.
- Removed complex old media queries for better clarity and maintenance.
2025-05-08 16:13:45 -07:00
Zack Spear
882f64b077 style: center align user list items in UserList.css 2025-05-08 15:58:49 -07:00
Zack Spear
d5fbdebde4 fix: panels spacing + user list for responsiveness 2025-05-08 15:54:50 -07:00
Zack Spear
3e40361b6e refactor: remove duplicate page stylesheets inclusion in MainContentTabless.php 2025-05-08 15:54:27 -07:00
Zack Spear
091675054e refactor: shares, docker, and vm pages - move away from echoing full HTML 2025-05-07 16:30:42 -07:00
Zack Spear
ad342e68b6 refactor: improve scroll position handling in BodyInlineJS.php
- Changed the 'top' variable to use parseInt for better type handling.
- Updated the scrollTop logic for clarity and consistency.
2025-05-07 16:15:45 -07:00
Zack Spear
98c5ef3a19 fix: add aria-live attribute to status bar for improved accessibility 2025-05-07 16:14:32 -07:00
Zack Spear
02c1410e02 fix: correct syntax error in presetBanner function 2025-05-07 16:13:46 -07:00
Zack Spear
5c13404492 refactor: update content handling for non-tabbed layout
- Introduced a new file, MainContentTabless.php, which provides a non-tabbed content template for the Unraid web interface, rendering all pages in sequence without tabs.
2025-05-07 16:11:14 -07:00
Zack Spear
9eab318383 fix: add rel attribute to footer link for security enhancement 2025-05-07 16:09:59 -07:00
Zack Spear
3457f5918a fix: remove duplicate jQuery UI CSS reference from DefaultPageLayout.php 2025-05-07 16:09:13 -07:00
Zack Spear
27629ebd3b fix: correct typo in CSS positioning property 2025-05-07 16:03:37 -07:00
Zack Spear
648d9252cc fix: update cookie handling in tab management
- Removed unused cookie helper functions from MainContentTabbed.php to streamline the code.
- Updated the tab management logic to ensure cookies are cleared when no cookie exists, aligning with the behavior of the initab function.
- Corrected the filename reference in MainContent.php from 'MainContentNotab.php' to 'MainContentNoTab.php' for consistency.
2025-05-07 15:20:16 -07:00
Zack Spear
ad9f54618c refactor: implement panel generation functions for menu pages
- Added `generatePanel` and `generatePanels` functions to encapsulate panel creation logic for menu items.
- Updated `MainContentNotab.php` and `MainContentTabbed.php` to utilize the new functions, improving code reusability and readability.
- Introduced `generateContent` function to handle content generation based on Markdown flag.
2025-05-07 15:06:38 -07:00
Zack Spear
3f46137605 fix: adjust cookie handling for scroll position in BodyInlineJS.php
- Modified the calculation of the 'top' variable to remove the offset adjustment, simplifying the logic.
- Ensured that the scroll position is set correctly based on the cookie value.

This change improves the handling of scroll position based on user preferences.
2025-05-07 11:08:25 -07:00
Zack Spear
46731110ea fix: adjust cookie handling for scroll position in BodyInlineJS.php
- Modified the calculation of the 'top' variable to remove the offset adjustment, simplifying the logic.
- Ensured that the scroll position is set correctly based on the cookie value.

This change improves the handling of scroll position based on user preferences.
2025-05-07 10:48:43 -07:00
Zack Spear
15279ab619 style: remove commented margin in default-base.css for cleaner code
- Deleted the commented-out margin property in the default-base.css file to enhance code clarity and maintainability.
2025-05-07 10:48:37 -07:00
Zack Spear
8472f1b4ed fix: ensure banner settings visibility based on form selection
- Added a check to ensure the form object exists before accessing the selectedIndex property.
- Improved readability by restructuring the conditional logic for showing/hiding banner settings.
2025-05-07 10:48:28 -07:00
Zack Spear
843efed231 refactor: abstract tab vs no tab content into separate components 2025-05-07 10:48:13 -07:00
Zack Spear
8379c02192 fix: jquery.ui.css reference 2025-05-06 17:11:43 -07:00
Zack Spear
5c8d920269 style: update padding in DashStats.css and default-base.css for improved layout
- Changed padding-top and padding-bottom in DashStats.css from fixed values to rem units for better responsiveness.
- Removed margin from div.tabs in default-base.css to enhance layout consistency.
2025-05-06 16:24:25 -07:00
Zack Spear
f2e4d6fb18 refactor: update footer layout and styles for improved responsiveness
- Restructured footer HTML to use flexbox for better alignment and spacing.
- Adjusted CSS styles for #footer, including padding and box-sizing.
- Removed unnecessary float properties and improved layout consistency.
2025-05-06 15:54:52 -07:00
Zack Spear
2401c2b8d3 chore: remove unused CSS styles from myservers1.php
- Deleted obsolete styles related to the header and Downgrade icon rotation.
- Cleaned up the file to improve maintainability and reduce clutter.
2025-05-06 15:41:20 -07:00
Zack Spear
1d7a2f6344 fix: update header styles and layout in default-base.css
- Corrected position property from 'absolute' to 'relative' for #header.
- Added flexbox properties to #header for better alignment and spacing.
- Introduced new styles for unraid-i18n-host and Downgrade icon rotation.
- Adjusted #menu position to 'sticky' for improved usability.

This change enhances the layout and responsiveness of the header and menu elements.
2025-05-06 15:40:23 -07:00
ljm42
24b40eeb86 Merge pull request #2141 from SimonFair/Intel-processor-core-types
7.x Intel processor core types
2025-05-06 11:58:09 -07:00
ljm42
f74fb7506f Merge branch 'master' into Intel-processor-core-types 2025-05-06 11:42:05 -07:00
ljm42
6ea032618a Merge pull request #2149 from SimonFair/Virtual-Sound-Card
7.x Initial Commit for Virtual sound cards.
2025-05-06 11:39:41 -07:00
SimonFair
343f66fc23 Merge remote-tracking branch 'upstream/master' into Intel-processor-core-types 2025-05-06 19:28:15 +01:00
SimonFair
f2818c679b Merge remote-tracking branch 'upstream/master' into Virtual-Sound-Card 2025-05-06 19:22:06 +01:00
tom mortensen
b3b390796d Merge pull request #2178 from unraid/feat/add-force-flag-to-plugin-install-page
feat: add force checkbox to plugin install page
2025-05-06 10:37:04 -07:00