aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 13:43:40 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 13:43:40 -0400
commit64635a0a0e07a107c4019e366feb2fe5b01c8b04 (patch)
treece6f53c2cd106485a680b17edecf355eed6654f0 /src/client/documents/Documents.ts
parent597ad3716286e9eff29316605514218889690da5 (diff)
ready to pull
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 623a5251e..aac15059e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -488,14 +488,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');
- // cardSortForDropDown?: STRt = new StrInfo('needed for dropdown and i dont know why')
- // cardSort_customField?: STRt = new StrInfo('field key used for sorting cards');
- cardSort_activeIcons?: List<string>; //icons each card is tagges with
- // cardSort_visibleSortGroups?: List<string>; // which sorting values are being filtered (shown)
-
- // cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown)
cardSort_isDesc?: BOOLt = new BoolInfo('whether the cards are sorted ascending or descending');
- // test?: STRt = new StrInfo('testing for filtering')
}
export const DocOptions = new DocumentOptions();