- Removed the browser detection logic for improved code clarity and maintainability.
- Updated the search functionality to use 'fragmentDirective' for better compatibility.
- Eliminated the jQuery.mark.js file as it is no longer needed, streamlining the search implementation.
- Updated input value handling to use _var() for better security and consistency.
- Refactored submit button logic to improve user experience by enabling/disabling based on AD join status.
- Cleaned up form layout for better readability and maintainability.
- Removed text alignment from .nav-tile.right in default-base.css for better flex alignment.
- Updated padding and width for #guiSearchBox in gui_search.css to enhance the search box layout.
- Added a media query for #guiSearchBoxSpan to ensure consistent width on larger screens.
- 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.
- Removed the .guiSearchBoxResults class from default-dynamix.css to simplify the search box layout.
- Updated #guiSearchBoxSpan in gui_search.css to use inline-flex for better alignment and added padding for improved aesthetics.
- Adjusted positioning of the search box icon for better visual consistency.
- Changed the class from 'button-group' to 'buttons-spaced' in NotificationAgents.page for better spacing.
- Updated the corresponding CSS class in default-base.css to maintain consistent styling.
- Changed the class from 'status hide' to 'red-text hidden' for the wait message, enhancing the visibility and clarity of the loading indicator during interface configuration.
[COMPLETE] Should I continue to the next item?
- 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?
- Added validation for the page parameter in the delPage function to prevent invalid inputs.
- Improved error handling in the AJAX call for deleting favorites, logging errors to the console.
- Streamlined the process of appending the trash icon for removing favorites, ensuring better handling of invalid page names.
[COMPLETE] Should I continue to the next item?
- Moved the favorites deletion script from Favorites.page to MyFavorites.page for better organization.
- Updated the no favorites message to use a header element for improved semantics.
- Removed unnecessary script from Favorites.page to clean up the code.
[COMPLETE] Should I continue to the next item?
- Updated the generatePanels function to return an empty string if no panels are generated, ensuring cleaner output when there are no panels to display.
- Added padding-top of `2rem` to `.tab-content` for improved spacing.
- Introduced new text alignment classes: `.text-center`, `.text-left`, `.text-right`, and `.text-justify` for better text formatting options.
- Removed the clone_list function from Disk.page, Flash.page, and Share.page.
- Added the clone_list function to Helpers.php for better organization and reusability.
- Changed PHP opening tag from `<?PHP` to `<?php` for consistency.
- Refactored XML loading and agent handling logic for better readability and maintainability.
- Enhanced the form structure and button group styling in NotificationAgents.page.
- Adjusted button spacing in default-base.css from `1rem` to `1.2rem` for improved layout consistency.
- Updated the label selection in the prepareMenu function to clone labels and remove input elements, ensuring cleaner text extraction.
- This change enhances the layout consistency across the Syslinux configuration interface.
- Decreased the gap property in .Panels from '2rem' to '1rem' to enhance alignment and spacing.
- This change continues the effort to improve visual consistency across the plugin.
- Adjusted the structure of password input sections in UserAdd.page and UserEdit.page to ensure consistent layout and styling.
- This change continues the effort to enhance visual consistency across the plugin.
- Removed empty `<div class="title nocontrol"> </div>` elements from EthX.page, NetworkRules.page, and Wireless.page to streamline the HTML structure.
- This change continues the effort to enhance visual consistency across the plugin.
- Introduced padding-top styles for the first form and shade forms within .tab-content in default-base.css to enhance layout consistency.
- This change continues the effort to improve visual consistency across the plugin.
- Commented out the form styles within .tab-content in default-base.css to streamline the CSS and enhance maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
- Introduced a new flex utility class `.buttons-no-margin` in default-base.css to manage button spacing effectively.
- Updated CreateDocker.php to wrap checkbox inputs in flex containers for improved alignment and spacing.
- Adjusted AddContainer.css to refine the max-width of span elements and commented out unused styles for better maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
- Refactored DockerSettings.page to improve the structure and readability of checkbox and input elements using flexbox for better alignment.
- Updated DockerSettings.css to comment out unused styles for select and span elements, streamlining the CSS for improved maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
- Refactored the ParityCheck.page to dynamically build day, dotm, month, and hour options based on the selected mode.
- Updated the select attributes and options to improve usability and clarity for users configuring scheduled parity checks.
- This change continues the effort to enhance user experience and consistency across the plugin.
- Reduced the gap property in .Panels from '2rem 3rem' to '2rem' for better alignment and spacing.
- This change continues the effort to enhance visual consistency across the plugin.