ElementRobot
1d20a4c5ee
[create-pull-request] automated change ( #31075 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-24 06:27:09 +00:00
ElementRobot
bc97560532
[create-pull-request] automated change ( #31074 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-24 06:19:46 +00:00
R Midhun Suresh
4381032d63
Update API doc
2025-10-24 00:30:01 +05:30
R Midhun Suresh
4ee9b05608
Return a watchable
2025-10-24 00:29:18 +05:30
R Midhun Suresh
af3d476a70
Convert to property
2025-10-24 00:28:54 +05:30
R Midhun Suresh
97e1462474
Updat api doc
2025-10-24 00:08:45 +05:30
R Midhun Suresh
200d52a162
Add Stores API
2025-10-24 00:08:43 +05:30
R Midhun Suresh
6b4f33bee1
Update API doc
2025-10-23 23:45:36 +05:30
R Midhun Suresh
04379cc089
Return watchable in account data api
2025-10-23 23:41:08 +05:30
R Midhun Suresh
cd9a21ac93
Add onFirstWatch and onLastWatch to watchable
...
So that we can create custom watchable objects that can add/remove event
listeners as necessary.
2025-10-23 23:38:31 +05:30
David Baker
a6316d99d5
bump shared components version
2025-10-23 15:56:17 +01:00
R Midhun Suresh
17f1a54a1f
Fix comment
2025-10-23 16:11:50 +05:30
R Midhun Suresh
7c40be9054
Change method to property
2025-10-23 16:07:07 +05:30
David Langley
bea3574b30
Provide RoomViewStore from the RoomContext ( #30980 )
...
* Pass roomViewStore to the RoomView and add to the RoomContext.
* lint
* lint
* Make constants more DRY
* Make constants more DRY
* Commend non-null assertion on roomViewStore property of the RoomContext
* Update tsdocs.
2025-10-23 09:03:11 +00:00
Florian Duros
0e6bacffed
Replace ViewWrapper by useMockedViewModel ( #31067 )
...
* feat: replace `ViewWrapper` by `useMockedViewModel`
* feat: update existing story
2025-10-23 08:06:06 +00:00
R Midhun Suresh
4930da1e97
Update api doc
2025-10-23 12:43:10 +05:30
R Midhun Suresh
051fd6e8fe
Add method to render room avatar
2025-10-23 12:39:11 +05:30
R Midhun Suresh
b9a90b2bfc
Render RoomView instead of simply returning it
2025-10-23 12:38:36 +05:30
R Midhun Suresh
d0923c7b76
Update api doc
2025-10-23 12:22:39 +05:30
R Midhun Suresh
00f9283262
Add client API
2025-10-23 12:21:22 +05:30
R Midhun Suresh
949e64c7b5
Make field protected so that Watchable can be extended
...
So that you can have custom watchables that have very specific
behaviour, think `class NameWatchable extends Watchable`. Useful to have
access to `listeners` when you do this.
2025-10-23 12:19:22 +05:30
R Midhun Suresh
c24cfb6311
Introduce an abstraction for Room
...
All APIs that need to return a room will use this type.
2025-10-23 12:18:33 +05:30
ElementRobot
9be323dfd0
[create-pull-request] automated change ( #31068 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-23 06:20:23 +00:00
ElementRobot
3c3b1d9ad3
Merge pull request #2653 from element-hq/actions/localazy-download
...
Localazy Download
2025-10-22 12:04:01 +01:00
ElementRobot
d6e50598cd
[create-pull-request] automated change ( #31059 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-22 06:27:20 +00:00
ElementRobot
41e33a0755
[create-pull-request] automated change ( #31058 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-22 06:20:09 +00:00
t3chguy
ff6dd5e90b
[create-pull-request] automated change
2025-10-22 06:08:23 +00:00
Florian Duros
55a7bc5b13
fix: only export setLanguage for shared-component build ( #31053 )
2025-10-21 13:08:13 +00:00
RiotRobot
74748cf205
Merge branch 'master' into develop
2025-10-21 11:55:35 +00:00
RiotRobot
55e3fa1652
v1.12.2
2025-10-21 11:54:45 +00:00
RiotRobot
b1fdf03236
Reset matrix-js-sdk back to develop branch
2025-10-21 11:53:36 +00:00
RiotRobot
39464f64ab
Merge branch 'master' into develop
2025-10-21 11:53:15 +00:00
RiotRobot
09598bcb7a
v1.12.2
v1.12.2
2025-10-21 11:41:01 +00:00
RiotRobot
6e7dc4cc06
Upgrade dependency to matrix-js-sdk@39.0.0
2025-10-21 11:21:02 +00:00
David Baker
214f3e20a8
Merge pull request #79 from element-hq/dbkr/module_experiments
...
Add some module interfaces
2025-10-21 11:03:39 +01:00
Michael Telatynski
87fd279079
Fix sort order in space hierarchy ( #30975 )
...
* Fix sort order in space hierarchy
To match spec and not add unexpected sorting by space vs room
* Update SpaceHierarchy.tsx
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update snapshot
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Add test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Update snapshot
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-10-21 08:25:51 +00:00
Florian Duros
77c41d6789
Fix translation in dev mode ( #31045 )
...
* fix: use EW and shared component counterpart
* fix: exclude counterpart from build
* Revert "fix: use EW and shared component counterpart"
This reverts commit 1983d063c6b75a4f6e193e3c57e3bd9bae0888de.
* Revert "fix: exclude counterpart from build"
This reverts commit 8e41b137fc0b3d88c38921ac5762836e29c062f8.
* fix: force EW and shared components to use EW counterpart
2025-10-21 08:25:07 +00:00
ElementRobot
9e1d0367d0
[create-pull-request] automated change ( #31049 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
2025-10-21 06:19:51 +00:00
David Baker
824f262ac9
Make onSelected non-optional
2025-10-20 17:44:15 +01:00
David Baker
a41a7faa75
docs
2025-10-20 17:33:09 +01:00
David Baker
79344ffd31
Update docs
2025-10-20 16:36:48 +01:00
David Baker
c938dbe519
Rename contextMenuTooltip to just tooltip
...
because it has nothing to do with context menus afaics
2025-10-20 16:34:58 +01:00
Florian Duros
8fd6e29f2d
fix: don't display message preview of thread ( #31043 )
2025-10-20 14:35:57 +00:00
Florian Duros
cbcceee970
doc: update install doc to link to caching section ( #31046 )
2025-10-20 14:22:48 +00:00
Michael Telatynski
1240eb83ec
Remove GTK workaround ( #2651 )
2025-10-20 14:50:32 +01:00
Florian Duros
d0a8879971
Revert "A11y: move focus to right panel when opened" ( #30999 )
...
* Revert "A11y: move focus to right panel when opened (#30553 )"
This reverts commit 0c498a66b1ccc0c6b198af804ec8704f25b226cf.
* test(e2e): update test
2025-10-20 12:08:45 +00:00
Marc
e6e6f87d01
MVVM userinfo basic component ( #30305 )
...
* feat: mvvm userinfo basic component
* test: mvvm userinfobasic component
* chore: apply review. rename views, add comment and move some codes
* chore(review): move openDM method into viewmodel
2025-10-20 06:13:20 +00:00
Bojidar Marinov
cf51b256ce
Fix highlights in messages (or search results) breaking links ( #30264 )
...
* Fix highlights in messages (or search results) breaking links
Fixes #17011 and fixes #29807 , by running the linkifier that turns text into links before the highlighter that adds highlights to text.
* Fix jest test
* Fix tests related to emojis and pills-inside-spoilers
* Remove dead code
* Address review comments around sanitizeParams
* Address review comment about linkify-matrix
* Fix code style
* Refactor if statement per review
---------
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2025-10-20 06:10:13 +00:00
David Baker
b5639c25a4
Fix public/alpha statuses
2025-10-17 12:14:20 +01:00
David Baker
e1f7a798a2
More doc
2025-10-17 12:11:39 +01:00