chore: update readme to indicate client-side JS so far
This commit is contained in:
parent
186c37a8c0
commit
5b75716725
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ These are streams of thought you decide to float to your personal site for being
|
||||||
How it works:
|
How it works:
|
||||||
1. a featured status will be fetched on the server along with qualified "descendants", which are replies of the same author in a single thread.
|
1. a featured status will be fetched on the server along with qualified "descendants", which are replies of the same author in a single thread.
|
||||||
2. clean HTML with some styling will be sent to the viewer's browser
|
2. clean HTML with some styling will be sent to the viewer's browser
|
||||||
3. it is therefore zero-JS as of yet
|
3. bit of client-side JS for progressive enhancement:
|
||||||
|
1. `<relative-time>` by GitHub: https://github.com/github/relative-time-element
|
||||||
4. self-hostable with the app configuration in `threads.py` file -- we are working on a docker way and easy configuration
|
4. self-hostable with the app configuration in `threads.py` file -- we are working on a docker way and easy configuration
|
||||||
|
|
||||||
See it [in action](https://ayco.io/threads).
|
See it [in action](https://ayco.io/threads).
|
||||||
|
|
Loading…
Reference in a new issue