mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add multi-user timeline support
This commit is contained in:
parent
4660d23667
commit
eeead99e32
8 changed files with 80 additions and 35 deletions
|
|
@ -26,7 +26,7 @@ proc renderSearch*(): VNode =
|
|||
buildHtml(tdiv(class="panel")):
|
||||
tdiv(class="search-panel"):
|
||||
form(`method`="post", action="search"):
|
||||
input(`type`="text", name="query", placeholder="Enter username...")
|
||||
input(`type`="text", name="query", placeholder="Enter usernames...")
|
||||
button(`type`="submit"): text "🔎"
|
||||
|
||||
proc renderError*(error: string): VNode =
|
||||
|
|
|
|||
Loading…
Reference in a new issue