release: v1.4.1 — Telegram nav (windowed, own back button, debug panel) #129
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promote
development→masterfor the v1.4.1 release.Highlights — Telegram Mini App navigation (after on-device testing on Pixel 10 / Android 17 + iOS)
backVisible=falseon iOS and Android), so relying on it lost back navigation (iOS had none).requestFullscreenremoved. It hid the native header (and its BackButton) and the Android system swipe-back minimised the app. The app usesexpand()(bot full-size / max-height) only.components/DebugPanel) — ten quick taps on the header title open a privacy-safe client diagnostic snapshot (app version, locale, online, userId, Telegram chrome / viewport / SDK state — no secrets, no IP) with Share; a tap anywhere except Share dismisses it. A support aid for client-specific issues.Telegram exposes no native non-modal notification API (only modal
showPopup/showAlert), so in-app toasts stay ours.Carries #128. Tests: 321 unit + full e2e green; CI green on
development(#544). Docs:UI_DESIGN.md.