fix(FN-821): fix Activity Log modal layout and close control
- Fix modal sizing to properly fit within viewport on various screen sizes - Fix close button visibility and accessibility in ActivityLogModal component - Refactor CSS to simplify modal styles (remove unused/verbose rules) - Add regression tests for modal layout and close button behavior - Update Activity Log docs to reflect modal sizing changes
This commit is contained in:
@@ -234,7 +234,7 @@ View a centralized timeline of all task lifecycle events. Click the history icon
|
||||
- **Auto-refresh**: Log updates automatically every 30 seconds when the modal is open
|
||||
- **Pagination**: "Load More" button fetches older entries (100 entries per request, max 1000)
|
||||
- **Clear Log**: Maintenance function to clear all activity history (with confirmation)
|
||||
- **Responsive Layout**: On narrow screens (≤768px), the modal adapts with a stacked header, full-width filter controls, wrapped active-filters bar, reflowed entry text, and vertically stacked confirmation actions — preserving access to filters, task links, and clear-log on mobile devices
|
||||
- **Responsive Layout**: The modal uses the shared `modal-lg` width (640px) and standard `modal-header` pattern with a dedicated close button, consistent with other dashboard modals. On narrow screens (≤768px), the modal adapts with a stacked header, full-width filter controls, wrapped active-filters bar, reflowed entry text, and vertically stacked confirmation actions — preserving access to filters, task links, and clear-log on mobile devices
|
||||
|
||||
**Event Metadata**:
|
||||
- Task moves show from/to column transitions
|
||||
|
||||
Reference in New Issue
Block a user