callumalpass_tasknotes/src
Callum Alpass ec969fcdea fix: Restore title field in task modals (regression from #324)
The title field was accidentally removed from all task modals in commit 0b34a19.
This fix restores the title field with the correct visibility logic:

- Edit modals: Always show title field in the details section
- Creation modals with NLP enabled: Show title field in details section
  (since the main title input is replaced by NLP textarea)
- Creation modals with NLP disabled: Only show the main title field at top
  (no title field in details section needed)

This ensures users can always edit the task title regardless of modal type
or NLP settings.
2025-07-31 07:58:09 +10:00
..
components feat: Add titles to date context menus for better clarity (#253) 2025-07-27 13:02:28 +10:00
editor feat: Add markdown link support for inline task widgets (Issue #312) 2025-07-29 06:07:30 +10:00
modals fix: Restore title field in task modals (regression from #324) 2025-07-31 07:58:09 +10:00
services fix: Preserve time information in instant task conversion 2025-07-29 17:38:22 +10:00
settings fix: Replace innerHTML with textContent for security compliance 2025-07-27 17:47:33 +10:00
types Refactor and consolidate modal implementation, update naming and imports, and adjust styles and tests 2025-06-27 21:45:08 +10:00
ui feat: Add visual state indicators for active saved views in FilterBar 2025-07-28 22:20:29 +10:00
utils fix: Timezone bug in recurring task calendar display (Issue #322) 2025-07-30 07:05:40 +10:00
views fix: Resolve timezone bug in recurring task completion (Issue #314) 2025-07-28 22:20:29 +10:00
main.ts fix: Use Obsidian's generateMarkdownLink for consistent link formatting (Issue #312) 2025-07-28 22:20:29 +10:00
types.ts feat: Add view options support to saved views 2025-07-27 12:00:11 +10:00