diff --git a/CALCKEY.md b/CALCKEY.md index a34e150c4..f706be924 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -2,7 +2,19 @@ ### Implemented +- Saner defaults +- Star as default reaction +- Rosé Pine by default +- https://github.com/misskey-dev/misskey/pull/8983 +- https://github.com/misskey-dev/misskey/pull/8956 +- https://github.com/misskey-dev/misskey/pull/8954 +- https://github.com/misskey-dev/misskey/pull/8997 +- https://github.com/misskey-dev/misskey/pull/8996 +- https://github.com/misskey-dev/misskey/pull/8955 +- https://github.com/JakeMBauer/Misskey-Extras/blob/master/patches/star-is-like.patch + ### Planned + - MFM button - Better Messaging UI - Like/star button diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index c773e09c5..7de38fb2d 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -71,16 +71,13 @@ export const defaultStore = markRaw(new Storage('base', { menu: { where: 'deviceAccount', default: [ - 'notifications', - 'favorites', - 'drive', + 'notifications',, 'followRequests', - '-', + 'messaging', + 'favorites', 'explore', - 'announcements', + 'channels', 'search', - '-', - 'ui', ], }, visibility: {