near-everything / canvas

https://draw.everything.dev
The Unlicense
10 stars 4 forks source link

Update the "every canvas" canvas to new version #17

Closed elliotBraem closed 2 months ago

elliotBraem commented 2 months ago

James did a cleaned up version of this page: https://draw.everything.dev/feed

You can find that code here: https://near.social/hack.near/widget/every.canvas

Let's move this code into this repository -- it seems he hardcode the <a tags; let's change these to Links

<a
    href={`https://draw.everything.dev/${accountId}`}
>

to

<Link
    to={`/${accountId}`}
>

Feel free to add any more style improvements.

"Ideate" should link to the logged in user (context.accountId)'s canvas. If not logged in, don't show the button.