2448 Commits

Author SHA1 Message Date
Miroslav Pejic 8748273842 [mirotalk] - fix: resolve Safari autoplay, duplicate tile, and audio re-attach issues on mobile 2026-05-07 00:36:12 +02:00
Miroslav Pejic 345ecef173 [mirotalk] - fix: cancel pending rAF in showDisconnectBanner to prevent stuck banner on fast reconnect 2026-05-06 23:14:04 +02:00
Miroslav Pejic d88015de7b [mirotalk] - update dep 2026-05-06 23:00:44 +02:00
Miroslav Pejic a3ffcd34a2 [mirotalk] - merge pull request #338 from rku-21/fix/ice-candidate-queue
Queue ICE candidates until remoteDescription is set
2026-05-06 22:58:51 +02:00
Miroslav Pejic 99f3b40a5d [mirotalksfu] - refactor: improve ICE candidate queueing and co-locate related handlers 2026-05-06 20:54:37 +02:00
rku-21 035e24977d Queue ICE candidates until remoteDescription is set 2026-05-06 13:31:07 +05:30
Miroslav Pejic 16c8b16f6f [mirotalk] - fix typo 2026-05-03 16:57:16 +02:00
Miroslav Pejic a849ecb905 [mirotalk] - refactor: extract renderRoomTemplate into standalone roomTemplate.js 2026-05-03 02:07:25 +02:00
Miroslav Pejic 3301dfbe4d [mirotalk] - refactor(chat): migrate room UI markup to templates and CSS, fix private/chatgpt entries, and keep sender info visible 2026-05-02 23:03:33 +02:00
Miroslav Pejic 18107ba5fd [mirotalk] - fix typo 2026-04-30 21:51:55 +02:00
Miroslav Pejic a838a70ad5 [mirotalk] - refactor(ui): redesign file transfer card and progress 2026-04-30 21:29:40 +02:00
Miroslav Pejic 6ef5db9f66 [mirotalk] - refine file share upload modal UI and interactions 2026-04-30 17:02:30 +02:00
Miroslav Pejic da8143f0c8 [mirotalk] - replace Robohash avatars with DiceBear and update credits 2026-04-30 15:29:42 +02:00
Miroslav Pejic 362805031f [mirotalk] - add missing 2026-04-30 11:00:36 +02:00
Miroslav Pejic e82d09e85e [mirotalk] - fix: improve participants panel toggle behavior 2026-04-30 10:38:38 +02:00
Miroslav Pejic 271c709174 [mirotalk] - Improve room emoji reactions with floating burst animation 2026-04-29 23:54:44 +02:00
Miroslav Pejic 3867159a92 [mirotalk] - adjust profile name input/button alignment in settings 2026-04-29 23:43:34 +02:00
Miroslav Pejic 37aebdb2f7 [mirotalk] - profile tab UI improvements 2026-04-29 23:21:52 +02:00
Miroslav Pejic fec645697b [mirotalk] - fix: animate participants panel slide-in after chat pin and sync videoMediaContainer width transition 2026-04-29 18:14:36 +02:00
Miroslav Pejic a91e7bec81 [mirotalk] - remove not used case 2026-04-29 08:30:00 +02:00
Miroslav Pejic 8cfd95987a [mirotalk] - fix: replace stateless whiteboard 'toggle' with explicit 'open'/'close' actions to prevent desync between participants 2026-04-29 02:38:05 +02:00
Miroslav Pejic a658eadc3b [mirotalk] - feat: add slide-in animation when pinning chat and caption panels 2026-04-29 02:28:48 +02:00
Miroslav Pejic 5f15a780cc [mirotalk] - fix typo 2026-04-28 15:44:00 +02:00
Miroslav Pejic 68ce4c7322 [mirotalk] - remove not needed 2026-04-28 15:21:51 +02:00
Miroslav Pejic 08157038e5 [mirotalk] - feat: persist avatar URL across sessions via P2P_SETTINGS localStorage 2026-04-28 15:00:04 +02:00
Miroslav Pejic 943f2ddb5f [mirotalk] - fix: preserve SVG data URIs for chat avatars in appendMessage 2026-04-28 14:34:21 +02:00
Miroslav Pejic 409b246959 [mirotalk] - feat: add animated disconnect banner for lost signaling connection 2026-04-28 14:12:24 +02:00
Miroslav Pejic b333fdb24d [mirotalk] - fix: resolve peer volume indicator not showing after mic toggle 2026-04-28 11:45:00 +02:00
Miroslav Pejic 2c63316e59 [mirotalk] - feat: improve extra info UI with styled cards 2026-04-28 11:08:58 +02:00
Miroslav Pejic 573982343a [mirotalk] - fix typo, update dep 2026-04-28 10:30:08 +02:00
Miroslav Pejic bd748753fc Merge pull request #335 from renatospirito17/local-profile-avatar
Local profile avatar
2026-04-28 10:26:53 +02:00
Miroslav Pejic bc156db1c2 [mirotalk] - fix: validate avatar URLs without extension and prevent double-decode 2026-04-28 10:09:48 +02:00
Miroslav Pejic 19a9bea4d7 [mirotalk] - fix: enable touch scroll for avatar picker grid on mobile 2026-04-28 09:44:36 +02:00
Miroslav Pejic 95a01949c6 [mirotalk] - fix: avatar dialog requires Apply button to take effect, add inline preview 2026-04-28 03:04:07 +02:00
Miroslav Pejic 78e1e09db8 [mirotalk] - feat: add self-hosted avatars and Robohash random avatars to profile dialog 2026-04-28 02:53:17 +02:00
Miroslav Pejic c20adb3f59 [mirotalk] - feat(avatar): switch to URL-based avatars and fix late-join avatar sync 2026-04-27 17:57:12 +02:00
renatospirito17 ee33137858 Updated: the avatar sharing system.
Managing avatar exchange via the Signaling Server.
2026-04-27 16:11:17 +02:00
renatospirito17 a17857fcd9 Imp: local profile avatar.
-Implemented the possibility to add a locally stored avatar quickly and easily during the voice chat, without resorting to editing the URL

-The avatar can be changed seamlessly and with no delay or reload

-It resets on reload

REASONS:
I implemented this feature because I felt the editing of the URL is a bit cluckly as a whole
This feature makes for a more streamlined experience for the end-user
2026-04-27 13:24:56 +02:00
Miroslav Pejic e217556504 [mirotalk] - update dep 2026-04-27 08:35:30 +02:00
Miroslav Pejic 2f824ba644 [mirotalk] - fix typo 2026-04-25 21:17:18 +02:00
Miroslav Pejic ddac7b28d9 [mirotalk] - fix typo 2026-04-25 19:48:56 +02:00
Miroslav Pejic 36e7aeebe6 [mirotalk] - fix typo 2026-04-25 18:28:48 +02:00
Miroslav Pejic 58fc83afa5 [mirotalk] - feat(landing): make Past Sponsors section click/tap-toggle only and hidden by default 2026-04-25 18:19:12 +02:00
Miroslav Pejic d8bf661f9d [mirotalk] - add icon [skip ci] 2026-04-25 06:59:50 +02:00
Miroslav Pejic 8cc4c5327a [mirotalk] - add icon [skip ci] 2026-04-25 06:57:13 +02:00
Miroslav Pejic b5b55973b8 [mirotalk] - refactor: improve handlePeerVolume and handleMyVolume logic and UI, update dep 2026-04-25 05:53:47 +02:00
Miroslav Pejic a06221a97a Merge pull request #334 from renatospirito17/fix-pitch-bar
Fix: speech bar on user join.
2026-04-24 16:42:21 +02:00
renatospirito17 17e1a7ffb3 Fix: speech bar on user join.
The speech volume bar now appears as soon as the user joins the room.
This was done because when in the presence of more than one other user, it gets difficult to see who's talking.
2026-04-24 16:16:45 +02:00
Miroslav Pejic 0bd0ff7d62 [mirotalk] - add mirotalk linkedin 2026-04-24 14:26:48 +02:00
Miroslav Pejic 367037f5e6 [mirotalk] - style(chat): reduce reaction emoji and badge sizes for responsive mobile chat UI 2026-04-24 08:58:00 +02:00