no longer beta!
This commit is contained in:
parent
8d9596d209
commit
d50ad16ac8
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
## Work in progress
|
## Work in progress
|
||||||
|
|
||||||
- Recommended instances timeline
|
|
||||||
- OCR image captioning
|
- OCR image captioning
|
||||||
- Admin custom CSS
|
- Admin custom CSS
|
||||||
- Improve accesibility score
|
- Improve accesibility score
|
||||||
|
@ -35,6 +34,7 @@
|
||||||
- Yarn 3
|
- Yarn 3
|
||||||
- Fix Dockerfile @hanna
|
- Fix Dockerfile @hanna
|
||||||
- Saner defaults
|
- Saner defaults
|
||||||
|
- Recommended instances timeline
|
||||||
- Star as default reaction
|
- Star as default reaction
|
||||||
- Recommended Instances timeline
|
- Recommended Instances timeline
|
||||||
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
|
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.rc.5",
|
"version": "12.118.1-calc.rc.5.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||||
<template #label>{{ i18n.ts.recommendedInstances }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
|
|
||||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
||||||
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
Loading…
Reference in New Issue