Merge pull request #1338 from ajayyy/guidelines

Add initial sponsor help page
This commit is contained in:
Ajay Ramachandran
2022-05-31 13:38:27 -04:00
committed by GitHub
24 changed files with 754 additions and 39 deletions

View File

@@ -55,6 +55,7 @@ interface SBConfig {
scrollToEditTimeUpdate: boolean,
categoryPillUpdate: boolean,
darkMode: boolean,
showCategoryGuidelines: boolean,
// Used to cache calculated text color info
categoryPillColors: {
@@ -167,6 +168,7 @@ const Config: SBObject = {
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false,
darkMode: true,
showCategoryGuidelines: true,
categoryPillColors: {},