taskgenius_taskgenius-plugin/src
Quorafind 36ca266eb3 refactor(debounce): use Obsidian's built-in debounce utility and reduce log spam
- Replace setTimeout/clearTimeout with Obsidian's debounce function for better compatibility
- Reduce TaskIndexer log spam by sampling false filter results at 10% rate
- Improve memory management by using function references instead of timeout IDs
- Simplify flush and cleanup logic in ObsidianSource
2025-09-09 16:40:07 +08:00
..
__mocks__ fix: css issue with create task 2025-07-18 14:55:35 +08:00
__tests__ fix(dates): correct timezone handling for date display in task views 2025-09-02 12:41:05 +08:00
cache refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
commands refactor: remove duplicate re-export files and update all imports to point directly to new locations 2025-08-28 11:49:10 +08:00
common feat(views): add region-based organization with drag-and-drop sorting 2025-09-04 10:52:55 +08:00
components fix(metadata): add reindexing prompts for inheritance settings and improve augmentor sync 2025-09-08 22:48:37 +08:00
core refactor(debounce): use Obsidian's built-in debounce utility and reduce log spam 2025-09-09 16:40:07 +08:00
dataflow refactor(debounce): use Obsidian's built-in debounce utility and reduce log spam 2025-09-09 16:40:07 +08:00
editor-extensions fix(quick-capture): resolve tag duplication in autocomplete suggestions 2025-09-03 22:35:29 +08:00
executors/completion refactor(dataflow): complete TaskManager to Dataflow migration with enhanced APIs 2025-08-22 13:25:12 +08:00
managers fix(project): restore project config settings synchronization 2025-09-07 22:51:07 +08:00
mcp refactor(settings): consolidate dataflowEnabled into enableIndexer 2025-08-27 23:35:01 +08:00
pages perf: optimize view settings updates to avoid full refresh 2025-09-04 12:59:45 +08:00
parsers feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
services refactor(dataflow): consolidate time parsing types and remove debug files 2025-08-24 21:04:28 +08:00
styles feat(habit): add quick create habit button in habit view 2025-09-06 11:59:24 +08:00
translations feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
types fix(habit): use boolean values for daily habit completion tracking 2025-09-06 10:34:06 +08:00
utils fix(dates): correct timezone handling for date display in task views 2025-09-02 12:41:05 +08:00
icon.ts feat: support canvas indexer 2025-06-18 10:12:55 +08:00
index.ts fix(metadata): add reindexing prompts for inheritance settings and improve augmentor sync 2025-09-08 22:48:37 +08:00
setting.ts refactor(settings): replace custom list UI with ListConfigModal and use native debounce 2025-08-31 21:41:04 +08:00
test-setup.ts chore: resolve conflict 2025-07-09 16:58:46 +08:00
utils.ts feat: support new progressbar 2025-04-06 17:28:18 +08:00