sidebar
This commit is contained in:
parent
5177060c82
commit
de57e5d66a
12
CALCKEY.md
12
CALCKEY.md
|
@ -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
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue