Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
sean-brydon
left a comment
There was a problem hiding this comment.
LGTM - few NITS but I did it for you pretty much <3
| const query = trpc.useQuery(["viewer.availability.list"]); | ||
|
|
||
| return ( | ||
| <QueryCell |
There was a problem hiding this comment.
NIT: To my understanding we are trying to move away from Query Cell? @zomars
There was a problem hiding this comment.
is this a blocker? @zomars @emrysal @sean-brydon
if not lets merge
There was a problem hiding this comment.
I don't believe so @PeerRich - We still use it across the app. New issue should be created to remove query cell if we are planning to not use it anymore however
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
|
@sean-brydon All addressed |
|
@sean-brydon can we have your approval so we can get this merged? Code looks good to me but haven't tested |
|
@baileypumfleet Looks good to me - design wise is perfect :) It works thats a bonus |
* Add Availability Tab * Some i18n fixups * Update apps/web/components/v2/eventtype/AvailabilityTab.tsx Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> * Update apps/web/components/v2/eventtype/AvailabilityTab.tsx Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> * Update apps/web/components/v2/eventtype/AvailabilityTab.tsx Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> * Update apps/web/components/v2/eventtype/AvailabilityTab.tsx Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> * Fixed lint * Oops * Use classnames for SkeletonText instead of width,height * Ditches QueryCell Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
What does this PR do?
Closes #4288