Merge branch 'better-still-emoji' into shigusegubu
* better-still-emoji: change defaults bump limit to a saner one moved mentions into a separate component - MentionLine, added collapsing of mentions when there's too many of 'em fix empty spaces again configurable mentions placement moving mentions into separate row moved transparent button styles into button itself
This commit is contained in:
commit
59d8a3bd92
16 changed files with 289 additions and 56 deletions
|
|
@ -56,6 +56,8 @@ export const defaultState = {
|
|||
interfaceLanguage: browserLocale,
|
||||
hideScopeNotice: false,
|
||||
useStreamingApi: false,
|
||||
mentionsOwnLine: false,
|
||||
mentionsNewStyle: false,
|
||||
sidebarRight: undefined, // instance default
|
||||
scopeCopy: undefined, // instance default
|
||||
subjectLineBehavior: undefined, // instance default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue