From f1eaee46742c31c74bd73f40a98591f79f5ab0eb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 31 Jan 2018 18:20:30 -0800 Subject: [PATCH] implement autoplay gif feature for avatars --- routes/_components/AccountProfile.html | 20 ++++----- routes/_components/NonAutoplayImg.html | 38 +++++++++++++++++ routes/_components/status/Avatar.html | 33 ++++++++++++--- routes/_components/status/Status.html | 2 +- routes/_store/store.js | 6 ++- routes/_utils/events.js | 17 ++++++++ routes/settings/_components/SettingsNav.html | 1 + routes/settings/general.html | 44 ++++++++++++++++++++ routes/settings/index.html | 1 + 9 files changed, 142 insertions(+), 20 deletions(-) create mode 100644 routes/_components/NonAutoplayImg.html create mode 100644 routes/settings/general.html diff --git a/routes/_components/AccountProfile.html b/routes/_components/AccountProfile.html index b976a82..43332a3 100644 --- a/routes/_components/AccountProfile.html +++ b/routes/_components/AccountProfile.html @@ -1,9 +1,10 @@ -
+