Closed rickvian closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @mazipan on Vercel.
@mazipan first needs to authorize it.
How about put it on the right-top corner? Align with the title.
Also I am thinking about make separate component for this Action.
Let say PublicAccessToggler.tsx
.
So the Mutation will be inside this Component, not in the Card itself.
-moved to top right along with title -extract out toggle component and its mutation,
state updater still need to stay on the caller component because only parent has knowledge to which queryClient that it has to update
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tanyaaja | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 14, 2023 9:01am |
Closes #56
Description
Move toggle private public to the list, all toggle performed independently
each list item have toggle button that triggers Public / private
Current Tasks