Gigiaj
c4d0a7a820
Fix ref issue causing the menu to remain open unless an option is selected
2025-06-15 23:20:09 -05:00
Gigiaj
7b84264b26
Add draggable handling
2025-06-15 23:06:20 -05:00
Gigiaj
41b036550f
Remove event id refs
2025-06-15 23:05:16 -05:00
Gigiaj
e820543951
Add edit handling too (not perfect, but useful later)
2025-06-15 23:05:06 -05:00
Gigiaj
c8f490adfb
Add draggablemessage
2025-06-15 22:20:04 -05:00
Gigiaj
d26a901ac9
add mobilesheet styling here
2025-06-15 22:05:25 -05:00
Gigiaj
2b23329558
remove wrongful addition
2025-06-15 22:05:11 -05:00
Gigiaj
05b4811871
Remove mobile click menu file
2025-06-15 22:04:59 -05:00
Gigiaj
dc296d379f
Add prop usage
2025-06-15 22:04:47 -05:00
Gigiaj
460d77d40c
Add bottom sheet menu in
2025-06-15 22:04:06 -05:00
Gigiaj
511a16eedc
Remove comment from when we embedded the anchors
2025-06-15 22:03:54 -05:00
Gigiaj
c8319b4402
Add ExtendedProps
2025-06-15 22:03:26 -05:00
Gigiaj
5466e440a9
Add Base props
2025-06-15 22:03:15 -05:00
Gigiaj
5b31ce6288
Add imports from sheets file to merge in
2025-06-15 22:03:08 -05:00
Gigiaj
b25011e0e5
restructure to use Emojiboard here or our MessageDropdownMenu
2025-06-15 20:07:18 -05:00
Gigiaj
e3375f6241
pass moved params thru for component
2025-06-15 20:06:45 -05:00
Gigiaj
f2a7a42756
add methods for sheet management
2025-06-15 20:06:14 -05:00
Gigiaj
db0525ff75
Add sheet state
2025-06-15 20:06:03 -05:00
Gigiaj
d093fc35ef
readd these and pass them
2025-06-15 20:05:20 -05:00
Gigiaj
770732beb4
Pull out the dupes and just pass them parameter bloat is fine here as it shouldn't grow too much more
2025-06-15 20:04:12 -05:00
Gigiaj
df7b71b768
update package lock
2025-06-15 16:09:30 -05:00
Gigiaj
d8a51b41e0
Add use-long-press
2025-06-15 16:09:12 -05:00
Gigiaj
64ea5f262b
from earlier attempt to remove highlighting on the POC component (not the current one at all)
2025-06-15 16:09:01 -05:00
Gigiaj
41538561ee
Add a placeholder class for now (move to MessageOptionsMenu later)
2025-06-15 16:06:15 -05:00
Gigiaj
e2bbc42914
Pull out menu options and the dropdown into their own components for reuse
2025-06-15 16:05:33 -05:00
Gigiaj
5d3033aa96
move t and handleEdit
2025-06-15 16:04:56 -05:00
Gigiaj
2d66641167
A bit more idiomatic than my previous attempt
2025-06-15 16:03:03 -05:00
Ajay Bura
3ed8260877
Release v4.8.1 ( #2360 )
2025-06-10 23:48:55 +10: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
Ajay Bura
91632aa193
Fix space navigation & view space timeline dev-option ( #2358 )
...
* fix inaccessible space on alias change
* fix new room in space open in home
* allow opening space timeline
* hide event timeline feature behind dev tool
* add navToActivePath to clear cache function
2025-06-10 14:44:17 +10:00
Ajay Bura
e6f4eeca8e
Update folds to v2.2.0 ( #2341 )
2025-05-27 14:10:27 +05:30
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
Krishan
83057ebbd4
Fix additional spam string matching ( #2339 )
2025-05-25 15:51:19 +05:30
Ajay Bura
c51ba9670e
Release v4.8.0 ( #2337 )
2025-05-24 21:22:39 +05:30
Ajay Bura
59a007419f
hide decline all public invite button when no invite
2025-05-24 21:19:35 +05:30
Ajay Bura
206ed33516
Better invites management ( #2336 )
...
* move block users to account settings
* filter invites and add more options
* add better rate limit recovery in rateLimitedActions util function
2025-05-24 20:07:56 +05:30
Ajay Bura
0d27bde33e
Release v4.7.1 ( #2332 )
2025-05-21 17:28:38 +05:30
Ajay Bura
df391968d8
Fix crash on malformed blurhash ( #2331 )
2025-05-21 17:28:13 +05:30
Ajay Bura
5964eee833
Release v4.7.0 ( #2328 )
2025-05-18 11:45:12 +05:30
Ajay Bura
387ce9c462
upgrade to matrix-js-sdk v37.5.0 ( #2327 )
...
* upgrade to js-sdk 37
* fix server crypto wasm locally
2025-05-18 10:53:56 +05:30
Ajay Bura
6ddcf2cb02
update kick command example
2025-05-13 16:58:43 +05:30
Ajay Bura
87e97eab88
Update commands ( #2325 )
...
* kick-ban all members by servername
* Add command for deleting multiple messages
* remove console logs and improve ban command description
* improve commands description
* add server acl command
* fix code highlight not working after editing in dev tools
2025-05-13 16:16:22 +05:30
Ajay Bura
13f1d53191
fix room setting crash in knock_restricted join rule ( #2323 )
...
* fix room setting crash in knock_restricted join rule
* only show knock & space member join rule for space children
* fix knock restricted icon and label
2025-05-13 14:18:52 +05:30
Krishan
225894d327
Release v4.6.0 ( #2301 )
2025-03-31 17:49:00 +05:30
Ajay Bura
c14333c540
remove libolm related code ( #2300 )
2025-03-31 19:10:24 +11:00
sophie
405d1f6789
Update example caddyfile ( #2285 )
2025-03-28 20:19:34 +11:00
dependabot[bot]
ff6d0b8f9b
Bump actions/upload-artifact from 4.6.1 to 4.6.2 ( #2289 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-28 20:18:37 +11:00
renovate[bot]
d141c02074
Update dependency vite to v5.4.15 [SECURITY] ( #2292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-28 20:17:17 +11:00
Ajay Bura
12ae94cd60
Remove old settings components ( #2296 )
2025-03-28 20:16:01 +11:00
Ajay Bura
82805dcfdd
Display no members when changing filter in room members ( #2297 )
2025-03-28 20:15:31 +11:00