-
-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hook up project resources API to resources widget (#8657)
This PR wires up the connectedenvironments data from the API to the resources widget. Additionally, it adjusts the orval schema to add the new connectedEnvironments property, and adds a loading state indicator for the resource values based on the project status endpoint response. As was discussed in a previous PR, I think this is a good time to update the API to include all the information required for this view. This would get rid of three hooks, lots of loading state indicators (because we **can** do them individually; check out 0a334f9) and generally simplify this component a bit. Here's the loading state: ![image](https://github.com/user-attachments/assets/c9938383-afcd-4f4b-92df-c64b83f5b1df)
- Loading branch information
1 parent
1cf8755
commit 2b13aff
Showing
4 changed files
with
21 additions
and
7 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
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