# 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 13
# self = https://watcher.sour.is/conv/6gdjuoa
@prologic Allright i did a little bug huting. Theres is a new PR ready now fixing some mobile UI bugs #1008
#bug Anyone else noticed that clicking on Bookmarks or Mute make the icon disappear?




I belive it was cause by the CSS changes I made in yesterdays PR, which have already been merged to main, but trying to roll back the change does not seem to fix it, so it might have been ther for some time.

Will others please test on their pods and report back here?
@darch Thanks for fixing this! 👌
@darch Thanks for fixing this! 👌
@prologic not sure it fixed yet...
@prologic Sorry to say that the issue seem to have started with your commit ef79797f97

When I checkout the previous commit by Tai Groot 649978bbd2, build it and run on my server the issue with the disappearing Bookmark and Mute buttons are not there.
@darch Ahh! I _think_ know what's going on...

Also this link is a better view (ignoring whitespace ahgnes).

This function is used by two kinds of buttons that are nested differently and have different DOM structure. You'll have to write two different versions of this function, or find a better way to match the button(s).
@darch Ahh! I _think_ know what's going on...

Also this link is a better view (ignoring whitespace ahgnes).

This function is used by two kinds of buttons that are nested differently and have different DOM structure. You'll have to write two different versions of this function, or find a better way to match the button(s).
Totally my bad 🤦‍♂️
Totally my bad 🤦‍♂️
@prologic Not sure I know how to fix the issue, since I don't really know JS very well.
@darch I will try then 👌
@darch I will try then 👌