Merge branch 'expert-settings-and-serverside' into shigusegubu
* expert-settings-and-serverside: lint pre-emptively wipe serverside settings on logout fix errors in choicesetting fix typos in profile page hidden away more settings when logged out fix settings behaving erratically and not updating properly fix stripping rich content not working revert changes related to streaming/firehose setting, reword it so it's not confused with websocket streaming fix firefox rendering (??????????) revert to using local setting for default nsfw since backend is broken better phrasing new defaults expert settings toggle + server-side settings
This commit is contained in:
commit
e6cf9efe69
24 changed files with 565 additions and 290 deletions
|
|
@ -18,6 +18,7 @@ export const multiChoiceProperties = [
|
|||
]
|
||||
|
||||
export const defaultState = {
|
||||
expertLevel: 0, // used to track which settings to show and hide
|
||||
colors: {},
|
||||
theme: undefined,
|
||||
customTheme: undefined,
|
||||
|
|
@ -43,7 +44,7 @@ export const defaultState = {
|
|||
alwaysShowNewPostButton: false,
|
||||
autohideFloatingPostButton: false,
|
||||
pauseOnUnfocused: true,
|
||||
stopGifs: false,
|
||||
stopGifs: true,
|
||||
replyVisibility: 'all',
|
||||
notificationVisibility: {
|
||||
follows: true,
|
||||
|
|
@ -71,7 +72,7 @@ export const defaultState = {
|
|||
hideFilteredStatuses: undefined, // instance default
|
||||
playVideosInModal: false,
|
||||
useOneClickNsfw: false,
|
||||
useContainFit: false,
|
||||
useContainFit: true,
|
||||
greentext: undefined, // instance default
|
||||
useAtIcon: undefined, // instance default
|
||||
mentionLinkDisplay: undefined, // instance default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue