This was fixed at 4ddfc0f88c, but not in the "messages" screen.
Luckily, my ISP sucks on a regular basis,
so it didn't take long until this happened to me.
also made sure that default images (genericPerson and twister-64)
come from {{site_root}} (in case we want a public server one day
and we want to mount on a path other than /
This actually happened (my ISP sucks even in 3rd world standards)
I also replaced the (usually @nobody) user link with static badge
The iframe on the left should be enough.
I just noticed that in the standard client they were called
"promoted posts" and it *does* sound less tacky because
promoted sounds less like a business and more like a cause.
Anyway, I think the new Haiku-tooltip has a better flow ;)
Great performance boost.
Also:
* Input field to copy @username
Once we can post, this may be handy
* Search is also an iframe (containing an iframe per user)
So you can keep composing a twist while searching for usernames
* Should be responsive for cellulars (I can only resize browser
to check. Got no phone. Anyway, the floating "Fork me" footer
now has a link to navigation (local users), and that's about all
the essential navigation. You can scroll a bit down from there
for search results, or all the way up for the content.
* Make sure Dillo etc. that don't see bootstrap font icon
can still have text links to everything
Enjoy
Also: support for mounting at non-root level (e.g. /swizzler)
via nginx etc. [might come in handy for public instances]
User search only returns @usernames, because it took too long to
get full name and avatar for all users (ah, the joys of NoJS).
Working on an iframe-based solution.
Don't get your hopes too high. It's not like swizzler now showing
unicode tags [yet]. It's just that it doesn't crash if there are
unicode errors (i.e. some weird pre-unicode codepage).
How does such a thing become a trending hashtag? I wonder :)
Now that we no longer have "??? users" (i.e. in no case can a
twist "look bad"), caching forever can boost things up seriously
*and* it's cool to see how someone's avatar changes over time :)
First, chill:
After you pull this, your current installation is supposed to
work fine *as is* (please let me know if it doesn't).
Nevertheless, it is recommended to enable basic auth by adding
these 2 lines to the `[swizzler]` section of `cherrypy.config`
(also documented at `cherrypy.config.example`)
browser_user: 'someuser'
browser_password: 'somepassword'
User and password don't need to be too long and funky
(or have anything to do with the user:pasword at rpc_url).
It's just a line of defense against [for example] trojans
who may not have significant file system rights,
but can still TCP-connect to localhost ;)
Existng apps should also `chmod 600 cherrypy.config`
(running `/.install.sh` again will do this as well),
because it would now contain a plaintext password
(and we don't want trojans yada yada).
Swizzle safely.