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've long found the scrollbar annoying - it's basically showing me 'how many messages are paged into memory' and my position within that list, which doesn't actually map onto a particularly useful mental model.
Slack it seems tries to represent the scrollbar as if the whole of room history were already paged in - resulting in a useful indicator of the scale of the room and my position within it (albeit one that jumps around like anything as it tries to keep itself accurate as more real messages are loaded in).
I understand this would be tricky for us - I think it's computationally expensive to calculate the size of a maximum timeline my user might have access to.
What if we did away with the standard scrollbar entirely? I like the idea of spooling old-school printer paper - some visualisation along oneside to indicated scrolling movement, but without speaking to your specific position within the whole. There could be indicators for when you're near the top or the bottom of your visible room history.
The text was updated successfully, but these errors were encountered:
allowing to jump to a given date/time might help here
Actually this is the only thing that is currently very missing. Yesterday I was looking for a post made "last year" in an encrypted room so history scrolling is the only way to find it. This can take hours because there is no "jump to date/time" option.
I've long found the scrollbar annoying - it's basically showing me 'how many messages are paged into memory' and my position within that list, which doesn't actually map onto a particularly useful mental model.
Slack it seems tries to represent the scrollbar as if the whole of room history were already paged in - resulting in a useful indicator of the scale of the room and my position within it (albeit one that jumps around like anything as it tries to keep itself accurate as more real messages are loaded in).
I understand this would be tricky for us - I think it's computationally expensive to calculate the size of a maximum timeline my user might have access to.
What if we did away with the standard scrollbar entirely? I like the idea of spooling old-school printer paper - some visualisation along oneside to indicated scrolling movement, but without speaking to your specific position within the whole. There could be indicators for when you're near the top or the bottom of your visible room history.
The text was updated successfully, but these errors were encountered: