pour application android simpl-liste
Find a file
le king fu 5fc1365ced feat: add Phase 2 — tags, sort, filters, recurrence
- Tags: create/edit/delete tags with color picker modal, assign to tasks
- Sort: sort tasks by position, priority, due date, title, created date
- Filters: filter by status, priority, due date, tag
- Recurrence: daily/weekly/monthly/yearly with auto-creation on completion
- Fix removeTagFromTask bug (was deleting all tags instead of specific one)
- Tag editor redesigned as modal for better keyboard UX

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 20:54:06 -05:00
.vscode Initial commit 2026-02-20 19:08:56 -05:00
app feat: add Phase 2 — tags, sort, filters, recurrence 2026-02-20 20:54:06 -05:00
assets Initial commit 2026-02-20 19:08:56 -05:00
src feat: add Phase 2 — tags, sort, filters, recurrence 2026-02-20 20:54:06 -05:00
.gitignore Initial commit 2026-02-20 19:08:56 -05:00
app.json feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
babel.config.js feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
drizzle.config.ts feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
eas.json feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
metro.config.js fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
nativewind-env.d.ts feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
package-lock.json fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
package.json fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
sql-transformer.js fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
tailwind.config.js feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
tsconfig.json fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00