Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
==========================================
- Coverage 79.53% 75.55% -3.99%
==========================================
Files 47 50 +3
Lines 6855 7935 +1080
==========================================
+ Hits 5452 5995 +543
- Misses 1403 1940 +537 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
elainethale
reviewed
Mar 10, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the STRIDE UI to better support packaging into a UI-centric workflow by improving project switching UX, limiting resource usage from concurrently open projects, and adjusting dark theme text colors.
Changes:
- Added a refresh button next to the project switcher dropdown (both with and without a loaded project).
- Introduced an LRU-style eviction policy for cached/open projects with a
MAX_CACHED_PROJECTSlimit. - Increased the default recent-projects list size to 10 and adjusted dark theme text color variables.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
src/stride/ui/project_manager.py |
Updates the default number of recent projects returned to 10. |
src/stride/ui/assets/dark-theme.css |
Tweaks dark theme text color variables. |
src/stride/ui/app.py |
Adds refresh UI + callbacks for project dropdown, and implements capped project caching with eviction. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
elainethale
reviewed
Apr 2, 2026
Co-authored-by: Elaine Hale <elaine.hale@nrel.gov>
elainethale
approved these changes
Apr 8, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 8, 2026
add refresh button to stride ui
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.
These changes were required to put stride package in a UI.