Skip to content

Commit

Permalink
feat(mui): added loading spinner to <Create/>, <Edit/> and `<Show…
Browse files Browse the repository at this point in the history
…/>` components. (refinedev#6271) (fixes refinedev#5668)

Co-authored-by: Ali Emir Şen <[email protected]>
  • Loading branch information
2 people authored and emrecancorapci committed Sep 4, 2024
1 parent f06cc7f commit 2971895
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/nasty-glasses-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@refinedev/mui": minor
---

feat(mui): added loading spinner to `<Create />`, `<Edit />` and `<Show />` components

This change introduces a loading spinner to the `<Create />`, `<Edit />` and `<Show />` components in the `@refinedev/mui` package. The spinner provides a visual indication that data is being loaded, improving the user experience bym giving clear feedback during loading states.

[Resolves #5668](https://github.com/refinedev/refine/issues/5668)

0 comments on commit 2971895

Please sign in to comment.