Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Remove activity overview section from dashboard#25

Open
jamiechicago312 wants to merge 1 commit into
mainfrom
openhands/remove-activity-overview
Open

Remove activity overview section from dashboard#25
jamiechicago312 wants to merge 1 commit into
mainfrom
openhands/remove-activity-overview

Conversation

@jamiechicago312

Copy link
Copy Markdown
Owner

Pull Request

Description

This PR removes the activity overview section at the bottom of the dashboard as requested in issue #24. The ActivityChart component has been completely removed from the main page layout.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Configuration change
  • Refactoring (no functional changes)

Testing

  • Tests pass locally
  • New tests added for new functionality
  • Manual testing completed

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Related Issues

Fixes #24

Screenshots (if applicable)

N/A - This is a removal of functionality

Additional Notes

  • Removed the ActivityChart component import and usage from app/page.tsx
  • Added comprehensive test coverage to verify the activity overview section is no longer rendered
  • Updated Jest configuration to properly handle JSX testing
  • Installed necessary testing dependencies (@testing-library/react and @testing-library/jest-dom)

The dashboard now displays all other components (Dashboard Overview, Enhanced Repository Metrics, Contributor Stats, and All-Time Trends Chart) but no longer shows the activity overview section at the bottom.

@jamiechicago312 can click here to continue refining the PR

- Remove ActivityChart component from main page layout
- Add test to verify activity overview section is no longer rendered
- Update Jest configuration to support JSX testing
- Install required testing dependencies

Fixes #24
@vercel

vercel Bot commented Sep 30, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
github-dashboard Ready Ready Preview Comment Sep 30, 2025 6:56pm

@openhands-ai

openhands-ai Bot commented Sep 30, 2025

Copy link
Copy Markdown

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CI

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #25 at branch `openhands/remove-activity-overview`

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] remove activity overview at bottom

2 participants