taskgenius_taskgenius-plugin/src
Quorafind 11a8d5a071 feat(gantt): add config override support for Bases integration
- Add setConfigOverride method to GanttComponent
- Add getEffectiveGanttConfig to merge base config with overrides
- Add applyEffectiveConfig to update internal config object
- Apply effective config in onload and when override changes
- Support showTaskLabels and useMarkdownRenderer overrides

This completes config override support across all view components
(calendar, forecast, kanban, quadrant, and gantt), enabling Bases
plugin to customize view-specific settings independently.
2025-10-09 13:52:05 +08:00
..
__mocks__ refactor: improve task parsing, date management, and tag handling 2025-09-16 15:29:56 +08:00
__tests__ refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
cache refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
commands fix(task-mover): prevent archive markers on non-task lines and preserve folded content 2025-09-26 16:56:50 +08:00
common refactor(fluent): extract fluent settings and reorganize file structure 2025-10-08 01:34:46 +08:00
components feat(gantt): add config override support for Bases integration 2025-10-09 13:52:05 +08:00
core refactor(dataflow): improve ObsidianSource lifecycle management 2025-09-13 22:20:39 +08:00
dataflow refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
editor-extensions refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
executors/completion refactor(dataflow): complete TaskManager to Dataflow migration with enhanced APIs 2025-08-22 13:25:12 +08:00
managers refactor(bases): simplify view registration and upgrade to Obsidian 1.10 2025-10-08 21:12:17 +08:00
mcp refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
pages feat(views): add config override support for Bases integration 2025-10-09 11:19:54 +08:00
parsers feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
patches chore(styles): resolve conflict in styles.css 2025-09-29 20:52:36 +08:00
services refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
styles refactor(bases): simplify view registration and upgrade to Obsidian 1.10 2025-10-08 21:12:17 +08:00
translations feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
types refactor(bases): simplify view registration and upgrade to Obsidian 1.10 2025-10-08 21:12:17 +08:00
utils refactor(fluent): migrate experimental v2 to production fluent structure 2025-10-07 21:54:43 +08:00
icon.ts feat: support canvas indexer 2025-06-18 10:12:55 +08:00
index.ts refactor(bases): simplify view registration and upgrade to Obsidian 1.10 2025-10-08 21:12:17 +08:00
setting.ts fix(editor): improve date positioning in task content 2025-09-27 09:15:35 +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