# 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 33
# self = https://watcher.sour.is/conv/2kj5qta
No time to code yet but started playing around.
Mockup
@justamoment That's looking pretty good for a layout I _think_ cc @markwylde
@justamoment That's looking pretty good for a layout I _think_ cc @markwylde
@prologic I'm trying to get the navigation right first, I'll be sketching a couple more before starting on the code. #pwa
Here some mockups for the app layout and navigation, a bit better this time!

What do you guys think?
#pwa

App layout mockups
@justamoment This looks pretty nice. Reminds me of tweetbot which is good. I guess
@carsten Yeah, I looked up at a bunch of Twitter UI redesigns on Behance and Dribbble to understand how they tried to "improve" the app and took what felt nice to me for the #pwa

For me an ergonomic interface is very important and keeping in mind the various ways to use a touchscreen + the desktop interface, I kept the possibility of having multiple layouts to switch to the user's liking.
cc @eldersnake @david @jlj @laz @carsten @thecanine @mutefall @markwylde @deebs @caesar (probably forgetting a few folks, sorry!) -- Please have a look at the proposed layout/designs @justamoment is proposing in a new Mobile / Desktop app rewrite of Goryon (being rewritten as a PWA/SPA with MithrilJS) All opinions matter, even if you've never used Goryon before 🙇‍♂️
cc @eldersnake @david @jlj @laz @carsten @thecanine @mutefall @markwylde @deebs @caesar (probably forgetting a few folks, sorry!) -- Please have a look at the proposed layout/designs @justamoment is proposing in a new Mobile / Desktop app rewrite of Goryon (being rewritten as a PWA/SPA with MithrilJS) All opinions matter, even if you've never used Goryon before 🙇‍♂️
@prologic Ooh. 😲

I didn't know about the plan to replace Goryon, how do you manage to compile it for Play store and the others?
@justamoment

> I didn’t know about the plan to replace Goryon, how do you manage to compile it for Play store and the others?

I _believe_ we can package it up with with Cordova. But first let's just get it working and installed/deployed to https://yarn.social/app 👌 As it's a PWA it's immediately installable on pretty much every device/os anyway that supports PWA (quite a few now)
@justamoment

> I didn’t know about the plan to replace Goryon, how do you manage to compile it for Play store and the others?

I _believe_ we can package it up with with Cordova. But first let's just get it working and installed/deployed to https://yarn.social/app 👌 As it's a PWA it's immediately installable on pretty much every device/os anyway that supports PWA (quite a few now)
@prologic Will do when I get back in tonight.
@prologic Nice. Yeah, let's focus on that.

I also recall Google offering a section dedicated to publishing pure PWAs directly in the Play store but I'm not sure if it's still there.

And also being a PWA could open the possibility of an iOS version too, I don't own any Apple devices so can't help there. 😎
@justamoment Yup 👌 I can help with the iOS side 👌 And if we get this right I'd like to publish them as "Yarn" in both stores as "Yarn.social"
@justamoment Yup 👌 I can help with the iOS side 👌 And if we get this right I'd like to publish them as "Yarn" in both stores as "Yarn.social"
@prologic Hope to see it soon. 😁
My better half is using Figma for these kind of wireframes. You can also do some basic animations and screen flow with it. Pretty cool tool. https://www.figma.com/
@carsten Yeah. I already know of it, but I think it's dangerous if used without thinking.

I prefer doing a simple sketch by hand or stylized (like the one I shared) to avoid getting used to a style and then getting stuck to it on any iteration.

To me mockups should be to plan and understand how a pure interface works best and nothing more.

I compare designing then as playing with index cards, you shuffle them, fold them and overlap them.

This is something that those tools never helped me do easily.
@justamoment that is a valid point. And yes, the or students beside my *better-half* are also doing it in many ways. Hand drawn, computer aided, Figma, Adobe Tools, etc. But every so often we are forced to work with tools we don't like, e.g. MS Office.
@justamoment @prologic The design wireframes look pretty good, but those profile pictures better be squircles in the final release! 😏

I'm also still more than a bit skeptical about going from native to webapp. The webapps on Android tend to open in Chrome and to make it worse, with no option to disable history or other bloat from being saved through it.

I'd love to be proven wrong, but so far I haven't found a PWA that'd work for me right out of the box, without me at best having to wrap it in it's own small browser that isn't chrome, through one of those rather sketchy sites like AppsGeyser.com.
@carsten Everyone has it's pain that can't get free from...

Just don't use them in personal projects! (btw i used Inkscape for mine).
@thecanine I'm more of a circle fan, but everything can be done, it could be a custom option.

Your concerns about switching to a webapp are not much to worry about if the PWA is made correctly, Here an example i made when building my ParcelJS setup for my office, if you select "Install App" from the tab options it will install like a normal app.

Also AppsGeyser simply wrap with a frame your website, a PWAs is not made that way.

To learn more on PWAs check this out.
@justamoment That's fair, but if there is a switch, it better also include a "pure square" option, for the square purists like myself. 😄

Well correctly made or not, if you "install it" directly from a browser, I don't think it'll be as separate as I'd want it to be (not saving shit into browser history, cookies, fill-ins...).

What AppsGeyser does isn't creating a PWA, that's poor wording on my end, but even with well made PWAs, like https://app.revolt.chat, wrapping the web apps site through AppsGeyser ended up being closer to meeting my needs, than using it the intended way, despite it still being even further from native.
@thecanine Yeah, if something is missing, me, you and everyone else can add anything they might need.

It's true that it shares data with chrome since it IS chrome even if installed.

Using Cordova should fill the need of physically separate the app from the browser plus adding an API for native interactions and having more control on the output generated.

Still, the first step is to have the app working. 😜
Here I come with another mockup!

This time the feed/post layout, with three ideas:
- Focus on content
- Standard card with padding
- Flat full width post (with or without a card, not sure yet)

Hope to hear some feedback from you!
#pwa

Feed/post mockups
@justamoment I think I prefer number three , but depending on colors chosen for the themes, the first one could also work, though I don't think it'd work well with an AMOLED theme. 🤔
@thecanine Going pure black with a light border should do the job, on the other too.
And here the mockups for the profile.

Three versions here too:
- A large version
- A smaller version
- A compact but more linear version + links as chips to make them smaller and more "clickable"

Feedback appreciated here too!
#pwa

Profile mockups
@justamoment The first one would be the obvious choice, if we plan to eventually add user banners. Otherwise there'd be way too much nothing around the profile picture and the other two would work better. 🤔
@thecanine Yeah, I tried playing around for some variety, the first one is my favorite too, let's see if someone else have any other idea.
@justamoment these are great! the third wireframe for the profile really sits well with me. great work.
@mutefall Nice!

Waiting some more feedback from others.

Meanwhile I'll be planning the app feature tree to manage the work.
#pwa