From c0c7e9fafeceda6659a31a204145a20d33d49c20 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 27 Jan 2018 16:35:44 -0800 Subject: [PATCH] refactor --- routes/_components/{ => status}/Avatar.html | 2 +- routes/_components/{ => status}/Media.html | 4 ++-- routes/_components/{ => status}/Status.html | 6 +++--- routes/_components/{ => status}/Toolbar.html | 0 .../_components/{ => status}/VideoDialog.html | 2 +- .../{ => timeline}/LazyTimeline.html | 6 +++--- .../{ => timeline}/LoadingFooter.html | 2 +- .../{ => timeline}/StatusListItem.html | 2 +- .../_components/{ => timeline}/Timeline.html | 20 +++++++++---------- routes/_utils/asyncModules.js | 2 +- routes/_utils/showVideoDialog.js | 2 +- routes/accounts/[accountId].html | 2 +- routes/federated.html | 2 +- routes/index.html | 2 +- routes/local.html | 2 +- routes/tags/[tagName].html | 2 +- 16 files changed, 29 insertions(+), 29 deletions(-) rename routes/_components/{ => status}/Avatar.html (90%) rename routes/_components/{ => status}/Media.html (97%) rename routes/_components/{ => status}/Status.html (98%) rename routes/_components/{ => status}/Toolbar.html (100%) rename routes/_components/{ => status}/VideoDialog.html (97%) rename routes/_components/{ => timeline}/LazyTimeline.html (87%) rename routes/_components/{ => timeline}/LoadingFooter.html (88%) rename routes/_components/{ => timeline}/StatusListItem.html (80%) rename routes/_components/{ => timeline}/Timeline.html (90%) diff --git a/routes/_components/Avatar.html b/routes/_components/status/Avatar.html similarity index 90% rename from routes/_components/Avatar.html rename to routes/_components/status/Avatar.html index 14e96475..e88f8eb1 100644 --- a/routes/_components/Avatar.html +++ b/routes/_components/status/Avatar.html @@ -18,7 +18,7 @@ }