From 7ce7df6947577c39cdfc265df356c7a030c8fcc3 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 11 Dec 2022 18:00:39 -0800 Subject: [PATCH] fix: label --- CALCKEY.md | 38 +++++++++---------- package.json | 2 +- .../client/src/pages/settings/migration.vue | 11 +++++- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index 0b6cff0af..45ed6f0df 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -3,27 +3,27 @@ ## Planned - Stucture - - [Sonic](https://crates.io/crates/sonic-server) support as an ElasticSearch alternative - - [DragonflyDB](https://dragonflydb.io/) support as a Redis alternative - - Optionally use [ScyllaDB](https://www.scylladb.com/open-source-nosql-database/) for storing notes - - Rewrite backend in Rust and [Axum](https://github.com/tokio-rs/axum) + - [Sonic](https://crates.io/crates/sonic-server) support as an ElasticSearch alternative + - [DragonflyDB](https://dragonflydb.io/) support as a Redis alternative + - Optionally use [ScyllaDB](https://www.scylladb.com/open-source-nosql-database/) for storing notes + - Rewrite backend in Rust and [Axum](https://github.com/tokio-rs/axum) - Function - - Federate with note edits - - User "choices" (recommended users) like Mastodon and Soapbox - - Join Reason system like Mastodon/Pleroma - - Option to publicize instance blocks - - Backfill remote users - - Build flag to remove NSFW/AI stuff - - Timeline filters - - Filter notifications by user - - Non-nyaify cat mode - - Exclude self from antenna + - Federate with note edits + - User "choices" (recommended users) like Mastodon and Soapbox + - Join Reason system like Mastodon/Pleroma + - Option to publicize instance blocks + - Backfill remote users + - Build flag to remove NSFW/AI stuff + - Timeline filters + - Filter notifications by user + - Non-nyaify cat mode + - Exclude self from antenna - Form - - MFM button - - Personal notes for all accounts - - Fully revamp non-logged-in screen - - Classic mode make instance icon bring up new context menu - - [Rat mode?](https://stop.voring.me/notes/933fx97bmd) + - MFM button + - Personal notes for all accounts + - Fully revamp non-logged-in screen + - Classic mode make instance icon bring up new context menu + - [Rat mode?](https://stop.voring.me/notes/933fx97bmd) ## Work in progress diff --git a/package.json b/package.json index 8d4a87bfc..7238c8621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.0.0-rc3", + "version": "13.0.0-rc4", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/settings/migration.vue b/packages/client/src/pages/settings/migration.vue index 4bc794518..80430a144 100644 --- a/packages/client/src/pages/settings/migration.vue +++ b/packages/client/src/pages/settings/migration.vue @@ -9,7 +9,7 @@ {{ i18n.ts.moveAccount }} -
{{ i18n.ts.moveAccountDescription }}
+
{{ i18n.ts.moveAccountDescription }}
@@ -21,7 +21,7 @@ {{ i18n.ts.save }} -
{{ i18n.ts.moveFromDescription }}
+
{{ i18n.ts.moveFromDescription }}
@@ -59,3 +59,10 @@ definePageMetadata({ icon: 'ph-lock-bold ph-lg', }); + +