Commit graph

11 commits

Author SHA1 Message Date
callumalpass
291184cd56 docs: restructure task management guides and refresh screenshots
Split recurring tasks and reminders content into dedicated pages,
condense existing guides for clarity, and update all documentation
screenshots. Refactor e2e screenshot tests with shared openView()
helper and retry support. Refine MdbaseSpec field types (enum,
datetime, link) and replace MCPService @ts-expect-error workarounds
with bound tool pattern.
2026-02-15 12:10:28 +11:00
callumalpass
85b7aa00b4 docs: add generated screenshots from e2e tests
Add screenshots for documentation covering views, settings, features,
modals, UI components, workflows, and responsive layouts.
2025-12-31 11:46:41 +11:00
callumalpass
776c15658d add new image 2025-12-07 15:50:26 +11:00
callumalpass
9b2894aa3a move media files 2025-10-07 07:54:57 +11:00
callumalpass
cbfdebfb92 Revert "Merge pull request #747 from callumalpass/issue717"
This reverts commit dc7cfb5b0d, reversing
changes made to e6cc6a2338.
2025-09-28 11:55:01 +10:00
callumalpass
9c0d6d3ba8 fix: resolve majority of ESLint warnings (131 → 57)
Major improvements to code quality:

- Console statements: Added eslint-disable comments for debugging code
- Require imports: Replaced with proper ES6 imports where possible
- Await-thenable: Removed unnecessary await on non-Promise values
- Non-null assertions: Replaced unsafe patterns with null-safe alternatives
- Type safety: Fixed NodeJS.Timeout types and case declarations

Reduced total problems from 164 to 84 (49% improvement).
Build process now runs cleanly without TypeScript errors.
2025-09-28 11:34:47 +10:00
Callum Alpass
d99ed47921 fix: Move inline task widget screenshots to docs/assets folder
- Move screenshots from media/ to docs/assets/ for proper MkDocs integration
- Update image references in inline task documentation
2025-07-17 21:19:22 +10:00
Callum Alpass
528ef35123 docs: Add inline task widget screenshots and documentation
- Add screenshots showing task link overlays in Live Preview and Source modes
- Enhance inline task documentation with widget features and mode-specific behavior
- Document interactive elements like status dots, priority indicators, and action menus
2025-07-17 21:10:09 +10:00
Callum Alpass
202db5fe96 Update README with assets 2025-07-16 20:58:53 +10:00
Callum Alpass
36e0b68a2a add screenshot 2025-06-15 23:33:32 +10:00
Callum Alpass
82a5ec8f6f add screenshot 2025-06-15 23:23:43 +10:00