Update from obsidian -

Affected files:
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
.obsidian/plugins/obsidian-omnivore/data.json
Read Later/How to Avoid Prop Drilling in React.md
notes/coping mechanisms/How to build systems.md
projects/One Game.md
projects/personal-page-notes/List of Games.md
This commit is contained in:
Alexander Navarro 2023-11-12 21:42:14 -03:00
parent 2b8d9cd691
commit b95d9b14d9
6 changed files with 467 additions and 4 deletions

View file

@ -5,7 +5,7 @@
- [x] instead of passing a collection of astro, map the collection and create the data how I needed
- This shouldn't add overheat since is done ahead of time??
- [x] Finish pagination
- [ ] Advance filters
- [x] Advance filters
- [x] String
- [x] Number (with logic operator)
- [x] Select
@ -15,7 +15,7 @@
- [x] Add a button in the table doesn't clean the input values, fix this.
- [x] Refactor code organization
- [x] Add comments documentation
- [ ] Clean & optimize
- [x] Clean & optimize
- [x] Extract types declaration where they belogns
- -> investigate where??
- Carpeta con definiciones y una archivo para cada cosa (enums, interface, etc)??