Make the miniapp a standalone web app with messenger admin login - #11
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wirebot's settings UI previously required Telegram, including in Slack-only and Discord-only deployments. This adds a standalone browser app at
/appwith bookmarkable Settings, Skills, and Schedules URLs, while preserving Telegram's Mini App and signed authentication./webin Telegram or/wirebot webin Slack/Discord. Links expire in 5 minutes; browser sessions last 12 hours. Slack/Discord/configuses this flow when a public URL is available, retaining its native picker otherwise.Validation: 25 Bun tests, TypeScript/Biome checks, compilation, and the binary version smoke test pass. Desktop Chromium and mobile WebKit checks pass for sign-in, deep links/history, themes/layout, unsaved changes, editor resizing, logout, and replay rejection. Additional browser checks cover consecutive versioned saves, fresh tab snapshots, logout failure/retry, and session revocation. A simulated Telegram launch verifies signed auth, live theme changes without losing drafts, and bottom navigation. Physical iOS hardware and live messenger delivery were not exercised.
Local checks used the available Bun 1.3.14 and existing dependencies. CI uses the pinned Bun 1.4.0 with a frozen lockfile and now runs the test suite.