element-portable/src/components/views/dialogs
Travis Ralston fce36ec826
Delete groups (legacy communities system) (#8027)
* Remove deprecated feature_communities_v2_prototypes

* Update _components

* i18n

* delint

* Cut out a bit more dead code

* Carve into legacy components

* Carve into mostly the room list code

* Carve into instances of "groupId"

* Carve out more of what comes up with "groups"

* Carve out some settings

* ignore related groups state

* Remove instances of spacesEnabled

* Fix some obvious issues

* Remove now-unused css

* Fix variable naming for legacy components

* Update i18n

* Misc cleanup from manual review

* Update snapshot for changed flag

* Appease linters

* rethemedex

* Remove now-unused AddressPickerDialog

* Make ConfirmUserActionDialog's member a required prop

* Remove useless override from RightPanelStore

* Remove extraneous CSS

* Update i18n

* Demo: "Communities are now Spaces" landing page

* Restore linkify for group IDs

* Demo: Dialog on click for communities->spaces notice

* i18n for demos

* i18n post-merge

* Update copy

* Appease the linter

* Post-merge cleanup

* Re-add spaces_learn_more_url to the new SdkConfig place

* Round 1 of post-merge fixes

* i18n

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2022-03-22 23:07:37 +00:00
..
security Revert "replace all require(.svg) with esm import" (#7969) 2022-03-03 17:51:38 +00:00
AddExistingSubspaceDialog.tsx fix merge conflict resolution issue 2021-07-29 15:24:42 +01:00
AddExistingToSpaceDialog.tsx Revert "replace all require(.svg) with esm import" (#7969) 2022-03-03 17:51:38 +00:00
AnalyticsLearnMoreDialog.tsx Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
AskInviteAnywayDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
BaseDialog.tsx Make everything use the KeyBindingManager (#7907) 2022-02-28 16:05:52 +00:00
BetaFeedbackDialog.tsx Fix bad import due to naming clash 2021-07-23 18:51:27 +01:00
BugReportDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
BulkRedactDialog.tsx Improve remove recent messages dialog (#6114) 2022-03-18 20:08:32 +00:00
ChangelogDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ConfirmAndWaitRedactDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ConfirmRedactDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ConfirmSpaceUserActionDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
ConfirmUserActionDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
ConfirmWipeDeviceDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
CreateRoomDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
CreateSubspaceDialog.tsx Merge branch 'develop' into sort-imports 2021-12-09 08:34:20 +00:00
CryptoStoreTooNewDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
DeactivateAccountDialog.tsx Wire up more Posthog tracking (#7689) 2022-02-09 14:25:58 +00:00
DevtoolsDialog.tsx Prefer RoomStateEvent.Update where possible as it fires far less (#7878) 2022-02-24 14:39:25 +00:00
EndPollDialog.tsx Move all polls processing to events-sdk & prep for stable polls (#7517) 2022-01-17 10:06:30 -07:00
ErrorDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ExportDialog.tsx Fix ExportDialog title on export cancellation (#7936) 2022-03-02 08:58:41 +00:00
FeedbackDialog.tsx Remove Countly analytics integration (#7808) 2022-02-15 16:58:30 +00:00
ForwardDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
GenericFeatureFeedbackDialog.tsx Move new search experience to a Beta (#7718) 2022-02-08 14:02:36 +00:00
HostSignupDialog.tsx Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
HostSignupDialogTypes.ts Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
IDialogProps.ts Fix Dialog/Modal types defn 2021-06-07 11:06:30 +01:00
IncomingSasDialog.tsx Improve typing around event emitter handlers (#7816) 2022-02-22 12:18:08 +00:00
InfoDialog.tsx Remove sdk.getComponent() where possible (#7091) 2021-11-08 10:27:52 +00:00
IntegrationsDisabledDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
IntegrationsImpossibleDialog.tsx Merge branch 'develop' into sort-imports 2021-12-09 08:34:20 +00:00
InteractiveAuthDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
InviteDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
KeySignatureUploadFailedDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
LazyLoadingDisabledDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
LazyLoadingResyncDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
LeaveSpaceDialog.tsx Fix button border color of LeaveSpaceDialog (#8010) 2022-03-10 07:52:09 +00:00
LogoutDialog.tsx Add lint for unused locals (#8007) 2022-03-09 12:05:16 +00:00
ManageRestrictedJoinRuleDialog.tsx Fix Manage Restricted Join Rule Dialog for Spaces (#7208) 2021-11-29 09:23:25 +00:00
ManualDeviceKeyVerificationDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
MessageEditHistoryDialog.tsx Use redaction enum event type rather than hardcoded string (#8071) 2022-03-17 18:38:29 +01:00
ModalWidgetDialog.tsx Revert "replace all require(.svg) with esm import" (#7969) 2022-03-03 17:51:38 +00:00
QuestionDialog.tsx Iterate PR first round 2021-09-13 18:03:05 +02:00
RegistrationEmailPromptDialog.tsx Remove Countly analytics integration (#7808) 2022-02-15 16:58:30 +00:00
ReportEventDialog.tsx Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
RoomSettingsDialog.tsx Improve typing around event emitter handlers (#7816) 2022-02-22 12:18:08 +00:00
RoomUpgradeDialog.tsx Convert RoomUpgradeDialog to TS 2021-07-09 08:47:18 +01:00
RoomUpgradeWarningDialog.tsx A11y - fix anchors-as-buttons (#7444) 2022-01-07 10:40:53 +01:00
ScrollableBaseModal.tsx Make everything use the KeyBindingManager (#7907) 2022-02-28 16:05:52 +00:00
ServerOfflineDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ServerPickerDialog.tsx Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
SeshatResetDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
SessionRestoreErrorDialog.tsx Merge branch 'develop' into sort-imports 2021-12-09 08:34:20 +00:00
SetEmailDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ShareDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
SlashCommandHelpDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
SpacePreferencesDialog.tsx Fix wrong icon being used for appearance tab in space preferences dialog (#7570) 2022-01-18 17:56:49 -07:00
SpaceSettingsDialog.tsx type Actions (#7862) 2022-02-22 10:04:27 +00:00
SpotlightDialog.tsx Tweak search dialog based on new designs (#7980) 2022-03-11 09:34:44 +00:00
StorageEvictedDialog.tsx A11y - fix anchors-as-buttons (#7444) 2022-01-07 10:40:53 +01:00
TabbedIntegrationManagerDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
TermsDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
TextInputDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
UntrustedDeviceDialog.tsx Fix look of the untrusted device dialog (#7487) 2022-01-10 10:02:03 +00:00
UploadConfirmDialog.tsx Revert "replace all require(.svg) with esm import" (#7969) 2022-03-03 17:51:38 +00:00
UploadFailureDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
UserSettingsDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
VerificationRequestDialog.tsx Consistently use the word "device", rather than "session" or "login", in verification dialog (#7474) 2022-01-06 16:57:49 -05:00
WidgetCapabilitiesPromptDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
WidgetOpenIDPermissionsDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00