taskgenius_taskgenius-plugin/src
Quorafind 2d5c117d5f fix(view): prevent rendering when container not visible
- Add visibility checks before task list rendering to avoid DOM errors
- Implement retry mechanism with timeout for deferred rendering
- Queue refresh requests instead of skipping when render in progress
- Fix cache ready event to properly trigger view refresh
- Prevent concurrent renders while allowing force refresh override
2025-09-16 16:32:44 +08:00
..
__mocks__ refactor: improve task parsing, date management, and tag handling 2025-09-16 15:29:56 +08:00
__tests__ refactor: improve task parsing, date management, and tag handling 2025-09-16 15:29:56 +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 fix(tasks): improve task completion handling and metadata updates 2025-09-14 10:32:24 +08:00
components fix(view): prevent rendering when container not visible 2025-09-16 16:32:44 +08:00
core refactor(dataflow): improve ObsidianSource lifecycle management 2025-09-13 22:20:39 +08:00
dataflow refactor: improve task parsing, date management, and tag handling 2025-09-16 15:29:56 +08:00
editor-extensions refactor: improve task parsing, date management, and tag handling 2025-09-16 15:29:56 +08:00
executors/completion refactor(dataflow): complete TaskManager to Dataflow migration with enhanced APIs 2025-08-22 13:25:12 +08:00
managers fix(file-filter): correct folder rule matching for nested paths 2025-09-11 16:17:28 +08:00
mcp refactor(settings): consolidate dataflowEnabled into enableIndexer 2025-08-27 23:35:01 +08:00
pages fix(view): prevent rendering when container not visible 2025-09-16 16:32:44 +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(dataflow): enhance project configuration and metadata handling 2025-09-15 17:27:32 +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(tags): ignore escaped \#tag to align with Obsidian behavior; refs #438 2025-09-16 09:32:52 +08:00
icon.ts feat: support canvas indexer 2025-06-18 10:12:55 +08:00
index.ts fix(view): ensure single-instance activation for main view and timeline sidebar; dedupe duplicate leaves; refs #428 2025-09-16 09:32:45 +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