✨ [+feature] Added "pending" column icons#31
Merged
davidbrownell merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the UI/status reporting to introduce “pending” (⏳) placeholders while repository data loads, standardizes “no data” display to - in some cases, and refines additional-info refresh/scroll behavior to stay in sync with the selected cell.
Changes:
- Add per-column “pending” initialization during repository refresh, and update additional-info refresh/scrolling when the selected cell’s data changes.
- Standardize additional-info list formatting to use
-instead of•, and limit CI/CD lookback to the last 30 days. - Update unit/integration tests to match the new async
_PopulateCelland CI/CD “no runs” display behavior.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
src/AllGitStatus/MainApp.py |
Adds “pending” cell initialization and refreshes additional-info when selected cell updates; _PopulateCell becomes async. |
src/AllGitStatus/Sources/GitHubSource.py |
Standardizes bullet formatting; updates CI/CD query to 30-day window and changes “no runs” display to -. |
tests/MainApp_integration_test.py |
Updates one _PopulateCell usage to await and improves assertion diagnostics. |
tests/Sources/GitHubSource_test.py |
Updates CI/CD “no workflows” expectation from neutral icon to -. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Ensure that all bullet items are expressed in terms of dashes - Use dash in columns to indicate that no information is available - Only look for the last 30 days of CI info - Fixed scrolling issues in additional_data when switching columns - Fixed refresh issue when additional_data changes for the selected column
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Added "pending" column icons.
⚙️ Work Item
N/A
🎥 Demo
N/A