Skip to content

feat: add live commit activity sidebar with real-time updates#4

Merged
LandynDev merged 2 commits into
testfrom
feature/live-commit-activity
Nov 6, 2025
Merged

feat: add live commit activity sidebar with real-time updates#4
LandynDev merged 2 commits into
testfrom
feature/live-commit-activity

Conversation

@e35ventura

Copy link
Copy Markdown
Collaborator
  • Add LiveCommitLog component displaying individual commits with scores
  • Implement polling for real-time commit updates every 10 seconds
  • Add responsive layout that stacks on medium screens and shows sidebar on large screens
  • Display commit details: PR title, author, changes (+/-), score, and timestamp
  • Add clickable cards linking to GitHub PRs
  • Implement neutral color scheme for scores (white/gray gradient)
  • Optimize font sizes and spacing for all screen sizes (mobile to desktop)
  • Update Dashboard types to support both string and number values from API
  • Add useCommitLog API hook for fetching individual commit data

- Add LiveCommitLog component displaying individual commits with scores
- Implement polling for real-time commit updates every 10 seconds
- Add responsive layout that stacks on medium screens and shows sidebar on large screens
- Display commit details: PR title, author, changes (+/-), score, and timestamp
- Add clickable cards linking to GitHub PRs
- Implement neutral color scheme for scores (white/gray gradient)
- Optimize font sizes and spacing for all screen sizes (mobile to desktop)
- Update Dashboard types to support both string and number values from API
- Add useCommitLog API hook for fetching individual commit data
@LandynDev LandynDev changed the base branch from test to main November 6, 2025 00:55
@LandynDev LandynDev changed the base branch from main to test November 6, 2025 00:56
…ller commit activity column. Updated FAQ details
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.

3 participants