В последний раз, когда я это тестировал, я столкнулся с проблемой: при заполнении поля ввода возникает эта ошибка:
Честно говоря, мне не удалось понять причину, но я воспользовался случаем, чтобы очистить и модернизировать TC, а также исправить мелкие проблемы (в том числе перешёл на использование FormKit , что устранило проблему)
main ← Arkshine:cleanup-modernize
merged 03:06PM - 12 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


5 лайков