super-productivity/docs/wiki
Johannes Millan 4d22a64955
Feat/plugin UI kit (#6362)
* fix(e2e): stabilize undo task delete sync test

Two flakiness sources fixed:
- Click on task element could activate title inline editor, causing
  Backspace to edit text instead of triggering delete. Now clicks the
  drag handle which calls focusSelf() without entering edit mode.
- Replaced deleteTask helper with inline sequence to avoid wasting
  2s of the 5s undo snackbar window on dialog-detection timeout.

* refactor: address code review findings from 2026-02-03

- Extract getBreakCycle helper to replace error-prone `cycle - 1 || 1`
  pattern at 3 call sites
- Add clarifying comment on intentionally broad 'timed out' match
- Reduce Pomodoro E2E test from 9 to 5 sessions (sufficient coverage)
- Remove dead _isTransientNetworkError wrapper from DropboxApi
- Extract stubWindowConfirm helper in task reducer tests

* fix(sync): prevent Formly from clearing provider config on show (#6345)

resetOnHide: true caused Formly to reset field values when provider
fieldGroups transitioned from hidden to visible, discarding user input
if sync was enabled before selecting a provider.

* fix(tasks): fix huge space between emoji and text in tag/project menus

Use matMenuItemIcon attribute on emoji spans so they project into the
icon slot of mat-menu-item instead of the text slot. Update emoji icon
sizing to 24x24px to match mat-icon and add overflow: hidden.

Closes #5977

* fix(tasks): guard against undefined task entities in selectors and archive (#6359)

Prevent TypeError crashes (reading 'dueWithTime', 'dueDay', 'issueProviderId') caused
by orphaned IDs in NgRx state. Fix archive merge to deduplicate IDs, filter orphans,
and use correct entity precedence (young over old). Add defensive null guards to
selectors and archive/task service methods.

* fix(tasks): guard against undefined task in mainListTasksInProject$ (#6360)

* fix(tasks): detect and sanitize orphaned task IDs to prevent startup crashes (#6359, #6360)

Orphaned task IDs (entries in task.ids without matching entities) caused
TypeError on app startup. Fix addresses three layers: validation now
flags orphaned IDs instead of silently skipping them, loadAllData
sanitizes IDs on load as a safety net, and data repair no longer crashes
when encountering orphaned IDs it's trying to fix.

* fix(sync): prevent recurring task duplication across clients

Remove SuperSync special-case that bypassed initial sync wait, causing
repeatable task effects to fire before sync completed. Add post-sync
cleanup effect that detects and removes stale duplicate repeat instances
when multiple active instances exist for the same repeat config.

* fix(sync): restore WebDAV provider compatibility warning text

* feat(sync): mark WebDAV and LocalFile sync options as experimental

* feat(plugins): add UI Kit with inject-first CSS strategy for iframe plugins

Introduce a lightweight CSS reset (UI Kit) that auto-styles basic HTML
elements in plugin iframes to match the host app theme. Injected after
<head> so plugin styles always win by source order.

UI Kit provides: element resets (body, headings, buttons, inputs, tables,
links, code, lists, hr), .btn-primary/.btn-outline button variants, and
.card/.card-clickable components.

All bundled plugins updated to use UI Kit classes, removing redundant
custom CSS (-542 lines net). Pico CSS removed from automations plugin.
sync-md converted from hardcoded colors to host theme variables.

* feat(plugins): extract shared CSS utilities into UI Kit

Move .text-muted, .text-primary, .page-fade and @keyframes fadeIn from
plugin CSS into the UI Kit so all iframe plugins get them automatically.
Add box-shadow focus ring to input:focus for better accessibility.
Remove per-plugin focus overrides now covered by the UI Kit.
2026-02-04 18:18:22 +01:00
..
assets docs(wiki): initial revision (v0.1) 2026-01-20 03:04:08 -08:00
0.-Meta-Diataxis.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
0.00-Wiki-Structure-and-Organization.md docs/wiki content v0.3 (#6231) 2026-01-28 16:11:22 +01:00
0.01-Style-Guide.md docs/fix broken links (#6158) 2026-01-25 10:08:09 +01:00
0.02-Wiki-QA-and-Maintenance.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
1.00-Quickstarts.md docs/fix broken links (#6158) 2026-01-25 10:08:09 +01:00
1.01-First-Steps.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
1.01a-First-Steps_Quick-Tour.md docs/fix broken links (#6158) 2026-01-25 10:08:09 +01:00
1.01b-First-Steps_Download-and-Install.md docs/fix broken links (#6158) 2026-01-25 10:08:09 +01:00
1.01c-First-Steps_Additional-Resources.md docs/fix broken links (#6158) 2026-01-25 10:08:09 +01:00
1.02-Configure-Data-Synchronization.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.00-How_To.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
2.01-Downloads and Install.md docs/wiki content v0.3 (#6231) 2026-01-28 16:11:22 +01:00
2.02-Restore-Data-From-Backup.md docs(wiki): enhance User Data documentation with backup and import/export details 2026-02-04 14:45:00 +01:00
2.03-Add-Tasks.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
2.04-Manage-Subtasks.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.05-Manage-Scheduled-Tasks.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.06-Manage-Repeating-Tasks.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.07-Manage-Task-Integrations.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
2.08-Choose-Sync-Backend.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.09-Configure-Sync-Backend.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00
2.10-Configure-Obsidian-for-Wiki-Contributions.md docs/wiki content v0.4 (#6257) 2026-01-29 17:35:38 +01:00
3.00-Reference.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
3.01-API.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
3.02-Settings-and-Preferences.md docs/wiki content v0.4 (#6257) 2026-01-29 17:35:38 +01:00
3.03-Keyboard-Shortcuts.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
3.04-Short-Syntax.md docs/wiki content v0.4 (#6257) 2026-01-29 17:35:38 +01:00
3.05-Web-App-vs-Desktop.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
3.06-User-Data.md Feat/plugin UI kit (#6362) 2026-02-04 18:18:22 +01:00
3.07-Issue-Integration-Comparison.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
3.08-Sync-Integration-Comparison.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
3.97-Obsidian-Linter-Config-MD.md docs/wiki content v0.4 (#6257) 2026-01-29 17:35:38 +01:00
3.98-Obsidian-Linter-Config-YAML.md docs/wiki content v0.4 (#6257) 2026-01-29 17:35:38 +01:00
3.99-Other.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
4.00-Concepts.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.01-The-Today-View.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.02-Inbox-View.md docs/wiki content v0.3 (#6231) 2026-01-28 16:11:22 +01:00
4.03-Planner-View.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.04-Schedule-View.md docs(wiki): add Repeating Tasks section and update references across multiple documents 2026-02-04 14:45:00 +01:00
4.05-Board-View.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.06-Project-View.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.07-Tag-View.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.07a-Tags_Eat-the-Frog.md docs/wiki content v0.3 (#6231) 2026-01-28 16:11:22 +01:00
4.07b-Tags_Ordinal-Priorities.md docs/wiki content v0.3 (#6231) 2026-01-28 16:11:22 +01:00
4.08-Time-Estimates.md docs(wiki): add How Time Is Logged section 2026-02-04 14:45:00 +01:00
4.09-Task-Attributes.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
4.10-Task-Notes.md docs(wiki): add Task Notes 2026-02-04 14:45:00 +01:00
4.11-Subtasks.md docs(wiki): add Repeating Tasks section and update references across multiple documents 2026-02-04 14:45:00 +01:00
4.12-Scheduled-Tasks.md docs(wiki): added Scheduled Tasks; updated references in multiple sections 2026-02-04 14:45:00 +01:00
4.13-Repeating-Tasks.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
4.14-How-Time-Is-Logged.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
4.15-Timers-and-Focus-Mode.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
4.16-Break-Reminders.md docs(wiki): add Reminders and Idle Time 2026-02-04 14:45:00 +01:00
4.17-Idle-Time.md docs(wiki): lint style 2026-02-04 14:45:00 +01:00
4.18-Reflection.md docs(wiki): add Metrics 2026-02-04 14:45:00 +01:00
4.19-Metrics.md docs(wiki): add Metrics 2026-02-04 14:45:00 +01:00
4.20-Task-Archiving.md docs(wiki): add Task Archiving section and update references across multiple documents 2026-02-04 14:45:00 +01:00
4.21-Worklog.md docs(wiki): add new notes for Quick History and Worklog 2026-02-04 14:45:00 +01:00
4.22-Quick-History.md docs(wiki): normalize tables and rework ToC 2026-02-04 14:45:00 +01:00
4.23-Managing-Your-Data.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
4.24-Integrations.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
_Footer.md docs(wiki) v0.2: refactor and populate meta notes (#6134) 2026-01-24 21:14:29 +01:00
_Sidebar.md docs(wiki): substantial addition of integrations (issue and sync) 2026-02-04 14:45:00 +01:00
Home.md fix(docs): resolve markdown linting errors in all wiki files 2026-01-21 18:03:05 +01:00