# 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 16
# self = https://watcher.sour.is/conv/bg2vtbq
@prologic Don't worry, leave it to us. 😜
@justamoment I'm not worried 😅
@justamoment I'm not worried 😅
@prologic Since we're in topic I would like to ask about the accessibility part for the pwa, I looked at the documentation of the polythene library and it seems well covered on that part, are there any particular additions that might be useful?

Usually there's not much request at my office so I just focus on having the application decently organized on the HTML structure and allowing a good keyboard navigation but not much else.
@justamoment Probably the most important thing to avoid is hovers or mouse overs 🤬
@justamoment Probably the most important thing to avoid is hovers or mouse overs 🤬
@prologic Do you mean mouse over as interactions or what exactly?

To me hovers are mostly for visual feedback.

I too find them bothersome when they cover half screen with weird popups from mega menus for example.
@justamoment So imagine you are vision impaired like me, and you have to zoom into the screen to a point where you can only see a couple of words at a time. Now imagine as you use your mouse to pan around the screen so you can read the shit in the first place, popups / hovers appears out of nowhere, often as a result of accidently mousing over a profile pic/avatar that then pops up a box that now covers what you were reading, or worse yet (Teams does this) pops up the emoji window in case you want to react to the message but now that's covering what you're reading too!
@justamoment So imagine you are vision impaired like me, and you have to zoom into the screen to a point where you can only see a couple of words at a time. Now imagine as you use your mouse to pan around the screen so you can read the shit in the first place, popups / hovers appears out of nowhere, often as a result of accidently mousing over a profile pic/avatar that then pops up a box that now covers what you were reading, or worse yet (Teams does this) pops up the emoji window in case you want to react to the message but now that's covering what you're reading too!
@prologic I see, thank you for explaining your experience with UIs.

I'll try to make it so it doesn't get in the way as you described. 👌
@justamoment You would be my hero 🤗
@justamoment You would be my hero 🤗
@prologic Hope to be!

Just understand better how you browse, do you use a dedicated app or plugin or you simply zoom in the page with the native zooming?
@justamoment I use full-screen zoom as per Apple brilliant macOS built-in Accessibility options 👌
@justamoment I use full-screen zoom as per Apple brilliant macOS built-in Accessibility options 👌
@prologic Nice, I'll look at it when working on the app.