Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress indicator for loading of deployments view #1957

Open
wants to merge 1 commit into
base: sagerb-changes-for-configuration-operations
Choose a base branch
from

Conversation

sagerb
Copy link
Collaborator

@sagerb sagerb commented Jul 12, 2024

Intent

Resolves #1952

Only change required to make deployments view work in multi-subdirectory world was to add a progress indicator when calling the API.

Type of Change

    • Bug Fix
    • New Feature
    • Breaking Change
    • Documentation
    • Refactor
    • Tooling

Approach

Simply updated per existing patterns

Automated Tests

Directions for Reviewers

Verify loading and refresh of deployment view (expanded) when VSCode has opened a large folder and a small one.

Checklist

Copy link
Collaborator

@dotNomad dotNomad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another small PR 👍

Comment on lines +95 to +97
async () => {
return getAllPromise;
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar question to the last PR wondering if we need to wrap this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants