feat: 🔖 .7

This commit is contained in:
ThatOneCalculator 2022-08-16 23:58:21 -07:00
parent 473291fe70
commit 74d5c3c162
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,6 @@
## Planned
- MFM button
- Make more of the post clickable like every other SNS
- Better Messaging UI
- Classic mode make instance icon bring up new context menu
- Like/star button
@ -21,7 +20,6 @@
## Work in progress
- Improved note style
- OCR image captioning
- Swipe through timelines on mobile
- Admin custom CSS
@ -48,6 +46,8 @@
- Illustrated by [Henki](https://www.youtube.com/c/Henkiwashere)!
- Licensed under the CC-BY-SA 4.0.
- Better timeline top bar
- Improved note style
- Make more of the post clickable like every other SNS
- Mark as read from notifications widget
- Less cluttered notification summary
- Better welcome screen (not logged in)

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.6.9",
"version": "12.118.1-calc.7",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -31,9 +31,9 @@
<MkVisibility :note="note"/>
</div>
</div>
<article class="article" @contextmenu.stop="onContextmenu">
<article class="article" @contextmenu.stop="onContextmenu" @click="router.push(notePage(appearNote))">
<MkAvatar class="avatar" :user="appearNote.user"/>
<div class="main" @click="router.push(notePage(appearNote))">
<div class="main">
<XNoteHeader class="header" :note="appearNote" :mini="true"/>
<MkInstanceTicker v-if="showTicker" class="ticker" :instance="appearNote.user.instance"/>
<div class="body">