Als ich es das letzte Mal getestet habe, bin ich auf ein Problem gestoßen: Beim Ausfüllen des Eingabefelds wird dieser Fehler generiert:
Ich konnte ehrlich gesagt nicht herausfinden, warum, aber ich habe die Gelegenheit genutzt, das TC zu bereinigen/zu modernisieren und kleinere Probleme zu beheben (und dazu gehört auch die Verwendung von FormKit , was das Problem behoben hat).
main ← Arkshine:cleanup-modernize
opened 10:00PM - 02 Mar 25 UTC
This PR fixes minor issues, modernizes, and does some cleanup.
* Uses FormKi… t in the modal [^1]
* Increases random ID length from 8 to 10 characters to avoid getting a popup saying ID is unsafe.
* Groups the iframe-related checkboxes with a title for consistency, and simplifies the locale.
* `decorateCooked` -> `decorateCookedElement`
* Removes version from `withPluginApi` (TC is already pinned to 3.5.0.beta1-dev)
* Renders the launch button with a glimmer component
* The preview renders now the button (click is disabled). Before, there was nothing.
* Fixes the username not filled when Jitsi loads. It replaces `jitsiAPI.executeCommand` by specifying the `userInfo` object.
* Adds `{ once: true }` param to `jitsiAPI.addEventListener`
* Chat: fixed direct link when spaces are used by encoding room ID.
* Updates lint configs
* Adds system tests
Locales:
* Added: `modal.iframe_title`
* Modified: `modal.desktop_iframe`, `modal.mobile_iframe`
[^1]: Before/After


4 „Gefällt mir“