From c3e2778f4e877c577832b5f4215e8395c96c3610 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 4 Nov 2023 12:09:35 -0300 Subject: [PATCH] Update from obsidian - thinkpad Affected files: projects/games.md projects/personal-page-notes/List of Games.md --- projects/games.md | 3 ++- projects/personal-page-notes/List of Games.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/games.md b/projects/games.md index ee6da0f..49d23f5 100644 --- a/projects/games.md +++ b/projects/games.md @@ -80,6 +80,7 @@ columns: - { label: "INBOX", value: "INBOX", color: "hsl(85, 95%, 90%)"} - { label: "READING", value: "READING", color: "hsl(23, 95%, 90%)"} - { label: "ARCHIVED", value: "ARCHIVED", color: "hsl(9, 95%, 90%)"} + - { label: "Reading", value: "Reading", color: "hsl(89, 95%, 90%)"} config: enable_media_view: true link_alias_enabled: true @@ -298,7 +299,7 @@ filters: enabled: true conditions: - condition: AND - disabled: true + disabled: false label: "Games not played" color: "hsl(25, 95%, 90%)" filters: diff --git a/projects/personal-page-notes/List of Games.md b/projects/personal-page-notes/List of Games.md index 5df4088..3516f9a 100644 --- a/projects/personal-page-notes/List of Games.md +++ b/projects/personal-page-notes/List of Games.md @@ -9,9 +9,10 @@ - [x] String - [x] Number (with logic operator) - [x] Select - - [ ] Multiple selector (with selection of and/or) - - [ ] Add clear input to every filter + - [x] Multiple selector + - [x] Add clear input to select input - [ ] Add Clear all filters + - [ ] Add a button in the table doesn't clean the input values, fix this. - [ ] Refactor code organization - [ ] Clean & optimize - [ ] Extract types declaration where they belogns -> investigate where??