Manifests modals to use the same theme #641
Labels
good first issue
Good for newcomers
hacktoberfest
⚔️ Quest
Tracks quest-bot quests
react
typescript
UI
Update on the UI
Module Manifest
andRendered Manifest
, use a different modal compared to theView Manifest
button that every resource has.View Manifest
needs to be updated.Create a new state
loadingResourceManifest
, which will be set totrue
while fetching the resource manifest. Once fetched (successful or not), set it tofalse
(the same way how theloadingRawManifest
andloadingRenderedManifest
states work).Then use the
moduleManifestContent()
function to render the manifest (check how the Rendered manifest Modal does it).Additionally, remove the
OK
button.The text was updated successfully, but these errors were encountered: