# 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 27
# self = https://watcher.sour.is/conv/32wwwza
I want to know too as I'm the founder and _was_ largely responsible for its development 😆
I want to know too as I'm the founder and _was_ largely responsible for its development 😆
@prologic @david literally never counted on technicalsuwako's admin coming to yarn, lol
quite unexpected
@novaburst I'm quite pleased to be honest 😆 Means we're doing something right after all 👌
@novaburst I'm quite pleased to be honest 😆 Means we're doing something right after all 👌
@david コメントを追加するには、「Reply」を押す事が必須みたいです
押さないと、新しいスレッドを作ります
@prologic If you send rice from the following part, I think that it will reply to the current thread, but in fact a new thread will be created
@technicalsuwako Yeah so if you use the "Post Box" at the top, that will create a brand new post. Correct.
If you use "Reply" it will place the Post Box below the Twt you're replying to (if you have Javascript enabled), "Fork" will for the current Conversation/Thread (we call a Yarn) into a new one.
I'm not sure how else to make this better except to see if @ullarah can do something about hiding the Pos Box at the top behind some kind of HTML section with some CSS and JS. Ideally it would not be visible at all unless you clicked on a button of some kind...
@technicalsuwako Yeah so if you use the "Post Box" at the top, that will create a brand new post. Correct.
If you use "Reply" it will place the Post Box below the Twt you're replying to (if you have Javascript enabled), "Fork" will for the current Conversation/Thread (we call a Yarn) into a new one.
I'm not sure how else to make this better except to see if @ullarah can do something about hiding the Pos Box at the top behind some kind of HTML section with some CSS and JS. Ideally it would not be visible at all unless you clicked on a button of some kind...
The trick is making this work gracefully so that if you don't have Javascript enabled, it still works, even if a bit of a degraded UX. The UI/UX of the yarnd
Web Interface is designed to be an SSR (Server-Side Rendered) UI with very small use of Javascript with graceful degradation.
The trick is making this work gracefully so that if you don't have Javascript enabled, it still works, even if a bit of a degraded UX. The UI/UX of the yarnd
Web Interface is designed to be an SSR (Server-Side Rendered) UI with very small use of Javascript with graceful degradation.
@prologic Maybe having the post box contextual could help? If you are in a thread it will be posting there.
Plus adding a simple label above the post box or in the post button that says "Post in (#THREAD)" or "Reply to @USER" , ecc. can help the UX?
@justamoment That's how it behaves now hmmm 🤔 But there are some good points here. @ullarah let's see if we can make some improvements here when you're done with the other WIP PR(s) 👌
@justamoment That's how it behaves now hmmm 🤔 But there are some good points here. @ullarah let's see if we can make some improvements here when you're done with the other WIP PR(s) 👌
@prologic Oh. too bad, I haven't noticed.
Actually, I had a bit of trouble understanding where a post will go to at first so I spinned a yarn locally with the docker image to try on two accounts created on the spot there to see how it behaved to avoid making mistakes here.
Even when replying on threads I was confused that replying forked with another ID and I couldn't see it when replying below, I ended up copying manually the current thread id to be sure.😣
@justamoment We're going to need your help here to make this a better user experience. Please help us 🤗 I'm biased because I'm used to the current UX, but that doesn't mean it's _correct_ or even the _best_ user experience (yet) -- I blame myself, I originally built most of it, now thanks to folks like @ullarah it's getting a lot better 🤗
@justamoment We're going to need your help here to make this a better user experience. Please help us 🤗 I'm biased because I'm used to the current UX, but that doesn't mean it's _correct_ or even the _best_ user experience (yet) -- I blame myself, I originally built most of it, now thanks to folks like @ullarah it's getting a lot better 🤗
@prologic That's still amazing! 👍
If I can help on the UI/UX then sure!
Except the post box reference the rest is already pretty simple and nice.
A first point I can make is to show a reference of the thread like when you fork in the post box below, that would already make it clear you're replying there and not globally.
@justamoment Showing a reference is in the works 👌 Agreed 😅You are welcome to help us improve the UX 🙇♀️ Source code is linked in the footer of any pod 👌
@justamoment Showing a reference is in the works 👌 Agreed 😅You are welcome to help us improve the UX 🙇♀️ Source code is linked in the footer of any pod 👌
@prologic Okay, I'll check it out! 👍
Sadly, I don't know Go Lang though, so my help is limited to the HTML/JS parts. 😁
I can probably contribute the most on the pwa repo.