feat(AMLL TTML Tool): improve presence reliability - #11076
Open
TheX24 wants to merge 14 commits into
Open
Conversation
Co-authored-by: Daniel Lau <32113157+theusaf@users.noreply.github.com> Signed-off-by: TX24 <tx24@tx24.is-a.dev>
Consume the fork's stable presence bridge while retaining a guarded DOM fallback for the original editor. Show playback details and route repository buttons to the matching project.\n\nValidated with the focused ESLint check.
…X24/Activities into feat/amll-ttml-tool-presence
Extend the PreMiD URL matcher to cover every listed AMLL TTML Tool deployment, including root URLs without a trailing slash.\n\nValidated with focused ESLint and git diff checks.
…-presence # Conflicts: # websites/A/AMLL TTML Tool/metadata.json # websites/A/AMLL TTML Tool/presence.ts
Contributor
🖼️ Activity asset previewFresh pixels, hot off the CDN — I lined them all up for inspection. 👀 AMLL TTML Tool (
|
| Preview | Source | URL |
|---|---|---|
![]() |
logo | https://cdn.rcd.gg/PreMiD/websites/A/AMLL%20TTML%20Tool/assets/logo.png |
| thumbnail | https://cdn.rcd.gg/PreMiD/websites/A/AMLL%20TTML%20Tool/assets/thumbnail.png |
Beep boop — I refresh this comment on every push, so no need to scroll. 🤖
TheX24
marked this pull request as ready for review
August 1, 2026 14:30
theusaf
requested changes
Aug 3, 2026
Remove unsupported activity buttons and normalize the configured domain matcher to the repository's accepted regex style.\n\nValidated with focused ESLint and git diff checks.
theusaf
requested changes
Aug 4, 2026
theusaf
left a comment
Contributor
There was a problem hiding this comment.
Can you add screenshots showing the changes working?
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.

What changed
Why
The previous activity depended on Radix selectors, icon path data, and an IndexedDB schema that can change independently of the activity. That caused incorrect metadata and playback state, particularly on the fork, while new deployment domains were not activated by the metadata matcher.
Impact
Fork deployments can publish stable, accurate presence data. The original editor remains supported through the compatibility adapter, so this does not require upstream website changes.
Validation
git diff --checkupstream/mainScreenshots
Original

Fork
