La última vez que lo probé, me encontré con un problema: al rellenar la entrada, genera este error:
Para ser sincero, no pude averiguar por qué, pero aproveché la oportunidad para limpiar/modernizar el TC y solucionar problemas menores (y eso incluye usar FormKit en su lugar, lo que solucionó el problema)
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 Me gusta