React Query Integration for Server State Sync in Clinet #245

Merged
admin merged 60 commits from react-query into main 2025-07-11 11:32:19 +00:00
Showing only changes of commit cb7df469c2 - Show all commits

View File

@ -48,9 +48,8 @@
}
.img-preview img {
max-width: 100%;
max-height: 80vh;
object-fit: contain;
display: block;
margin: 0 auto;
}
width: 100%;
height: auto;
aspect-ratio: 16 / 10;
object-fit: cover;
}