# 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 32
# self = https://watcher.sour.is/conv/r5m7hna
Alright @darch Let's do this! 🤗
There is a branch called uiux_redesign
It currently looks like this 😳
Alright @darch Let's do this! 🤗
There is a branch called uiux_redesign
It currently looks like this 😳
Great:) then let's see if I can figure out how to work with git...
@prologic Great, then let's see if I can figure out how to work with git\nBTW how is the search engine coming along?
@prologic Great, then let's see if I can figure out how to work with git
BTW how is the search engine coming along?
@darch I haven’t worked on it in a while. Hopedully I’ll have some more time soon! 😁
@darch I haven’t worked on it in a while. Hopedully I’ll have some more time soon! 😁
@prologic when I edit the html template files nothing changes. changing the CSS files works okay... I tried to restart twtd and to re-compile it but still no luck. Can you point me to some doc about how this Go thing works? Not the whole zibang, just the part I need to know for the UI-stuff😊
@darch Did you start twtd in production mode? I reckon you're better off with debug mode: make dev
@darch Are you running in debug mode? e.g: ./twtd -D ...
?
@darch Are you running in debug mode? e.g: ./twtd -D ...
?
@prologic yes otherwise twtd won't start on my machine
@darch hmmm I’ll test this and get back to you 🤗
@darch hmmm I’ll test this and get back to you 🤗
So when i run twtd w/o debug mode is asks for a settings.yaml, but I can't seem to find it anywhere in the github repo...
@darch can't do neither make
nor make dev
@darch H'm... Isn't that an error message that you get when you haven't yet built the dependencies? Specifically the go.rice
dependency? I think that running make deps
-- to build *rice* and *minify* -- first *might* solve your problem. :-)
@jlj Luckily rice isn't needed anymore. Twtd now uses Go 1.16's builtin embed package instead.
@jlj still gets the error after make deps
@darch You need to install this You need to install task tool.
@readfog thank you, but i still get an error:
my main issue it this https://twtxt.net/twt/uu5ew5a so maybe there is a way to start over from scracht because i have *go* idea what I have been messing around with...
@darch This is a i18n development tool, you can skip it and comment out the call line in Taskfile.yml.
Ha, doing waht the error message from make dev
suggested (go get github.com/GeertJohan/go.rice/embedded
) did the trick: Now it picked up my changes in the templates:) Thanks everyone, you are great:)
@lyse Oh, good to know. Ta!
@darch This may be a branch issue. The master branch does not have a go. rice dependency.
@readfog yes, @prologic made a UIUX branch, but it seem to have disappeared from the OP...