implement sidebar functionality for mobile device and modify offcanvas
User description
- Updated Pagination component to use rounded-md styling.
- Refactored Table component to improve sorting icons and layout.
- Modified Toast component to improve text truncation and close button functionality.
- Changed TooltipText component to use a gradient background and updated arrow colors.
- Updated LoggerResponse model to include logLevel and adjusted related interfaces.
- Added new UI constants for log level and application selection.
- Enhanced ToastProvider to allow optional description in showToast method.
- Updated environmentSettings to remove unused status fields.
- Refined logsData with new log entries and improved structure.
- Changed enums in app.ts for better clarity.
- Introduced ViewLogDetails component for detailed log inspection.
- Created LogDetailsColumns configuration for table display.
- Added new SVG icons for copy and view actions.
- Implemented BottomSheet component for modal-like functionality.
PR Type
Enhancement
Description
-
Enhanced authentication with production-ready cookie configuration
-
Implemented mobile-responsive sidebar with overlay functionality
-
Added comprehensive log viewing with details modal
-
Improved UI components with better styling and interactions
Diagram Walkthrough
flowchart LR
A["Authentication"] --> B["Cookie Security"]
C["Layout System"] --> D["Mobile Sidebar"]
D --> E["Overlay Navigation"]
F["Logging Interface"] --> G["ViewLogDetails Modal"]
G --> H["Enhanced Table"]
I["UI Components"] --> J["Improved Styling"]
File Walkthrough
Relevant files | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Enhancement | 29 files
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Configuration changes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Formatting | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bug fix | 1 files
|
Edited by Rashmi Gaddam