Michael Telatynski
|
8d4e83084c
|
Remove Countly analytics integration (#7808)
|
2022-02-15 16:58:30 +00: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
|
2e8a93834b
|
Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2021-12-09 09:10:23 +00:00 |
|
Michael Telatynski
|
675901f629
|
Fixes more instances of double-translation (#7259)
|
2021-12-02 13:42:47 +00:00 |
|
Michael Telatynski
|
5e77822bcc
|
Fix broken i18n in Forgot & Change password (#7252)
|
2021-12-01 17:33:55 +00:00 |
|
Paulo Pinto
|
646f87b2db
|
In forgot password screen, show validation errors inline in the form, instead of in modals (#7113)
|
2021-11-12 11:39:39 +00:00 |
|
Šimon Brandner
|
f08c0b3592
|
Remove sdk.getComponent() where possible (#7091)
|
2021-11-08 10:27:52 +00:00 |
|
Paulo Pinto
|
6a3fb5cbb4
|
Add EmailField component for login, registration and password recovery screens (#7006)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
|
2021-10-27 09:52:34 +01:00 |
|
Paulo Pinto
|
9c786717b8
|
Validate email address in forgot password dialog (#6983)
|
2021-10-19 16:22:27 +01: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
|
f50d9b729f
|
Update src/components/structures/auth/ForgotPassword.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-08-19 10:08:42 +02:00 |
|
Dariusz Niemczyk
|
01ecdd2e6b
|
Update src/components/structures/auth/ForgotPassword.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-08-19 10:08:37 +02:00 |
|
Dariusz Niemczyk
|
b9604d1fb5
|
Make ForgotPassword UX slightly more user friendly
|
2021-08-19 09:12:52 +02: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 |
|
Šimon Brandner
|
14303a4ca8
|
Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-07-07 17:20:31 +02:00 |
|
Germain Souquet
|
f4ec197513
|
Migrate ForgotPassword to TypeScript
|
2021-07-03 11:55:10 +01:00 |
|