Skip to content

feat: implement Security Timeline View (#156) - #162

Merged
mijinummi merged 9 commits into
MD-Creative-Production:mainfrom
RUKAYAT-CODER:feat/issue-156-security-timeline-view
Jun 21, 2026
Merged

feat: implement Security Timeline View (#156)#162
mijinummi merged 9 commits into
MD-Creative-Production:mainfrom
RUKAYAT-CODER:feat/issue-156-security-timeline-view

Conversation

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Summary

Implements the Security Timeline View as specified in issue #156, providing chronological visibility into security events with grouping and filter support.

Changes

  • SecurityTimelineView.tsx - React component with chronological event list (newest first), severity filter, and group filter
  • SecurityTimelineView.css - Dark-theme styles consistent with existing dashboard components
  • SecurityTimelineView.spec.tsx - Tests covering render, chronological ordering, severity filter, group filter, empty state, and default props

Acceptance Criteria

  • Timeline implemented and events displayed chronologically
  • Events ordered correctly (newest first)
  • Filters supported (by severity and by group)

closes #156

@mijinummi

Copy link
Copy Markdown
Collaborator

Hi @RUKAYAT-CODER thanks for your contributions, please kindly fix the remaining ci failures. Well done for the effort you have put so far on this.

@RUKAYAT-CODER

RUKAYAT-CODER commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Hi, @mijinummi . Fixed all CI failures related to this PR. The Docker and TypeScript type-check failures are pre-existing on main and not caused by my changes.

@mijinummi

Copy link
Copy Markdown
Collaborator

Hello @RUKAYAT-CODER , please pull from main the latest changes, and make a push again. Thank you

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor Author

Pulled from the main and pushed again.
Done

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor Author

Fixed the errors

@mijinummi
mijinummi merged commit 675a83d into MD-Creative-Production:main Jun 21, 2026
10 of 11 checks passed
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 21, 2026
3 tasks
@RUKAYAT-CODER
RUKAYAT-CODER deleted the feat/issue-156-security-timeline-view branch June 21, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🕒 Implement Security Timeline View

3 participants