Releases: LebToki/Laragon-Dashboard
v2.4.0
v2.3.9
Overview
Version 2.3.9 introduces design refinements for a cleaner, more consistent user interface on the Laragon Dashboard. Key improvements include uniform styling for server control buttons, background enhancements, and layout adjustments to ensure a seamless viewing experience. This update focuses on aesthetic improvements, user experience, and resolving issues related to document loading and background coverage.
Key Updates
Server Controls Card Redesign
The "Start Server" and "Stop Server" buttons are now presented within a dedicated card, similar to other overview cards, for a uniform look and feel.
The buttons are styled as btn-success and btn-danger to visually distinguish them as control actions.
The new card aligns with the rest of the dashboard components, improving overall design consistency.
Background Coverage Fix
Addressed an issue where the background image would cut off below the page content.
The background now fully covers the viewport, providing a continuous, visually appealing backdrop for the dashboard.
Footer and Layout Adjustments
Footer positioning was refined to ensure it remains at the bottom of the page, regardless of content length.
Adjusted the main container's height to cover the full viewport, creating a balanced structure where all elements are properly aligned.
Additional UI Enhancements
Minor updates to spacing and padding for improved readability and alignment.
Consistent scrollbar styling across different browsers to match the dashboard’s theme.
Version Update
Updated version number from 2.3.8 to 2.3.9 in the codebase comments and displayed title, reflecting the latest improvements.
Summary
The 2.3.9 update provides a refined, polished look to the Laragon Dashboard, emphasizing a cohesive design for server controls, a seamless background, and a footer that remains anchored at the bottom of the viewport. This update resolves previous issues with document loading and enhances the visual coherence of the interface, offering a more professional and user-friendly experience.
v.2.3.8
updated the main index.php
server_vitals.php
/assets/inbox/ both files were enhanced and now have better error handling and functionality
Full Changelog: v.2.3.7...v.2.3.8
v.2.3.7
Full Changelog: v.2.3.6...v.2.3.7
v.2.3.6
Full Changelog: v.2.3.5...v.2.3.6
v.2.3.5
v2.3.3
v2.3.1
v2.3.0
Changes in version 2.30
Introduced Language Translation Support
Implemented language translation support using JSON files.
Introduced Breadcrumbs and Tabs:
Introduced breadcrumb headers for each tab for better navigation.
These tabs are not in place:
- Servers Tab
- Mailbox Tab
- Server or Stack Vitals
Updates:
HTML Structure:
Refactored HTML structure to include header for each tab within the tab content.
Updated navigation tabs to include servers, mailbox, and vitals.
CSS Styling:
Improved overall styling with Bootstrap 5.
Added custom styles for tabs, headers, and overview cards.
JavaScript Functionality:
Enhanced tab switching functionality with jQuery.
Added language selector change event to reload the page with the selected language.
PHP Code Enhancements:
Refactored server information retrieval and display logic.
Enhanced error handling for server vitals data retrieval.