Merge branch 'themes-accent' into shigusegubu
* themes-accent: dismiss warning when selecting other themes, fix collapsed attachments link color properly clear theme fixed transparent + semi-transparent inheritance case post-merge fix fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezy themes to have derived colors instead of fixed ones. Emoji Reactions - fixes and improvements MRF Keyword Policy Disclosure Include non-gallery attachments and distinguish between images and videos Indicate whether collapsed statuses contain gallery media or link preview cards Add option text Add `with_move` param for fetching notification Change to hide User migrates tab when allow following move Add setting for allow_following_move
This commit is contained in:
commit
fb2fd32517
34 changed files with 380 additions and 82 deletions
|
|
@ -23,6 +23,7 @@ export const defaultState = {
|
|||
autoLoad: true,
|
||||
streaming: false,
|
||||
hoverPreview: true,
|
||||
emojiReactionsOnTimeline: true,
|
||||
autohideFloatingPostButton: false,
|
||||
pauseOnUnfocused: true,
|
||||
stopGifs: false,
|
||||
|
|
@ -32,7 +33,8 @@ export const defaultState = {
|
|||
mentions: true,
|
||||
likes: true,
|
||||
repeats: true,
|
||||
moves: true
|
||||
moves: true,
|
||||
emojiReactions: false
|
||||
},
|
||||
webPushNotifications: false,
|
||||
muteWords: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue