📋 Feature Request
Problem
Users cannot export their GitHub issues and pull requests data for analysis or backup.
Solution
Add export functionality with:
- CSV format for spreadsheet analysis
- JSON format for developers
- Export current tab (Issues or PRs)
- Export all data (Issues + PRs combined)
- Respect active filters (search, date, repository, state)
UI Changes
- Add "Export" dropdown button next to state filter
- Show format options: CSV and JSON
- Display success/error notifications
- Auto-generate filenames:
github-{username}-{type}-{date}.{format}
Acceptance Criteria
Please assign me @mehul-m-prajapati