hzrd149 / nostrudel

A sandbox for exploring nostr
https://nostrudel.ninja/
MIT License
149 stars 46 forks source link

Timeline auto scrolls when reacting to post #195

Open 0xtrr opened 3 months ago

0xtrr commented 3 months ago

Sometimes when I click on the reaction button, the timeline scrolls down (probably to fit the emoji picker). This is a very minor UX thing but I wanted to report it anyways as it's a bit tedious to have to scroll up after reacting to the note.

E.g. this happens on this event: nevent1qvzqqqqqqypzp4pn3d7rxpjfrn7l2jg56xjjhq9fv4597umpxy02uhe74lcaywjmqqs0jdxpm307w2vw9hn7uw7krj2gqav70uzxwkxav4yfvjhqhql0hwg2ye0n2

0xtrr commented 3 months ago

Got a screen recording for ya, probably more helpful than my description 😂

https://github.com/user-attachments/assets/c48a0f33-481b-4b10-ade0-9c41d576bf9e

hzrd149 commented 1 month ago

This is a side effect of using the popover component.

Redesigning the reaction picker will fix this issue. although I don't know when ill get around to that