You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ErrorCountBadgeComponent for displaying error counts with SignalR integration
feat: implement FilterPresetsModalComponent for managing filter presets with UI
style: add styles for FilterPresetsModalComponent
test: add unit tests for FilterPresetsModalComponent
feat: create LogDetailsModalComponent for displaying detailed log information
style: add styles for LogDetailsModalComponent
feat: implement TimestampFormatPipe for formatting timestamps based on user preference
feat: create FilterPresetsService for managing filter presets in local storage
feat: implement TimestampService for handling timestamp formatting preferences
feat: create ViewModeService for managing user view mode preferences
Copy file name to clipboardExpand all lines: CLAUDE.md
+146-1Lines changed: 146 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,4 +404,149 @@ Use provided mixins for consistent styling:
404
404
- Validate responsive behavior on mobile devices
405
405
- Ensure proper contrast ratios with accessibility tools
406
406
407
-
This styling system ensures a consistent, maintainable, and accessible dark theme throughout the LogMk application while supporting full-width layouts optimized for log monitoring workflows.
407
+
This styling system ensures a consistent, maintainable, and accessible dark theme throughout the LogMk application while supporting full-width layouts optimized for log monitoring workflows.
408
+
409
+
## Advanced Features & Services
410
+
411
+
### **Real-time Log Processing**
412
+
The application implements comprehensive real-time log processing with multiple enhancement layers:
413
+
414
+
**Core Services:**
415
+
-`SignalrService` - Real-time WebSocket connection for live log streaming
416
+
-`LogApiService` - RESTful API integration for historical log retrieval
417
+
-`LogFilterState` - Centralized filter state management with signals
418
+
-`ViewModeService` - User preference management for display density
0 commit comments