diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-13 09:21:29 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-13 09:21:29 -0400 |
commit | 13b4aa868ac664399bfd320902f3ddee57072392 (patch) | |
tree | 6577ef1174239728227221a79a361233cb286ac0 /src/client/documents/Documents.ts | |
parent | 4429a0565888d9118e37f1e58dec300220831661 (diff) |
create technically working
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 77cc5f51e..df69e215a 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -500,6 +500,7 @@ export class DocumentOptions { userColor?: STRt = new StrInfo('color associated with a Dash user (seen in header fields of shared documents)'); cardSort?: STRt = new StrInfo('way cards are sorted in deck view'); + customSortCount?: NUMt = new NumInfo('number of custom sorts the user has created'); // card_sort_time?: BOOLt = new BoolInfo('whether sorting cards in deck view by time'); // card_sort_type?: BOOLt = new BoolInfo('whether sorting cards in deck view by type'); // card_sort_color?: BOOLt = new BoolInfo('whether sorting cards in deck view by color'); |