From a11f31bb3fc4dab61c0c833183ccd2d84b086e91 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Jan 2018 20:02:32 -0800 Subject: [PATCH] implement hashtags --- routes/_components/Layout.html | 2 +- routes/_components/Nav.html | 6 +++ routes/_components/NavItem.html | 6 +-- routes/_components/Status.html | 20 ++++++++- routes/_components/Timeline.html | 9 +++- routes/_utils/mastodon/timelines.js | 18 +++++++- routes/tags/[tagName].html | 66 +++++++++++++++++++++++++++++ templates/2xx.html | 6 +++ 8 files changed, 126 insertions(+), 7 deletions(-) create mode 100644 routes/tags/[tagName].html diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 59ea249d..6c0fad4e 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,5 +1,5 @@ <:Window bind:innerHeight /> -