Commit Graph

232 Commits

Author SHA1 Message Date
Gimle Larpes
4be70422b1 Simplify RoomNavUser
Discard future functionality since it probably won't exist in time for merging this PR
2025-07-30 16:46:27 +02:00
Ajay Bura
d8d4714370 Fix menus congestion and improve thread reply layout (#2402)
* make menus more spacious

* improve threaded reply layout

* fix search filter button spacing
2025-07-27 22:20:23 +10:00
Gimle Larpes
9183fd66b2 Add settings to enable 24-hour time format and customizable date format (#2347)
* Add setting to enable 24-hour time format

* added hour24Clock to TimeProps

* Add incomplete dateFormatString setting

* Move 24-hour  toggle to Appearance

* Add "Date & Time" subheading, cleanup after merge

* Add setting for date formatting

* Fix minor formatting and naming issues

* Document functions

* adress most comments

* add hint for date formatting

* add support for 24hr time to TimePicker

* prevent overflow on small displays
2025-07-27 22:13:00 +10:00
Filipe Medeiros
9073dee986 Add button to start thread on reply (#2320)
* add simple button to start a thread on reply

* force build

* remove useless actions

* add actions back

* change icon to ThreadPlus

* add button to context menu

* fix capital T

---------

Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2025-07-23 20:47:17 +05:30
Ajay Bura
50cc78788f Jump to time option in room timeline (#2377)
* add time and date picker components

* add time utils

* add jump to time in room timeline

* fix typo causing crash in safari
2025-07-15 22:41:33 +10:00
Ajay Bura
c462a3b8d5 Link device account management with OIDC (#2390)
* load auth metadata configs on startup

* deep-link cross-signing reset button with oidc

* deep-link manage devices and delete device with oidc

* fix import typo
2025-07-15 22:40:16 +10:00
Gigiaj
5a25da4415 update references to use callMembership instead 2025-07-04 22:21:53 -05:00
Gigiaj
92e24e5281 swap userId to callMembership as a prop and add a nullchecked userId that uses the membership sender 2025-07-04 22:21:31 -05:00
Gimle Larpes
79fab78c71 changes to RoomNavItem, RoomNavUser and add useCallMembers 2025-06-29 14:21:22 +02:00
Gimle Larpes
77ab37f637 Fix focus behaviour when opening single-purpose features (#2349)
* Improve focus behaviour on search boxes and chats

* Implemented MR #2317

* Fix crash if canMessage is false

* Prepare for PR #2335

* disable autofocus on message field
2025-06-28 20:15:21 +05:30
Gimle Larpes
461e730c34 Make "View Source" a developer tool (#2368) 2025-06-28 16:05:59 +05:30
Jaggar
eaf70fb79a Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-24 19:01:41 -05:00
Jaggar
2869735e2b Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-24 19:01:09 -05:00
Jaggar
40a2277996 Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-24 19:00:54 -05:00
Jaggar
7e948f0050 Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-24 19:00:19 -05:00
Jaggar
6d0e8b7f79 Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-24 19:00:06 -05:00
Gigiaj
20815390e6 Remove No Active Call text when not in a call 2025-06-18 18:39:30 -05:00
Gigiaj
7712e34d22 adjust room header for calling 2025-06-18 17:42:53 -05:00
Jaggar
4403eacdf1 Update src/app/features/room/RoomView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-18 17:42:15 -05:00
Jaggar
9be2a945da Update src/app/features/room/RoomView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-18 17:27:34 -05:00
Jaggar
a2c8097c01 Update src/app/features/call/CallView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-18 17:27:26 -05:00
Jaggar
c675131802 Update src/app/features/call/CallView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-18 17:26:57 -05:00
Jaggar
6b3c9dfddc Update src/app/features/call/CallView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-18 17:26:47 -05:00
Jaggar
dd158fa652 Update src/app/features/room-nav/RoomNavUser.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:38:29 -05:00
Jaggar
b46c9ed023 Update src/app/features/room-nav/RoomNavUser.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:38:19 -05:00
Jaggar
aca2a40309 Update src/app/features/room-nav/RoomNavUser.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:38:11 -05:00
Jaggar
f74feec123 Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:37:56 -05:00
Jaggar
7a169fcc0e Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:37:44 -05:00
Jaggar
b08fa60a93 Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:37:25 -05:00
Jaggar
9f749d1a9d Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:37:03 -05:00
Jaggar
3f2c2af351 Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:36:43 -05:00
Jaggar
4d14eb9fb7 Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-17 11:36:24 -05:00
Jaggar
8e4f310aa3 Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:31:53 -05:00
Jaggar
5d22b287db Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:31:44 -05:00
Jaggar
2575d77b37 Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:31:34 -05:00
Jaggar
0d2f76e11d Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:31:24 -05:00
Jaggar
8dfc3aa36f Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:31:16 -05:00
Jaggar
3b767870c5 Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:30:59 -05:00
Jaggar
a5a9e72c5f Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:30:47 -05:00
Jaggar
e1146b1c06 Update src/app/features/room-nav/RoomCallNavStatus.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
2025-06-15 23:30:17 -05:00
Gigiaj
daadbe4358 Invert icons to show the state instead of the action they will perform (more visual clarity) 2025-06-10 20:40:45 -05:00
Gigiaj
02ac70affc Re-arrange more options and add checks for each option to see if it is a call room (probably should manage a state to see if a header is already on screen and provide a slightly modified visual based on that for call rooms) 2025-06-10 20:01:15 -05:00
Gigiaj
e78d1dab14 Update to use new icons (thank you) 2025-06-10 20:00:07 -05:00
Jaggar
e42a617fc2 Merge branch 'dev' into dev 2025-06-10 19:31:12 -05:00
Ajay Bura
44347db6e4 Add allow from currently selected space if no m.space.parent found (#2359) 2025-06-10 23:47:46 +10:00
Jaggar
153d7d12fc Merge branch 'dev' into dev 2025-05-28 22:08:46 +00:00
Gigiaj
42252829c6 Bind the on messaging iframe for easier access in hangup/join handling 2025-05-28 16:08:01 -05:00
Ajay Bura
e6f4eeca8e Update folds to v2.2.0 (#2341) 2025-05-27 14:10:27 +05:30
Jaggar
78dcdfda95 Merge branch 'dev' into dev 2025-05-27 04:12:48 +00:00
Ajay Bura
a23279e633 Fix rate limit when reordering in space lobby (#2254)
* move can drop lobby item logic to hook

* add comment

* resolve rate limit when reordering space children
2025-05-26 14:21:27 +05:30