mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
refactor: remove todo comments
This commit is contained in:
parent
cadee1adc5
commit
5ce7cbb448
9 changed files with 0 additions and 12 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ enum CheckboxFilterCondition {
|
|||
DOES_NOT_EXIST = "does-not-exist",
|
||||
}
|
||||
|
||||
//TODO: add more types
|
||||
enum DateFilterCondition {
|
||||
IS = "is",
|
||||
IS_BEFORE = "is-before",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
|
|||
DOES_NOT_EXIST = "does-not-exist",
|
||||
}
|
||||
|
||||
//TODO: add more types
|
||||
enum DateFilterCondition {
|
||||
IS = "is",
|
||||
IS_BEFORE = "is-before",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
|
|||
DOES_NOT_EXIST = "does-not-exist",
|
||||
}
|
||||
|
||||
//TODO: add more types
|
||||
enum DateFilterCondition {
|
||||
IS = "is",
|
||||
IS_BEFORE = "is-before",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ enum CheckboxFilterCondition {
|
|||
DOES_NOT_EXIST = "does-not-exist",
|
||||
}
|
||||
|
||||
//TODO: add is between
|
||||
enum DateFilterCondition {
|
||||
IS = "is",
|
||||
IS_BEFORE = "is-before",
|
||||
|
|
|
|||
Loading…
Reference in a new issue