Update from obsidian - thinkpad

Affected files:
projects/games.md
projects/personal-page-notes/List of Games.md
This commit is contained in:
Alexander Navarro 2023-11-04 12:09:35 -03:00
parent 2a2926320a
commit c3e2778f4e
2 changed files with 5 additions and 3 deletions

View file

@ -80,6 +80,7 @@ columns:
- { label: "INBOX", value: "INBOX", color: "hsl(85, 95%, 90%)"} - { label: "INBOX", value: "INBOX", color: "hsl(85, 95%, 90%)"}
- { label: "READING", value: "READING", color: "hsl(23, 95%, 90%)"} - { label: "READING", value: "READING", color: "hsl(23, 95%, 90%)"}
- { label: "ARCHIVED", value: "ARCHIVED", color: "hsl(9, 95%, 90%)"} - { label: "ARCHIVED", value: "ARCHIVED", color: "hsl(9, 95%, 90%)"}
- { label: "Reading", value: "Reading", color: "hsl(89, 95%, 90%)"}
config: config:
enable_media_view: true enable_media_view: true
link_alias_enabled: true link_alias_enabled: true
@ -298,7 +299,7 @@ filters:
enabled: true enabled: true
conditions: conditions:
- condition: AND - condition: AND
disabled: true disabled: false
label: "Games not played" label: "Games not played"
color: "hsl(25, 95%, 90%)" color: "hsl(25, 95%, 90%)"
filters: filters:

View file

@ -9,9 +9,10 @@
- [x] String - [x] String
- [x] Number (with logic operator) - [x] Number (with logic operator)
- [x] Select - [x] Select
- [ ] Multiple selector (with selection of and/or) - [x] Multiple selector
- [ ] Add clear input to every filter - [x] Add clear input to select input
- [ ] Add Clear all filters - [ ] Add Clear all filters
- [ ] Add a button in the table doesn't clean the input values, fix this.
- [ ] Refactor code organization - [ ] Refactor code organization
- [ ] Clean & optimize - [ ] Clean & optimize
- [ ] Extract types declaration where they belogns -> investigate where?? - [ ] Extract types declaration where they belogns -> investigate where??