refactor: remove todo comments

This commit is contained in:
DecafDev 2024-06-24 03:23:30 -06:00
parent cadee1adc5
commit 5ce7cbb448
9 changed files with 0 additions and 12 deletions

View file

@ -60,7 +60,6 @@ export enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add more types
export enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",

View file

@ -61,7 +61,6 @@ export enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add more types
export enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",

View file

@ -73,7 +73,6 @@ export enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add is between
export enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",
@ -91,7 +90,6 @@ export enum ContentFilterCondition {
IS_NOT_EMPTY = "is-not-empty",
}
//TODO add is child of and is parent of?
export enum FolderFilterCondition {
IS = "is",
IS_NOT = "is-not",

View file

@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add is between
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",
@ -92,7 +91,6 @@ enum ContentFilterCondition {
IS_NOT_EMPTY = "is-not-empty",
}
//TODO add is child of and is parent of?
enum FolderFilterCondition {
IS = "is",
IS_NOT = "is-not",

View file

@ -102,7 +102,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add is between
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",
@ -120,7 +119,6 @@ enum ContentFilterCondition {
IS_NOT_EMPTY = "is-not-empty",
}
//TODO add is child of and is parent of?
enum FolderFilterCondition {
IS = "is",
IS_NOT = "is-not",

View file

@ -71,7 +71,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add more types
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",

View file

@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add more types
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",

View file

@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add more types
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",

View file

@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
DOES_NOT_EXIST = "does-not-exist",
}
//TODO: add is between
enum DateFilterCondition {
IS = "is",
IS_BEFORE = "is-before",