-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement real-time build status updates using SWR (#56)
This PR introduces real-time build status updates for pull requests using the SWR library. It enhances the user experience by providing live updates without manual page refreshes. Key changes: - Integrated SWR for fetching and updating build statuses - Improved UI to reflect running state with a spinning icon - Updated GitHub webhook handler to trigger revalidations - Enhanced `fetchBuildStatus` function in `github.ts` to support SWR - Disabled action buttons while build is running - Added periodic refresh of build status (every 10 seconds)
- Loading branch information
Showing
9 changed files
with
334 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.