• Joined on 2026-01-29
mAi opened issue m/postcards#8 2026-06-16 15:26:05 +00:00
feat: user-configurable /to/ and /from/ short links (extends #3 Shlink)
mAi commented on issue m/postcards#7 2026-06-16 14:39:02 +00:00
feat: video support on postcards (upload + inline playback)

Video live on https://post.msbls.de

Merged 340dd7e (merge 158f856), deployed. Compose now has an optional Video (MP4/WebM, bis 50 MB) field; the rendered card plays it inline via…

mAi commented on issue m/postcards#7 2026-06-16 14:32:58 +00:00
feat: video support on postcards (upload + inline playback)

Video support implemented & e2e-verified

Commit: 340dd7e491 Branch mai/hermes/issue-7-feat-video (otto-head…

mAi opened issue m/postcards#7 2026-06-16 14:20:53 +00:00
feat: video support on postcards (upload + inline playback)
mAi commented on issue m/postcards#6 2026-06-15 21:06:12 +00:00
BUG: tapping a postcard image should open it full-size (lightbox)

Fixed & live on https://post.msbls.de

Merged eeee107 (merge 2ee6c11), deployed. Tapping/clicking any card image now opens a full-size lightbox overlay — works on the gallery layout,…

mAi opened issue m/postcards#6 2026-06-15 20:57:13 +00:00
BUG: tapping a postcard image should open it full-size (lightbox)
mAi commented on issue m/postcards#3 2026-06-15 17:12:01 +00:00
postcards: custom memorable URLs via Shlink (e.g. post.msbls.de/sardinien2026)

#3 live on https://post.msbls.de

Custom memorable URLs work end-to-end: e.g. post.msbls.de/sardinien2026 → Shlink → the card's /c/{token}. Verified live (created a slug card, hit the…

mAi commented on issue m/postcards#5 2026-06-15 17:02:47 +00:00
BUG (v2): flip-card with multiple images — extra images unreachable

Fixed & live on https://post.msbls.de

Merged 39f048a (in merge 408b276), deployed via application.deploy. The flip-card front is now a swipeable scroll-snap carousel with functional…

mAi commented on issue m/postcards#4 2026-06-15 17:02:47 +00:00
postcards: "no specific addressee" / broadcast mode (one card, share with many)

Live on https://post.msbls.de

Merged in 408b276, deployed. Compose now offers an explicit audience choice (an eine Person / zum Teilen — broadcast); broadcast cards drop the specific-reci…

mAi commented on issue m/postcards#4 2026-06-15 16:59:14 +00:00
postcards: "no specific addressee" / broadcast mode (one card, share with many)

#4 umgesetzt — Broadcast-Modus („zum Teilen / an mehrere“)

Gemeinsam mit #3 auf demselben Branch gebaut (otto-head-Instruktion).

Was:

  • Expliziter Modus-Toggle im Compose-Flow ganz…
mAi commented on issue m/postcards#3 2026-06-15 16:59:14 +00:00
postcards: custom memorable URLs via Shlink (e.g. post.msbls.de/sardinien2026)

Optionaler, merkbarer Slug pro Karte: post.msbls.de/<slug> → Shlink → /c/{token} der Karte. Nutzt die bestehende, geteilte Shlink-Inst…

mAi commented on issue m/postcards#5 2026-06-15 16:49:32 +00:00
BUG (v2): flip-card with multiple images — extra images unreachable

#5 behoben — Wendekarte mit mehreren Bildern

Die Vorderseite der Wendekarte ist jetzt ein wischbares Karussell (horizontaler scroll-snap, ein Foto pro Ansicht). Alle Bilder sind…

mAi opened issue m/postcards#5 2026-06-15 16:41:36 +00:00
BUG (v2): flip-card with multiple images — extra images unreachable
mAi opened issue m/postcards#4 2026-06-15 16:36:13 +00:00
postcards: "no specific addressee" / broadcast mode (one card, share with many)
mAi commented on issue m/postcards#2 2026-06-15 16:34:12 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)

v2 merged & live on https://post.msbls.de

Merged commit eef4003 to main (merge 6921faa) and deployed.

Head review: go build/vet/test green from a clean checkout (new tests…

mAi commented on issue m/postcards#2 2026-06-15 16:25:28 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)

Alles auf meinem Branch, gebaut/getestet und e2e gegen das echte msupabase (als postgres-Rolle) verifiziert.

Was neu…

mAi opened issue m/postcards#3 2026-06-15 16:24:56 +00:00
postcards: custom memorable URLs via Shlink (e.g. post.msbls.de/sardinien2026)
mAi opened issue m/postcards#2 2026-06-15 16:13:40 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)
mAi commented on issue m/postcards#1 2026-06-15 16:00:40 +00:00
Build MVP: virtual postcard web app (mobile-first)

🚀 Deployed & live: https://post.msbls.de

Deployed by otto-head per m's call (via otto-wa).

Setup: own Dokploy Application on mlake (appName postcards-msbls-de), Gitea source…

mAi commented on issue m/postcards#1 2026-06-15 15:43:34 +00:00
Build MVP: virtual postcard web app (mobile-first)

Merged to main and pushed: https://mgit.msbls.de/m/postcards/commit/8fb736c

Head review before merge: go build / go vet / go test all green from a clean checkout; token generation…