Commit Graph
15 Commits
Author SHA1 Message Date
hazre a4c34eff8a fix: adapt SmallWidget to matrix-widget-api 1.17.0 API 2026-02-19 23:09:37 +01:00
hazre 30303fe4c2 chore(deps): bump matrix-widget-api to 1.17 and remove react-sdk-module-api 2026-02-19 22:48:44 +01:00
hazre 881da5cb5d refactor: unify join rule icon mapping and update call/space icons
- bump folds from 2.5.0 to 2.6.0
- replace separate room/space join-rule icon hooks with useJoinRuleIcons(roomType)
- route join-rule icons through getRoomIconSrc for consistent room type handling
- simplify getRoomIconSrc by removing the locked override path
- use VolumeHighGlobe for public call rooms and VolumeHighLock for private call rooms
2026-02-19 22:45:35 +01:00
hazre 7f73cafb27 refactor: rename kind/voice to access/type and simplify room creation
- rename CreateRoomVoice to CreateRoomType and modal voice state to type
- rename CreateRoomKind to CreateRoomAccess and KindSelector to AccessSelector
- propagate access/defaultAccess through create room and create space forms
- set voice room power levels via createRoom power_level_content_override
2026-02-19 22:31:42 +01:00
hazre c037af4c52 Merge remote-tracking branch 'upstream/dev' into feat/element-call 2026-02-16 16:15:27 +01:00
hazre 9bc157aff2 Merge remote-tracking branch 'upstream/dev' into feat/element-call 2026-02-14 14:11:28 +01:00
hazre 23b1216e37 fix: reset room name state when room instance changes 2026-02-13 10:21:12 +01:00
hazre d2348d2ea2 fix: preserve navigation context when opening non-call rooms 2026-02-13 10:20:42 +01:00
hazre 92f490e9d9 feat: show connected/connecting call status 2026-02-13 01:46:24 +01:00
hazre afac47d312 style: blend header and room input button styles in call nav 2026-02-11 18:38:00 +01:00
hazre 4f498af458 fix: restore header icon button fill behavior
Fixes regression from b074d421b66eb4d8b600dfa55b967e6c4f783044.
2026-02-11 18:03:41 +01:00
hazre 7ceba0301e fix: keep call media controls visible before joining 2026-02-11 16:24:38 +01:00
hazre 9dbe53a36a fix: clean up call nav/call view console warnings 2026-02-11 15:18:16 +01:00
hazre 47f1d1183a fix: show call nav status while active call is ongoing 2026-02-11 14:51:43 +01:00
hazre e01009fd07 Merge remote-tracking branch 'upstream/dev' into feat/element-call 2026-02-11 14:26:40 +01:00