From 4215c11a70e0920d372d8ac1d386018f61016550 Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 28 Mar 2023 17:49:28 +0000 Subject: [PATCH] Replace svg imports with static paths --- CHANGELOG.md | 4 ++++ src/components/CryptoAddress.vue | 4 +++- src/components/Post.vue | 30 ++++++++++++------------- src/components/PostEditor.vue | 8 +++---- src/components/PostOrRepost.vue | 2 +- src/components/Search.vue | 4 ++-- src/components/Sidebar.vue | 24 +++++++++++--------- src/components/SidebarLayout.vue | 3 ++- src/components/StaticPage.vue | 3 ++- src/components/SubscriptionEthereum.vue | 4 ++-- src/components/SubscriptionMonero.vue | 2 +- src/components/VisibilityIcon.vue | 8 +++---- src/views/LandingPage.vue | 3 ++- src/views/NotificationList.vue | 14 ++++++------ src/views/PostOverlay.vue | 7 +++--- src/views/Profile.vue | 6 ++--- src/views/ProfileForm.vue | 6 +++-- 17 files changed, 74 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efeb81..2534199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Changed + +- Don't revoke auth token when handling timeline loading error. + ## [1.18.0] - 2023-03-21 ### Added diff --git a/src/components/CryptoAddress.vue b/src/components/CryptoAddress.vue index 26cb8e2..5e5f432 100644 --- a/src/components/CryptoAddress.vue +++ b/src/components/CryptoAddress.vue @@ -2,7 +2,7 @@
@@ -50,6 +50,8 @@ function copyAddress() { img { filter: $link-colorizer; height: 100%; + object-fit: contain; + width: 100%; } &:hover img { diff --git a/src/components/Post.vue b/src/components/Post.vue index 67c163f..b8ef8eb 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -33,7 +33,7 @@ @mouseleave="highlight(null)" @click.prevent="scrollTo(post.in_reply_to_id)" > - + - + {{ post.replies_count }} - + {{ post.replies_count }} - + {{ post.reblogs_count }} - + {{ post.favourites_count }} - + - + - +