From 8fd78556005afdefc675f7bb1a75d0e0a3603bfa Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Fri, 1 Jan 2021 02:12:44 +0100 Subject: [PATCH] Improved navigation from meet to account + UI for account dev --- src/routes/_components/Nav.html | 2 +- .../profile/AccountProfilePage.html | 9 +---- src/routes/_components/status/MeetStatus.html | 2 +- src/scss/themes/ozark.scss | 34 +++++++++++++++++++ static/fedilove-no-react.js | 20 ++++++++--- 5 files changed, 52 insertions(+), 15 deletions(-) diff --git a/src/routes/_components/Nav.html b/src/routes/_components/Nav.html index 2726f895..34603b2b 100644 --- a/src/routes/_components/Nav.html +++ b/src/routes/_components/Nav.html @@ -24,7 +24,7 @@ -
- + diff --git a/src/routes/_components/profile/AccountProfilePage.html b/src/routes/_components/profile/AccountProfilePage.html index 7bc0fa6a..7e194ac0 100644 --- a/src/routes/_components/profile/AccountProfilePage.html +++ b/src/routes/_components/profile/AccountProfilePage.html @@ -1,9 +1,6 @@ {#if $isUserLoggedIn} - {#if !filter} - - {/if} {:else} @@ -21,8 +18,6 @@ import HiddenFromSSR from '../HiddenFromSSR' import DynamicPageBanner from '../DynamicPageBanner.html' import { updateProfileAndRelationship, clearProfileAndRelationship } from '../../_actions/accounts' - import AccountProfile from './AccountProfile.html' - import PinnedStatuses from '../timeline/PinnedStatuses.html' import { formatIntl } from '../../_utils/formatIntl' export default { @@ -53,9 +48,7 @@ TimelinePage, FreeTextLayout, HiddenFromSSR, - DynamicPageBanner, - AccountProfile, - PinnedStatuses + DynamicPageBanner } } diff --git a/src/routes/_components/status/MeetStatus.html b/src/routes/_components/status/MeetStatus.html index 787781bd..619b4c70 100644 --- a/src/routes/_components/status/MeetStatus.html +++ b/src/routes/_components/status/MeetStatus.html @@ -19,7 +19,7 @@