You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2026. It is now read-only.
The current upload-button injection relies on DOM targeting inside the upstream T3 Code UI. That is an intentional tradeoff, but upstream UI drift is a realistic long-term reliability risk.
Why this matters
The current upload-button injection relies on DOM targeting inside the upstream T3 Code UI. That is an intentional tradeoff, but upstream UI drift is a realistic long-term reliability risk.
The selector and fallback logic currently lives in
apk/app/src/main/java/com/t3code/app/MainActivity.java, including the composer-targeting and fallback placement logic.Scope
Acceptance criteria
Notes
This is a good contributor-sized reliability issue because it is constrained, visible, and directly tied to long-term maintenance cost.