You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not super familiar with frontend dev, so I couldn't find how to make a list of linked pools be displayed on a individual post page easily. I tried looking, but I don't know where the start.
I can see that the list of pools is provided by the backend when the client calls https://<domain>/api/post/<id> with a pools attribute, so the client should have the information when rendering the page. Something like a collapsible Pools section either above or below Tags that only shows if the post has any linked pools.
It's a feature that makes it easier to find out if a post I'm looking at is apart of a pool.
The text was updated successfully, but these errors were encountered:
I'm not super familiar with frontend dev, so I couldn't find how to make a list of linked pools be displayed on a individual post page easily. I tried looking, but I don't know where the start.
I can see that the list of pools is provided by the backend when the client calls
https://<domain>/api/post/<id>
with apools
attribute, so the client should have the information when rendering the page. Something like a collapsible Pools section either above or below Tags that only shows if the post has any linked pools.It's a feature that makes it easier to find out if a post I'm looking at is apart of a pool.
The text was updated successfully, but these errors were encountered: