# 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 9
# self = https://watcher.sour.is/conv/gu3ebsq
So close... just need a way to seperate the menus from each other (I'm not strong in JS, will need a hand with that) and need a way to adjust the margin-top position based on number of items in the list... Which I think may also be JS??

@ullarah That is super fucking cool! 😎 I’ll be happy to give you a hand with the JavaScript when I get back from Table Tennis in a couple of hours πŸ‘Œ
@ullarah That is super fucking cool! 😎 I’ll be happy to give you a hand with the JavaScript when I get back from Table Tennis in a couple of hours πŸ‘Œ
@prologic Feel free to checkout #599 it's up-to-date with that screenshot. I had a crack at the JS myself but just ended up nowhere haha!
@ullarah can you briefly describe to me what the JavaScript functionality needs to do? πŸ€”
@ullarah can you briefly describe to me what the JavaScript functionality needs to do? πŸ€”
@ullarah also is another way to do it in pure CSS? πŸ€”
@ullarah also is another way to do it in pure CSS? πŸ€”
May I recommend smaller PRs? On this one the title doesn’t match much with what it was done. The avatar, and domain changes were not a breaking change, and could have been merged easily. I understand it is a WIP, but smaller, incremental changes are easier to apply, troubleshoot, and fix.