tulsawebdevs / website

The Tulsa Web Devs User Group Site
GNU General Public License v3.0
1 stars 13 forks source link

fix: remove avatar from `VoteCard.tsx` #243

Closed helmturner closed 3 months ago

helmturner commented 6 months ago

This is more of a backend fix, since we don't get this in the query at the moment. The components and such are in place to make this work on the frontend, so this issue is more of a reminder than anything. If we decide against using avatars we can remove the client code for it.

helmturner commented 3 months ago

Since we're statically pre-rendering the vote cards, we're not able to pull the user's latest Avatar URL from OAuth at render time. Doing so would add a non-trivial amount of complexity, so for now we're just going to remove the avatar. #280 would close this out.