upd: add option to select between note designs

Adds the ability to choose between `Sharkey` or `Misskey`
This commit is contained in:
Mar0xy 2023-12-02 13:09:25 +01:00
parent 1c75339471
commit f0fe8eceaf
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
16 changed files with 3404 additions and 323 deletions

View file

@ -254,6 +254,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
noteDesign: {
where: 'device',
default: 'sharkey' as 'sharkey' | 'misskey',
},
enableInfiniteScroll: {
where: 'device',
default: true,