# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 14
# self = https://watcher.sour.is/conv/csmgr4q
Something odd I have been noticing. Occasionally, when I come to twtxt.net on mobile, the keyboard comes up but there is nothing to type. There is some code left behind from the old onfocus that’s causing this, I gather.
@bender I noticed that too. But I couldn't remember whether that was a preexisting behavior or not. So hmmmm
@bender I noticed that too. But I couldn't remember whether that was a preexisting behavior or not. So hmmmm
@bender I can see in the templates that autofocus="true" has always been the case (_the template for the postbox has conditional logic_) for Timeline, Discover and Mention views. There are like one or two views where it is set to false. So hmmm I'm not sure wtf I was thinking back then πŸ€” How should it behave?
@bender I can see in the templates that autofocus="true" has always been the case (_the template for the postbox has conditional logic_) for Timeline, Discover and Mention views. There are like one or two views where it is set to false. So hmmm I'm not sure wtf I was thinking back then πŸ€” How should it behave?
@prologic it should just show the page. If I tap on the message box, then bring up the keyboard, of course. Right now it is kind of annoying, as one needs to tap β€œDone” often, for nothing. πŸ˜…
@bender Done! βœ…
@bender Done! βœ…
Well we're still rebuilding... Give it a few mins 🀣
Well we're still rebuilding... Give it a few mins 🀣
That's a bit better now... But do we want the textarea focused when you toggle the postbox open? πŸ€”
That's a bit better now... But do we want the textarea focused when you toggle the postbox open? πŸ€”
Should be fixed now.
Should be fixed now.