{"id":39930226,"url":"https://github.com/rm-hull/github-pr-dashboard","last_synced_at":"2026-01-18T18:06:51.760Z","repository":{"id":318745354,"uuid":"1072946277","full_name":"rm-hull/github-pr-dashboard","owner":"rm-hull","description":"A streamlined, single-page application designed to help developers manage their GitHub Pull Requests efficiently. Built with performance and usability in mind, this dashboard provides a centralized view of your work across multiple repositories.","archived":false,"fork":false,"pushed_at":"2026-01-11T12:55:09.000Z","size":4004,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T16:51:58.814Z","etag":null,"topics":["github","pull-requests","react","typescript","vite"],"latest_commit_sha":null,"homepage":"https://www.destructuring-bind.org/github-pr-dashboard/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rm-hull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-09T12:30:18.000Z","updated_at":"2026-01-11T12:55:12.000Z","dependencies_parsed_at":"2025-10-29T09:16:20.559Z","dependency_job_id":"f8bf93df-b9c8-4a28-9ed4-6c299f05afb3","html_url":"https://github.com/rm-hull/github-pr-dashboard","commit_stats":null,"previous_names":["rm-hull/github-pr-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rm-hull/github-pr-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fgithub-pr-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fgithub-pr-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fgithub-pr-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fgithub-pr-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rm-hull","download_url":"https://codeload.github.com/rm-hull/github-pr-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fgithub-pr-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","pull-requests","react","typescript","vite"],"created_at":"2026-01-18T18:06:51.305Z","updated_at":"2026-01-18T18:06:51.754Z","avatar_url":"https://github.com/rm-hull.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub PR Dashboard\n\nA streamlined, single-page application designed to help developers manage their GitHub Pull Requests efficiently. Built with performance and usability in mind, this dashboard provides a centralized view of your work across multiple repositories.\n\n![Dashboard Screenshot](doc/screenshot.webp)\n\n![Metrics Screenshot](doc/metrics.webp)\n\n## Capabilities\n\nThis dashboard is built to simplify your daily workflow with the following features:\n\n*   **Unified Work View:** Aggregates open Pull Requests from all your repositories into a single, sortable list.\n*   **Smart Search \u0026 Filtering:** Instantly filter PRs by repository, title, or specific search terms.\n*   **Quick Actions:**\n    *   **One-Click Merge:** Merge PRs directly from the dashboard.\n    *   **Rapid Response:** Post pre-defined comments (e.g., triggering `@dependabot rebase`) or custom messages without leaving the interface.\n*   **Visual Statuses:** Clear indicators for PR status, CI/CD check results, and review requirements.\n*   **Theme Support:** Fully responsive interface with automatic Dark/Light mode support.\n\n## For Contributors\n\nWe welcome contributions! This project is a modern React application leveraging the latest tools in the ecosystem.\n\n### Technology Stack\n\n*   **Core Framework:** [React 19](https://react.dev/) \u0026 [TypeScript](https://www.typescriptlang.org/)\n*   **Build System:** [Vite](https://vitejs.dev/)\n*   **Routing:** [TanStack Router](https://tanstack.com/router/latest)\n*   **Data \u0026 State:** [TanStack Query](https://tanstack.com/query/latest)\n*   **UI Components:** [Chakra UI v3](https://chakra-ui.com/)\n*   **GitHub Integration:** [Octokit](https://github.com/octokit/octokit.js)\n\n### Getting Started\n\n1.  **Clone the Repository:**\n    ```bash\n    git clone \u003crepository-url\u003e\n    cd github-pr-dashboard\n    ```\n\n2.  **Install Dependencies:**\n    This project uses Yarn v4.\n    ```bash\n    yarn install\n    ```\n\n3.  **Configure Environment:**\n    Create a `.env` file in the root directory by copying the example:\n    ```bash\n    cp .env.example .env\n    ```\n    \n    You will need to configure the following variables:\n    *   `VITE_GITHUB_CLIENT_ID`: Register a new OAuth app on GitHub ([Settings \u003e Developer settings](https://github.com/settings/applications/new)).\n        *   **Homepage URL:** `http://localhost:5173`\n        *   **Authorization callback URL:** `http://localhost:5173/github-pr-dashboard/`\n    *   `VITE_REDIRECT_URI`: Set to `http://localhost:5173/github-pr-dashboard/`\n    *   `VITE_SENTRY_DSN`: (Optional) For error tracking.\n\n4.  **Start Development Server:**\n    ```bash\n    yarn dev\n    ```\n    Open `http://localhost:5173/` in your browser.\n\n### Development Scripts\n\n*   `yarn dev`: Starts the local Vite development server.\n*   `yarn build`: Builds the application for production.\n*   `yarn test`: Runs the test suite using Vitest.\n*   `yarn lint`: Runs ESLint to ensure code quality.\n*   `yarn format`: Formats the codebase using Prettier.\n\n### Architecture \u0026 Conventions\n\n*   **Folder Structure:**\n    *   `src/components`: Reusable UI components.\n    *   `src/routes`: Application routes and page-level components.\n    *   `src/hooks`: Custom hooks, primarily for logic and data fetching.\n    *   `src/utils`: Helper functions and type definitions.\n*   **Code Style:**\n    *   We enforce strict linting and formatting. Always run `yarn format` before committing.\n    *   This project uses the **React Compiler**, so manual memoization (`useMemo`, `useCallback`) is generally unnecessary unless specifically required for optimization.\n\n---\nLicense: [MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fgithub-pr-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frm-hull%2Fgithub-pr-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fgithub-pr-dashboard/lists"}