Commit Graph

1144 Commits

Author SHA1 Message Date
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 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 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 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 b5b55973b8 [mirotalk] - refactor: improve handlePeerVolume and handleMyVolume logic and UI, update dep 2026-04-25 05:53:47 +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
Miroslav Pejic ff3bfbf62b [mirotalk] - update dep 2026-04-23 07:24:33 +02:00
Miroslav Pejic 627e9299c1 [mirotalk] - t(chat): add emoji reactions to chat messages 2026-04-22 20:46:19 +02:00
Miroslav Pejic 13cbe0562d [mirotalk] - improve UI - add empty-state icon for participants panel, update dep 2026-04-20 13:26:52 +02:00
Miroslav Pejic b17212e9c3 [mirotalk] - feat: add typing indicator animation for ChatGPT chat 2026-04-18 12:32:41 +02:00
Miroslav Pejic 093fe4c5d4 [mirotalk] - hide ChatGPT card when disabled, update dep 2026-04-17 21:27:45 +02:00
Miroslav Pejic 8d4afea5a7 [mirotalk] - fix: harden API key authorization checks and remove default secret 2026-04-15 23:24:34 +02:00
Miroslav Pejic ede74aea56 [mirotalk] - improve privacy policy page: restructure content into clear sections 2026-04-14 23:47:59 +02:00
Miroslav Pejic 4dc41bfbd7 [mirotalk] - feat: replace typewriter with shuffle text effect for room name generation 2026-04-13 09:25:01 +02:00
Miroslav Pejic e6ca71febc [mirotalk] - improve active rooms page UI/UX 2026-04-13 01:58:41 +02:00
Miroslav Pejic 8517328e36 [mirotalk] - update dep 2026-04-13 01:27:21 +02:00
Miroslav Pejic 1a0df7a97f [mirotalk] - fix typo, update dep 2026-04-10 17:37:02 +02:00
Miroslav Pejic 8c09d0c691 [mirotalk] - update ci, dockerfile and dep 2026-04-09 22:46:58 +02:00
Miroslav Pejic fd4cf46189 [mirotalk] - reorganize sponsors, add past sponsors section, update deps 2026-04-09 01:55:58 +02:00
Miroslav Pejic ea9e0d514a [mirotalk] - move toggle participants button from chat footer to header with accent color 2026-04-08 17:34:27 +02:00
Miroslav Pejic 7f484e0a5a [mirotalk] - fix: probe 48kHz support at init and guard worklet null access in RNNoise, update dep 2026-04-08 09:38:07 +02:00
Miroslav Pejic 61cbaae961 [mirotalk] - align chat dropdown switch row icons with action button icons 2026-04-04 20:30:01 +02:00
Miroslav Pejic b13066d343 [mirotalk] - feat: dynamic theme cards for server-defined custom themes 2026-04-04 18:33:51 +02:00
Miroslav Pejic 8062398927 [mirotalk] - improve theme 2026-04-04 08:41:41 +02:00
Miroslav Pejic 0feaf42966 [mirotalk] - fix: debounce theme card clicks on mobile to prevent freezing 2026-04-03 17:22:54 +02:00
Miroslav Pejic c374c62b2f [mirotalk] - feat: replace theme select dropdown with clickable icon cards in settings 2026-04-03 16:46:23 +02:00
Miroslav Pejic 3fff3e5266 [mirotalk] - fix: add startup warning when API_KEY_SECRET or JWT_SECRET use default values 2026-04-03 01:02:01 +02:00
Miroslav Pejic 24899b9efa [mirotalk] - feat: add Send to all switch in transcription & improve dropdown switch alignment 2026-04-02 23:51:11 +02:00