Kerry
|
502b805164
|
Add customisation point for mxid display (#7595)
* add wrapping component for hiding UI
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add Setting
Signed-off-by: Kerry Archibald <kerrya@element.io>
* apply setting to profile settings, user menu, invite dialog, userinfo
Signed-off-by: Kerry Archibald <kerrya@element.io>
* hide mxids in user autocomplete
* remove mxids from title in memeber list and timeline
Signed-off-by: Kerry Archibald <kerrya@element.io>
* hide mxid in ConfirmUserActionDialog
Signed-off-by: Kerry Archibald <kerrya@element.io>
* use name in power level event message when displayMxids is falsy
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add customisation point for mxid display
Signed-off-by: Kerry Archibald <kerrya@element.io>
* use userid customisation
Signed-off-by: Kerry Archibald <kerrya@element.io>
* use customisation in sender profile
Signed-off-by: Kerry Archibald <kerrya@element.io>
* hide profile settings mxid if falsy
Signed-off-by: Kerry Archibald <kerrya@element.io>
* rename and move to components
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove change to UIFeature.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* improvements from pr
Signed-off-by: Kerry Archibald <kerrya@element.io>
* lint fix
Signed-off-by: Kerry Archibald <kerrya@element.io>
|
2022-01-25 10:40:02 +01:00 |
|
Kerry
|
fed53a268b
|
A11y - fix anchors-as-buttons (#7444)
* add link_inline accessiblebutton variant
* valid anchors in SecurityRoomSettingsTab
Signed-off-by: Kerry Archibald <kerrya@element.io>
* new room intro link button
Signed-off-by: Kerry Archibald <kerrya@element.io>
* replace anchor with button in rerequest encryption keys message
Signed-off-by: Kerry Archibald <kerrya@element.io>
* inline button in UrlPreviewSettings
Signed-off-by: Kerry Archibald <kerrya@element.io>
* ButtonResetDefault mixin
Signed-off-by: Kerry Archibald <kerrya@element.io>
* inline link buttons in TextForEvent
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in InviteDialog
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in DevToolsDialog
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in login/registration/reset pword flows
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix types after fixing anchors in devtools
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in MemberEventListSummary
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in ReactionsRow and RoomUpgrade
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in ReplyChain
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix more anchors
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix anchors in auth comps
* stylelint fixes
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove ignore of jsx-a11y rule that is not added yet
Signed-off-by: Kerry Archibald <kerrya@element.io>
* devtools style important explainer
Signed-off-by: Kerry Archibald <kerrya@element.io>
* translate button alt in devtools dialog
Signed-off-by: Kerry Archibald <kerrya@element.io>
* AccessibleButton is reactionsrow
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix viewsourcevent button placement, use AccessibleButton
Signed-off-by: Kerry Archibald <kerrya@element.io>
* use AccessibleButton in EventTile
Signed-off-by: Kerry Archibald <kerrya@element.io>
* unignore jsx-a11y/anchor-is-valid
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix lint issue in test jsx
Signed-off-by: Kerry Archibald <kerrya@element.io>
* update coment
Signed-off-by: Kerry Archibald <kerrya@element.io>
|
2022-01-07 10:40:53 +01:00 |
|
Aaron Raimist
|
7b94e13a84
|
Merge branch 'develop' into sort-imports
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-12-09 08:34:20 +00:00 |
|
Šimon Brandner
|
cbb34d8ac7
|
Make CallHandler more EventEmittery (#6704)
* sharedInstance() -> instance
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use CallState event instead of dispatching
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Simplifie some code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use a method to start a call instead of the dispatcher
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use a method instead of place_conference_call
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Make terminateCallApp() and hangupCallApp() public
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use hangupAllCalls() instead of the dispatcher
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Make dialNumber(), startTransferToMatrixID() and startTransferToPhoneNumber() public instead of using the dispatcher
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use answerCall() instead of using the dispatcher
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Use hangupOrReject() instead of the dispatcher
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Update docs
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Improve TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Dispatch call_state, see https://github.com/vector-im/element-web/pull/18823#issuecomment-917377277
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
* Add missing import
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-11-30 18:09:13 +00:00 |
|
Renan Cleyson
|
ae0dba4e87
|
Add view_room to Action enum (#7203)
* Add ViewRoom action to Action enum
Signed-off-by: Renan <renancleyson.f@gmail.com>
* Change view_room occurrences to Action.ViewRoom
Signed-off-by: Renan <renancleyson.f@gmail.com>
* Add missing Action import
|
2021-11-25 21:49:43 +01:00 |
|
Michael Telatynski
|
5ad3261cb2
|
Implement more meta-spaces (#7077)
|
2021-11-11 13:07:41 +00:00 |
|
Faye Duxovni
|
d61a83a7b9
|
Remove all directional quotation marks in the codebase (#7059)
|
2021-10-29 21:59:21 -04:00 |
|
Aaron Raimist
|
bdc56be863
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-10-22 17:23:37 -05:00 |
|
Dariusz Niemczyk
|
5290afcc4c
|
Replace console.warn with logger.warn
Related https://github.com/vector-im/element-web/issues/18425
|
2021-10-18 14:08:23 +02:00 |
|
Dariusz Niemczyk
|
5e73a212f4
|
Replace console.error with logger.error
Related https://github.com/vector-im/element-web/issues/18425
|
2021-10-18 14:08:23 +02:00 |
|
Dariusz Niemczyk
|
2d1d42b90e
|
Globally replace all console.logs via codemod (#6827)
This commit replaces all the `console.log` to `logger.log` via an automated script.
Related: vector-im/element-web#18425
|
2021-09-21 09:48:09 -06:00 |
|
Andrew Morgan
|
1ad35b1564
|
Keep number field in focus when pressing dialpad buttons (#6520)
|
2021-08-12 18:58:06 +01:00 |
|
Michael Telatynski
|
f5630acea7
|
Adhere to better eslint rules
|
2021-07-23 10:35:10 +01:00 |
|
Michael Telatynski
|
ce78cdf4ad
|
Conform to new react and typescript eslint rules
|
2021-07-19 22:43:11 +01:00 |
|
Michael Telatynski
|
50b6c5c557
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/spacesperf
Conflicts:
src/components/views/dialogs/InviteDialog.tsx
|
2021-07-15 10:19:04 +01:00 |
|
Andrew Morgan
|
f4788a6427
|
Add dialpad to transfer dialog + various dialpad UI improvements (#6363)
Co-authored-by: Germain <germain@souquet.com>
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
|
2021-07-15 09:55:58 +01:00 |
|
Michael Telatynski
|
90d380c8ae
|
Cache value of feature_spaces* flags as they cause page refresh so are immutable
|
2021-07-15 08:26:49 +01:00 |
|
Michael Telatynski
|
a645cebb49
|
Fix setTimeout/setInterval typing
|
2021-07-12 09:02:46 +01:00 |
|
Michael Telatynski
|
bd175c6f40
|
Improve and consolidate typing
|
2021-07-10 15:43:46 +01:00 |
|
Šimon Brandner
|
914de71e9c
|
Sixth batch of burning
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-03 10:44:03 +02:00 |
|
David Baker
|
80f5232217
|
Comply with new member-delimiter-style rule
Just `eslint --fix` with rule from
https://github.com/matrix-org/eslint-plugin-matrix-org/pull/9 in place
|
2021-07-01 23:23:03 +01:00 |
|
J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Michael Telatynski
|
01aadb460d
|
Fix cyclic imports
|
2021-06-24 11:12:32 +01:00 |
|
Michael Telatynski
|
26d8c4d2e6
|
Improve design of the multi inviter error dialog
|
2021-06-24 10:03:32 +01:00 |
|
Michael Telatynski
|
0e2f617d94
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15051
|
2021-06-24 09:33:39 +01:00 |
|
Michael Telatynski
|
f929d2ee5f
|
Typescript fixes due to MatrixEvent being TSified
|
2021-06-17 14:06:03 +01:00 |
|
Michael Telatynski
|
590ce56740
|
Use MultiInviter error messages in InviteDialog for room invites
|
2021-06-16 11:48:14 +01:00 |
|
Michael Telatynski
|
539465ecb4
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17365
Conflicts:
src/components/views/dialogs/InviteDialog.tsx
|
2021-06-14 22:22:30 +01:00 |
|
Travis Ralston
|
951fbf4a1a
|
fix import
|
2021-06-14 13:38:43 -06:00 |
|
Michael Telatynski
|
93eb9feaa7
|
iterate PR based on feedback
|
2021-06-08 16:42:58 +01:00 |
|
Michael Telatynski
|
0c97d90fb9
|
Iterate PR based on feedback
|
2021-06-03 16:44:28 +01:00 |
|
Michael Telatynski
|
f2643151c6
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17365
Conflicts:
src/components/views/dialogs/InviteDialog.tsx
|
2021-06-03 16:22:59 +01:00 |
|
Germain Souquet
|
d7a5547d80
|
use Intl.Collator over String.prototype.localeCompare for better performance
|
2021-06-02 10:42:17 +01:00 |
|
Michael Telatynski
|
91b7f25513
|
delint2
|
2021-05-28 13:51:54 +01:00 |
|
Michael Telatynski
|
d319768b2e
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17365
Conflicts:
src/components/views/dialogs/InviteDialog.tsx
|
2021-05-28 13:06:48 +01:00 |
|
Nique Woodhouse
|
ea26393709
|
Styling amends to accommodate the invite dialog footer
|
2021-05-28 13:00:18 +01:00 |
|
Michael Telatynski
|
eef15394f2
|
extract buildRecents return type into an interface
|
2021-05-27 17:00:48 +01:00 |
|
Michael Telatynski
|
f75fb3b349
|
Add footer and privacy note to the start dm dialog
|
2021-05-27 15:51:25 +01:00 |
|
Michael Telatynski
|
60d161caf5
|
Apply some actual typescripting to this file
|
2021-05-26 16:47:46 +01:00 |
|
Michael Telatynski
|
3f10279e15
|
Invite Dialog don't show warning modals after unmount, it is jarring
|
2021-05-26 16:38:02 +01:00 |
|
Michael Telatynski
|
9518e4d415
|
Guard all isSpaceRoom calls behind the labs flag
|
2021-05-05 23:59:07 +01:00 |
|
Germain Souquet
|
3a91dff711
|
Check if address type is mx-user-id
|
2021-04-15 14:13:37 +01:00 |
|
Germain Souquet
|
3b66821258
|
move DM invite responsiblity to the server side
|
2021-04-14 19:59:17 +01:00 |
|
Germain Souquet
|
8b2dc22fe1
|
fix closing modal when finished
|
2021-04-14 09:37:06 +01:00 |
|
Germain Souquet
|
f89bbea3f1
|
Ensure room is synced with account before sending invites
|
2021-04-14 09:03:47 +01:00 |
|
Germain Souquet
|
8d95c012ef
|
refactor _startDm invite flow to use async/await
|
2021-04-14 08:44:33 +01:00 |
|
J. Ryan Stinnett
|
bef5c6593e
|
Remove key sharing feature flag
|
2021-04-09 17:05:55 +01:00 |
|
David Baker
|
299467c515
|
Merge remote-tracking branch 'origin/develop' into dbkr/attended_transfer
|
2021-03-31 10:14:48 +01:00 |
|
David Baker
|
989d69ba16
|
Get tbe transfer target / transferee the right way around
and also switch to the transfer target's room when we call them
|
2021-03-26 14:21:58 +00:00 |
|
Hubert Chathi
|
db2f573410
|
Merge branch 'develop' into room-history-key-sharing2
|
2021-03-25 19:28:50 -04:00 |
|