Commit Graph

162 Commits

Author SHA1 Message Date
Squidly271
57a8d9f475 Capitalize title of sections and improve spacing 2025-10-21 18:01:29 -04:00
Eli Bosley
2b0244f191 fix: Enhance DashStats UI: Update select elements for better layout and styling. Add new CSS rules for network-selects to improve responsiveness and alignment. 2025-09-25 11:02:31 -04:00
tom mortensen
d05f8aa48a Merge pull request #2374 from Squidly271/patch-3
Fix: Dashboard icons appearing over menu bar
2025-09-16 21:36:27 -07:00
Squidly271
3ead1d4790 Fix: Dashboard icons appearing over menu bar 2025-09-16 23:20:16 -04:00
Squidly271
eb43127f53 Fix: Share/Device prev/next buttons on narrow screens 2025-09-16 21:07:09 -04:00
Eli Bosley
f7d1ff3a72 fix: diagnostics downloads showing offscreen 2025-09-15 11:04:09 -04:00
Zack Spear
6e3d66ed36 refactor: update ShareEdit.page and related styles
- Added a new form element in ShareEdit.page to enhance share editing functionality.
- Removed unnecessary CSS rules from ShareEdit.css to streamline styling.
- Adjusted padding in default-base.css for better layout consistency.
2025-09-05 12:10:01 -07:00
Zack Spear
8dae38a3dc fix: restore margin-right for icon classes in DashStats.css 2025-08-26 12:27:26 -07:00
Zack Spear
63135b6297 style: update dialog and filter input styling in Browse.page, BrowseButton.css, and default-dynamix.css 2025-08-11 15:27:49 -07:00
Zack Spear
9a011f03db style: fix fileTree top position in dialog content styling in Browse.css 2025-08-11 14:44:58 -07:00
bergware
00156d37aa Network rules: visual adjustments 2025-07-23 09:10:49 +02:00
Zack Spear
1e2ba501c0 feat: added fillAvailableHeight js to dynamically resize vertical elements
- Updated PHP opening tags from `<?PHP` to `<?php` for consistency.
- Reformatted code for improved readability in Syslog.page.
- Added a new function `fillAvailableHeight` in BodyInlineJS.php to dynamically resize elements for better layout.
- Updated CSS to remove unnecessary gap and margin for a cleaner design in Syslog.css.
- Enhanced the syslog controls and output structure for improved usability.
2025-06-26 14:09:36 -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
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
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
80a555ae74 feat: ui dialog responsiveness 2025-06-03 14:16:28 -07:00
Zack Spear
189b799d59 style: simplify button CSS by removing redundant selectors for SweetAlert 2025-06-02 14:24:19 -07:00
Zack Spear
c8b15bcf67 feat: ArrayOperation.page responsive table 2025-05-30 16:53:25 -07:00
Zack Spear
30122d41ea style: improve layout and functionality in Share.page and ShareEdit.page
- Refactored navigation buttons in Share.page to use a more structured HTML layout, enhancing readability and user experience.
- Updated ShareEdit.page to manage share setting clone responsively.
- Deleted obsolete Share.css file to streamline styles and reduce clutter.
2025-05-29 17:05:28 -07:00
Zack Spear
ce8dd03568 style: clean up CSS by removing unused classes and adjusting margins
- Removed unnecessary margin adjustments for .vshift and .hshift classes in Eth0.css and default-base.css.
- Added a new rule to fix the margin-top for UD titles to prevent overlapping with tabs.
2025-05-28 13:12:48 -07:00
Zack Spear
665fae7cc9 style: update input width in WG0.css for better layout
- Increased the width of the input.port class from `50px` to `64px` to enhance the layout and usability.

[COMPLETE] Should I continue to the next item?
2025-05-27 17:00:43 -07:00
tom mortensen
2421b9b36f Merge pull request #2204 from unraid/feat/remove-legacy-notifications
feat: remove NotificationsArchive page and related files
2025-05-24 20:58:23 -07:00
Zack Spear
85894baaf1 fix: eth0, ethx, wireless pages responsive clean up 2025-05-23 15:09:25 -07:00
Zack Spear
b8cb46cb28 feat: remove NotificationsArchive page and related files
- Deleted the NotificationsArchive.page, NotificationsArchive.php, and associated CSS file as they are no longer needed.
- This change helps streamline the codebase and remove obsolete components.
- Notifications replaced via unraid-api inclusion
2025-05-22 16:59:33 -07:00
Zack Spear
f8513aecd1 fix: enhance layout consistency in Syslog.page and Syslog.css
- Refactored Syslog.page to use flexbox for improved layout of log controls and buttons.
- Updated Syslog.css to include new styles for .syslog-controls and .label for better alignment and spacing.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 16:28:29 -07:00
Zack Spear
4c55a3cd50 fix: remove obsolete Apps.css file
- Deleted the Apps.css file as its styles are no longer needed.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-21 17:05:17 -07:00
Zack Spear
14730b64da fix: streamline CSS in WG0.css
- Removed commented-out CSS rules to clean up the stylesheet.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-21 16:52:42 -07:00
Zack Spear
be03af656d fix: enhance layout consistency in WG0.page, WGX.page, and WG0.css
- Updated layout structure in WG0.page and WGX.page by wrapping elements in spans for improved visual consistency.
- Adjusted CSS in WG0.css to streamline styles and enhance layout consistency across the plugin.
- This change continues the effort to enhance visual structure across the plugin.
2025-05-21 16:39:23 -07:00
Zack Spear
6ec34511d8 fix: enhance layout consistency in Browse.page, Browse.css, and BrowseButton.css
- Wrapped the table in Browse.page within a div for improved layout structure.
- Removed unnecessary margin-top from autoheight class in Browse.css and BrowseButton.css for better visual consistency.
- This change continues the effort to enhance layout consistency across the plugin.
2025-05-21 11:52:14 -07:00
Zack Spear
5f37211e41 fix: enhance layout consistency in ManagementAccess.page
- Wrapped URL links in a span for improved layout structure.
- Removed unused ManagementAccess.css file as its styles are no longer needed.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-21 11:17:26 -07:00
Zack Spear
bc3bf7d564 fix: enhance layout consistency in NewConfig.page
- Updated the form layout by wrapping elements in spans and labels for improved visual structure.
- Removed the now-unnecessary NewConfig.css file as its styles are no longer needed.
- This change continues the effort to enhance layout consistency across the plugin.
2025-05-20 17:39:45 -07:00
Zack Spear
4931d00990 fix: enhance layout consistency in PHPsettings.page and PHPsettings.css
- Updated PHPsettings.page to wrap buttons in a div for improved layout and added a new section for log management.
- Modified PHPsettings.css to define a new class for the PHP settings description, ensuring better alignment and responsiveness.
- This change continues the effort to enhance visual structure across the plugin.
2025-05-20 17:25:12 -07:00
Zack Spear
10349cf19e fix: Syslinux responsiveness 2025-05-20 17:06:10 -07:00
Zack Spear
e70226d51f style: update Notifications.css for improved layout clarity
- Adjusted the width of the notifications checkbox group title from 220px to 150px for better visual structure.
- This change aligns with ongoing efforts to refine input guidance and visual consistency across the plugin.
2025-05-20 14:54:42 -07:00
Zack Spear
e71af7a9ea style: remove fixed max-width from select in DisplaySettings.css
- Removed the fixed max-width property from the select element to allow for more flexible layout.
- This change aligns with ongoing efforts to enhance visual structure and consistency across the plugin.
2025-05-20 14:26:02 -07:00
Zack Spear
7389846786 style: update DateTime.css for improved layout consistency
- Reformatted CSS rules for better readability by separating selectors onto individual lines.
- This change enhances the visual structure and aligns with ongoing efforts to refine styles across the plugin.
2025-05-20 13:37:54 -07:00
Zack Spear
d8f051559d style: standardize PHP opening tags and improve CSS for better layout consistency
- Changed PHP opening tags from `<?PHP` to `<?php` for consistency across files.
- Updated CSS to include a new class `.resize-none` for better control over textarea resizing.
- Removed unnecessary CSS rules to streamline styles in Eth0.css and NetworkExtra.css, enhancing layout responsiveness.
2025-05-19 15:35:38 -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
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
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
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
tom mortensen
d2ab13517f Merge pull request #2150 from bergware/master
File Manager and SMB style fixes
2025-04-21 10:19:21 -07:00
bergware
5abf995b83 SMB: style update of dialog box 2025-04-14 12:53:57 +02:00
Squidly271
142ec60dec Fix: Filemanager check box color on white/azure themes 2025-04-11 16:38:19 -04:00
bergware
b727b10c2f SMB: fix area width too wide 2025-04-11 18:24:44 +02: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