aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-26 14:17:18 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-26 14:17:18 -0400
commit3a3d4433e0b4bfc134370ba4938f22cbed61428b (patch)
tree7a3990de254ad6e4a32d73a16cddc5a37a8c9b9d /src/client/documents/Documents.ts
parent2f92d924a8dc1675cd12b08bbac7f57b2335a7b2 (diff)
sigh
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index a190fe11b..53422b0c8 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -481,8 +481,12 @@ export class DocumentOptions {
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>;
- cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown)
+ 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();