devguard icon indicating copy to clipboard operation
devguard copied to clipboard

Add loading spinner to dependency vuln detail page

Open timbastin opened this issue 8 months ago • 1 comments

Currently, when creating a ticket for a vulnerability, adding a comment etc. there is no loading spinner at all. We should add a spinner to all of those. Maybe we can improve the design by creating a new component called: AsyncButton which expects an onClick function which returns a promise. The isLoading logic can thus be implemented in the AsyncButton component and does not need to be reimplemented in each component which uses the button

timbastin avatar Apr 21 '25 07:04 timbastin

We already display a loading spinner on the details page now. Nevertheless, i think this can be improved by creating the async button component

timbastin avatar Apr 28 '25 10:04 timbastin

this is done!

timbastin avatar Jun 13 '25 10:06 timbastin