element-portable/src/components/views/dialogs
Kerry 1216285ed2
Add descriptions to ambiguous links for screen readers (#7310)
* add title to room share link

Signed-off-by: Kerry Archibald <kerrya@element.io>

* add ExternalLink component

Signed-off-by: Kerry Archibald <kerrya@element.io>

* unit test ExternalLink

Signed-off-by: Kerry Archibald <kerrya@element.io>

* default target and rel for external link

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use scss $font variables

Signed-off-by: Kerry Archibald <kerrya@element.io>
2021-12-09 13:04:06 +01:00
..
security Show passphrase input label (#6992) 2021-10-22 15:50:11 +01:00
AddExistingSubspaceDialog.tsx fix merge conflict resolution issue 2021-07-29 15:24:42 +01:00
AddExistingToSpaceDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
AddressPickerDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
AnalyticsLearnMoreDialog.tsx Analytics opt in for posthog (#6936) 2021-12-06 09:39:33 +11:00
AskInviteAnywayDialog.tsx fix three lints 2021-07-20 10:33:52 +01:00
BaseDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
BetaFeedbackDialog.tsx Fix bad import due to naming clash 2021-07-23 18:51:27 +01:00
BugReportDialog.tsx Add choose to new issue link 2021-08-23 13:17:40 +02:00
ChangelogDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
CommunityPrototypeInviteDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
ConfirmAndWaitRedactDialog.tsx Eighth batch of burning 2021-07-03 11:24:33 +02:00
ConfirmRedactDialog.tsx Happily handle empty text messages (#6825) 2021-09-28 15:04:25 +01:00
ConfirmSpaceUserActionDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
ConfirmUserActionDialog.tsx Don't reload the page when user hits enter when entering ban reason (#7145) 2021-11-16 14:45:59 +00:00
ConfirmWipeDeviceDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
CreateCommunityPrototypeDialog.tsx Add view_room to Action enum (#7203) 2021-11-25 21:49:43 +01:00
CreateGroupDialog.tsx Adhere to better eslint rules 2021-07-23 10:35:10 +01:00
CreateRoomDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
CreateSpaceFromCommunityDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
CreateSubspaceDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
CryptoStoreTooNewDialog.tsx Convert DialogButtons to TS 2021-09-17 18:47:14 +02:00
DeactivateAccountDialog.tsx Replace console.warn with logger.warn 2021-10-18 14:08:23 +02:00
DevtoolsDialog.tsx Replace console.warn with logger.warn 2021-10-18 14:08:23 +02:00
EditCommunityPrototypeDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
EndPollDialog.tsx Allow ending polls (#7305) 2021-12-08 14:56:48 +00:00
ErrorDialog.tsx Second batch of burning 2021-07-02 17:08:27 +02:00
ExportDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
FeedbackDialog.tsx Disallow sending empty feedbacks (#7240) 2021-12-01 10:59:46 +00:00
ForwardDialog.tsx Show room context details in forward dialog (#7162) 2021-11-23 09:35:01 +00:00
GenericFeatureFeedbackDialog.tsx Change spaces beta feedback to not be so beta-centric 2021-07-23 15:47:11 +01:00
HostSignupDialog.tsx Use en_GB spelling of maximise / minimise in labels (#7111) 2021-11-10 16:35:43 +00:00
HostSignupDialogTypes.ts Remove host signup config strings, make translatable instead 2021-02-10 13:38:32 +02:00
IDialogProps.ts Fix Dialog/Modal types defn 2021-06-07 11:06:30 +01:00
IncomingSasDialog.tsx Iterate type definitions (#7168) 2021-11-19 17:35:11 +00:00
InfoDialog.tsx Remove sdk.getComponent() where possible (#7091) 2021-11-08 10:27:52 +00:00
IntegrationsDisabledDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
IntegrationsImpossibleDialog.tsx Remove sdk.getComponent() where possible (#7091) 2021-11-08 10:27:52 +00:00
InteractiveAuthDialog.tsx Add IDialogAesthetics 2021-09-13 18:12:47 +02:00
InviteDialog.tsx Make CallHandler more EventEmittery (#6704) 2021-11-30 18:09:13 +00:00
KeySignatureUploadFailedDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
LazyLoadingDisabledDialog.tsx Iterate PR first round 2021-09-13 18:03:05 +02:00
LazyLoadingResyncDialog.tsx Iterate PR first round 2021-09-13 18:03:05 +02:00
LeaveSpaceDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
LogoutDialog.tsx Remove sdk.getComponent() where possible (#7091) 2021-11-08 10:27:52 +00:00
ManageRestrictedJoinRuleDialog.tsx Fix Manage Restricted Join Rule Dialog for Spaces (#7208) 2021-11-29 09:23:25 +00:00
ManualDeviceKeyVerificationDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
MessageEditHistoryDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
ModalWidgetDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
QuestionDialog.tsx Iterate PR first round 2021-09-13 18:03:05 +02:00
RegistrationEmailPromptDialog.tsx Fixes more instances of double-translation (#7259) 2021-12-02 13:42:47 +00:00
ReportEventDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
RoomSettingsDialog.tsx Unified room context menus (#7072) 2021-11-15 11:39:25 +00:00
RoomUpgradeDialog.tsx Convert RoomUpgradeDialog to TS 2021-07-09 08:47:18 +01:00
RoomUpgradeWarningDialog.tsx Add progress bar to restricted room upgrade dialog 2021-10-08 12:20:43 +01:00
ScrollableBaseModal.tsx Polls: Creation form & start event (#7001) 2021-11-01 23:44:42 -06:00
ServerOfflineDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
ServerPickerDialog.tsx Remove all directional quotation marks in the codebase (#7059) 2021-10-29 21:59:21 -04:00
SeshatResetDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
SessionRestoreErrorDialog.tsx Automatic error reporting (#7046) 2021-10-29 08:34:25 +00:00
SetEmailDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
ShareDialog.tsx Add descriptions to ambiguous links for screen readers (#7310) 2021-12-09 13:04:06 +01:00
SlashCommandHelpDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
SpaceSettingsDialog.tsx Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18908 2021-09-10 18:02:48 +01:00
StorageEvictedDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
TabbedIntegrationManagerDialog.tsx Replace console.error with logger.error 2021-10-18 14:08:23 +02:00
TermsDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
TextInputDialog.tsx Iterate PR first round 2021-09-13 18:03:05 +02:00
UntrustedDeviceDialog.tsx Fix enum casing once again 2021-09-21 08:25:25 +02:00
UploadConfirmDialog.tsx Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
UploadFailureDialog.tsx Use IDialogProps 2021-09-10 19:01:05 +02:00
UserSettingsDialog.tsx Implement more meta-spaces (#7077) 2021-11-11 13:07:41 +00:00
VerificationRequestDialog.tsx Fix 'User' type import 2021-07-14 16:41:01 +01:00
WidgetCapabilitiesPromptDialog.tsx Merge branch 'develop' into travis/cross-room 2021-08-26 10:48:10 -06:00
WidgetOpenIDPermissionsDialog.tsx Merge remote-tracking branch 'upstream/develop' into task/dialogs-ts 2021-09-22 10:42:02 +02:00