remove comments, update changelog
This commit is contained in:
parent
acc3d6c0d2
commit
f76c1518e5
2 changed files with 3 additions and 17 deletions
|
@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- New option to optimize timeline rendering to make the site more responsive (enabled by default)
|
||||
|
||||
## [Unreleased patch]
|
||||
|
||||
## [2.1.0] - 2020-08-28
|
||||
|
|
|
@ -175,7 +175,6 @@
|
|||
:title="status.visibility | capitalize"
|
||||
/>
|
||||
</div>
|
||||
<!-- -->
|
||||
<a
|
||||
v-if="!status.is_local && !isPreview"
|
||||
:href="status.external_url"
|
||||
|
@ -199,12 +198,9 @@
|
|||
href="#"
|
||||
@click.prevent="toggleMute"
|
||||
><i class="button-icon icon-eye-off" /></a>
|
||||
<!-- -->
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Reply Row -->
|
||||
|
||||
<div class="heading-reply-row">
|
||||
<div
|
||||
v-if="isReply"
|
||||
|
@ -270,8 +266,6 @@
|
|||
</StatusPopover>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- -->
|
||||
</div>
|
||||
|
||||
<StatusContent
|
||||
|
@ -284,8 +278,6 @@
|
|||
@mediapause="removeMediaPlaying($event)"
|
||||
/>
|
||||
|
||||
<!-- Favs and Rts -->
|
||||
|
||||
<transition name="fade">
|
||||
<div
|
||||
v-if="!hidePostStats && isFocused && combinedFavsAndRepeatsUsers.length > 0"
|
||||
|
@ -323,19 +315,11 @@
|
|||
</div>
|
||||
</transition>
|
||||
|
||||
<!-- -->
|
||||
|
||||
<!-- Emoji Reactions -->
|
||||
|
||||
<EmojiReactions
|
||||
v-if="(mergedConfig.emojiReactionsOnTimeline || isFocused) && (!noHeading && !isPreview)"
|
||||
:status="status"
|
||||
/>
|
||||
|
||||
<!-- -->
|
||||
|
||||
<!-- Status Actions -->
|
||||
|
||||
<div
|
||||
v-if="!noHeading && !isPreview"
|
||||
class="status-actions"
|
||||
|
@ -375,7 +359,6 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<!-- -->
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Add table
Reference in a new issue