• Joined on 2026-02-23
maximus opened issue maximus/Simpl-Resultat#51 2026-04-09 01:54:32 +00:00
feat: Compte Maximus (Logto OAuth2) in desktop app
maximus opened issue maximus/Simpl-Resultat#50 2026-04-09 01:54:11 +00:00
feat: Stripe integration (Checkout, Billing, webhooks)
maximus opened issue maximus/Simpl-Resultat#49 2026-04-09 01:53:52 +00:00
feat: license server API (Node.js, proprietary)
maximus opened issue maximus/Simpl-Resultat#48 2026-04-09 01:53:29 +00:00
feat: gate auto-updates behind license entitlement
maximus opened issue maximus/Simpl-Resultat#47 2026-04-09 01:53:15 +00:00
feat: license UI card in settings
maximus opened issue maximus/Simpl-Resultat#46 2026-04-09 01:52:54 +00:00
feat: license validation commands + entitlements system (Rust)
maximus pushed tag v1.6.0 to maximus/simpl-liste 2026-04-09 01:38:30 +00:00
maximus pushed to master at maximus/simpl-liste 2026-04-09 01:37:52 +00:00
2a0dd01307 chore: bump version to 1.6.0 (versionCode 12)
maximus opened issue maximus/simpl-liste#65 2026-04-09 01:37:00 +00:00
sync - refresh widget
maximus merged pull request maximus/simpl-liste#64 2026-04-09 01:33:41 +00:00
fix: issues #60 #61 #62 #63 — inbox, refresh, subtask depth, chevron/detail
maximus closed issue maximus/simpl-liste#60 2026-04-09 01:33:41 +00:00
fix: resolve duplicate inbox on web after mobile sync
maximus closed issue maximus/simpl-liste#61 2026-04-09 01:33:41 +00:00
feat: add refresh button on web + swipe-to-refresh on mobile
maximus closed issue maximus/simpl-liste#62 2026-04-09 01:33:41 +00:00
fix: prevent sub-subtask creation (limit nesting to 2 levels)
maximus closed issue maximus/simpl-liste#63 2026-04-09 01:33:41 +00:00
fix: separate subtask expand chevron from detail view icon
maximus pushed to master at maximus/simpl-liste 2026-04-09 01:33:41 +00:00
137dc83bf8 Merge pull request 'fix: issues #60 #61 #62 #63 — inbox, refresh, subtask depth, chevron/detail' (#64) from issue-60-fix-duplicate-inbox into master
78471543c3 fix: separate subtask expand chevron from detail view icon (#63)
21020406b2 fix: prevent sub-subtask creation, limit nesting to 2 levels (#62)
894ac03072 feat: add refresh button on web + swipe-to-refresh on mobile (#61)
6c36ebcce5 fix: wrap inbox merge in transaction, revert seed to random UUID (#60)
Compare 6 commits »
maximus commented on pull request maximus/simpl-liste#64 2026-04-09 01:22:55 +00:00
fix: issues #60 #61 #62 #63 — inbox, refresh, subtask depth, chevron/detail

PR Review — fix: issues #60 #61 #62 #63

Verdict: APPROVE

Les quatre corrections sont cohérentes, bien séparées, et couvrent les trois couches (mobile, web, API) quand…

maximus pushed to issue-60-fix-duplicate-inbox at maximus/simpl-liste 2026-04-09 01:16:28 +00:00
78471543c3 fix: separate subtask expand chevron from detail view icon (#63)
maximus pushed to issue-60-fix-duplicate-inbox at maximus/simpl-liste 2026-04-09 01:13:52 +00:00
21020406b2 fix: prevent sub-subtask creation, limit nesting to 2 levels (#62)
maximus pushed to issue-60-fix-duplicate-inbox at maximus/simpl-liste 2026-04-09 01:05:03 +00:00
894ac03072 feat: add refresh button on web + swipe-to-refresh on mobile (#61)
maximus commented on pull request maximus/simpl-liste#64 2026-04-09 00:57:42 +00:00
fix: issues #60 #61 #62 #63 — inbox, refresh, subtask depth, chevron/detail

PR Review: fix: resolve duplicate inbox on web after mobile sync (#60)

Verdict: APPROVE

Summary

The sync endpoint now correctly handles the case where a mobile client pushes an inbox…