Commit graph

5 commits

Author SHA1 Message Date
Hoang Nam
14c2475fc4 fix: Ensure status and Kanban updates are processed correctly for files with zero tasks or when all tasks are removed. 2026-02-09 17:08:25 +07:00
Hoang Nam
8e02e20e38 refactor: centralize Kanban board logic into KanbanService and task counting into helpers, simplifying ProgressBarView UI and file processing. 2026-02-09 16:32:31 +07:00
Hoang Nam
90113adbe8 fix: Exclude code blocks from task counting in the progress bar view and update the plugin version to 1.5.2. 2026-02-09 15:57:45 +07:00
Hoang Nam
a2acae90a5 feat: Enhance task processing by removing code blocks from content analysis 2026-01-18 18:55:26 +07:00
Hoang Nam
3db00eae9b feat: Add SettingsTab for Task Progress Bar plugin with comprehensive configuration options
- Implemented a new settings tab for the Task Progress Bar plugin.
- Added options for Dataview API status check, debug info display, animation settings, performance tuning, and color scheme customization.
- Included metadata auto-update settings and Kanban integration features.
- Enabled custom checkbox states configuration for Kanban columns.
- Provided user-friendly UI elements such as sliders, toggles, and buttons for settings adjustments.
- Implemented functionality to reset settings to defaults and validate user inputs.
2026-01-18 18:39:49 +07:00