This commit is contained in:
ThatOneCalculator 2022-07-18 20:42:31 -07:00
parent 5177060c82
commit de57e5d66a
2 changed files with 16 additions and 7 deletions

View file

@ -2,7 +2,19 @@
### Implemented ### 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 ### Planned
- MFM button - MFM button
- Better Messaging UI - Better Messaging UI
- Like/star button - Like/star button

View file

@ -71,16 +71,13 @@ export const defaultStore = markRaw(new Storage('base', {
menu: { menu: {
where: 'deviceAccount', where: 'deviceAccount',
default: [ default: [
'notifications', 'notifications',,
'favorites',
'drive',
'followRequests', 'followRequests',
'-', 'messaging',
'favorites',
'explore', 'explore',
'announcements', 'channels',
'search', 'search',
'-',
'ui',
], ],
}, },
visibility: { visibility: {