Signal-K / client

Frontend for viewing citizen science proposals on Lens Protocol

Home Page:https://starsailors.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ₯ΆπŸ‘œ ↝ Posts with large meta/tags overlap other components

Gizmotronn opened this issue Β· comments

Examples:
image
image
image
image

Firstly, comments shouldn't show up on the post feed -> they should show up below posts.

This is a rendering issue where the individual lines in the codesnippet are quite long and stretch out further than the width of the screen (let alone the container they're supposed to be contained in). Likely will need to edit components/PostFeed.tsx

Another issue that has come up here is that now the sidebar isn't able to be interacted with on my profile page, which houses the large comment. At first I thought this could be the result of some dependency mixups (I'm adding some new features, see commit below) but the sidebar works fine on the index page and on other profiles without this overlap error. So let's try and figure out a way to filter out/minimise large posts

Related to #8 #9