feat: 🔖 .7
This commit is contained in:
parent
473291fe70
commit
74d5c3c162
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.6.9",
|
||||
"version": "12.118.1-calc.7",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user