Commit b6f8d33
feat(tasks-for-obsidian): Todoist ergonomics wave — reschedule sheet, org editing, NLP, autocomplete, undo, bulk edit, polish (#1611)
* docs(docs): tasknotes session log, Todoist comparison, ergonomics-wave plan
* feat(tasks-for-obsidian): reschedule sheet — calendar grid, correct Todoist semantics, scheduled+due editing everywhere
* feat(tasks-for-obsidian): post-creation org editing, NLP date grammar, Quick Add autocomplete
* feat(tasks-for-obsidian): undo toast for recurring completions with next-occurrence copy
* feat(tasks-for-obsidian): multi-select bulk edit — schedule, priority, complete, delete
* feat(tasks-for-obsidian): delight pass — today heading, all-clear state, swipe detent, pending dots, quick actions
* docs(docs): skipped-files canary runbook + single-PR plan restructure
* fix(tasks-for-obsidian): bump react-native-worklets to 0.10 for reanimated 4.5 pod compatibility
* docs(docs): ergonomics-wave verification complete — e2e green, media posted
* fix(terraform-provider-asuswrt): bump x/net and grpc for fresh trivy CVEs (CVE-2026-33814, CVE-2026-39821, GHSA-hrxh-6v49-42gf)
* fix(deps): patch fresh HIGH CVEs across bun.lock and the Go provider
trivy DB picked up a new wave of advisories that fail every PR build:
sharp 0.35 (libvips CVEs), axios 1.18, shell-quote 1.9, fast-xml-parser
5.10.1, js-yaml 4.3, linkify-it 5.0.2, svgo 4.0.2, otel propagator-jaeger
2.9 (+core aligned 2.10), undici via discord.js 14.27, and x/net 0.55 /
x/crypto 0.52 / grpc 1.82.1 in terraform-provider-asuswrt. Rides along:
sharp 0.35 ESM-first type fix for the dvs lazy-import shim, a discord.js
14.27 type-portability annotation in streambot, docs-board's phantom
shadcn dep declared (knip-ignored: CSS-only import), and an ios/Pods
gitleaks allowlist (Apple code-signature manifests in prebuilt frameworks).
* fix(tasks-for-obsidian): surface schedule/bulk errors, per-open preset dates, guide snapshot note (Greptile P1s/P2s)
* fix(tasks-for-obsidian): surface TaskDetail save and read-mode reschedule errors (Greptile P1)
* fix(tasks-for-obsidian): suppress per-task undo toasts in bulk complete (Greptile P1)
---------
Co-authored-by: CI Bot <ci@sjer.red>1 parent e6201ad commit b6f8d33
63 files changed
Lines changed: 4180 additions & 1109 deletions
File tree
- packages
- birmel
- discord-plays-mario-kart/packages/backend
- discord-plays-pokemon/packages/backend
- discord-video-stream
- src/media
- docs-board
- docs
- guides
- logs
- plans
- sjer.red
- starlight-karma-bot
- streambot/src/discord
- tasks-for-obsidian
- ios
- TasksForObsidian
- src
- components
- common
- input
- task
- data
- store
- sync
- domain
- hooks
- lib
- screens
- state
- terraform-provider-asuswrt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
105 | 111 | | |
106 | | - | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments