feat: 🔖 .7
This commit is contained in:
parent
473291fe70
commit
74d5c3c162
@ -3,7 +3,6 @@
|
|||||||
## Planned
|
## Planned
|
||||||
|
|
||||||
- MFM button
|
- MFM button
|
||||||
- Make more of the post clickable like every other SNS
|
|
||||||
- Better Messaging UI
|
- Better Messaging UI
|
||||||
- Classic mode make instance icon bring up new context menu
|
- Classic mode make instance icon bring up new context menu
|
||||||
- Like/star button
|
- Like/star button
|
||||||
@ -21,7 +20,6 @@
|
|||||||
|
|
||||||
## Work in progress
|
## Work in progress
|
||||||
|
|
||||||
- Improved note style
|
|
||||||
- OCR image captioning
|
- OCR image captioning
|
||||||
- Swipe through timelines on mobile
|
- Swipe through timelines on mobile
|
||||||
- Admin custom CSS
|
- Admin custom CSS
|
||||||
@ -48,6 +46,8 @@
|
|||||||
- Illustrated by [Henki](https://www.youtube.com/c/Henkiwashere)!
|
- Illustrated by [Henki](https://www.youtube.com/c/Henkiwashere)!
|
||||||
- Licensed under the CC-BY-SA 4.0.
|
- Licensed under the CC-BY-SA 4.0.
|
||||||
- Better timeline top bar
|
- Better timeline top bar
|
||||||
|
- Improved note style
|
||||||
|
- Make more of the post clickable like every other SNS
|
||||||
- Mark as read from notifications widget
|
- Mark as read from notifications widget
|
||||||
- Less cluttered notification summary
|
- Less cluttered notification summary
|
||||||
- Better welcome screen (not logged in)
|
- Better welcome screen (not logged in)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.6.9",
|
"version": "12.118.1-calc.7",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
<MkVisibility :note="note"/>
|
<MkVisibility :note="note"/>
|
||||||
</div>
|
</div>
|
||||||
</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"/>
|
<MkAvatar class="avatar" :user="appearNote.user"/>
|
||||||
<div class="main" @click="router.push(notePage(appearNote))">
|
<div class="main">
|
||||||
<XNoteHeader class="header" :note="appearNote" :mini="true"/>
|
<XNoteHeader class="header" :note="appearNote" :mini="true"/>
|
||||||
<MkInstanceTicker v-if="showTicker" class="ticker" :instance="appearNote.user.instance"/>
|
<MkInstanceTicker v-if="showTicker" class="ticker" :instance="appearNote.user.instance"/>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
|
Loading…
Reference in New Issue
Block a user