-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Remove legacy "checkbox" settings option #29282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8a9eb35
Use EditInPlace for identity server picker.
Half-Shot 5aca14d
Update test
Half-Shot ef4d9ea
Add a test for setting an ID server.
Half-Shot 956d936
fix tests
Half-Shot 206304b
Reformat other :not sections
Half-Shot 03da3b5
forgot a comma
Half-Shot ffedde2
Update Apperance settings to use toggle switches.
Half-Shot 51cb4a5
Remove unused checkbox setting.
Half-Shot 88e5260
Remove unused import.
Half-Shot a413ae3
Update tests
Half-Shot b4c926f
lint
Half-Shot 57e8e51
update apperance screenshot
Half-Shot a3f1a8c
Merge branch 'develop' into hs/remove-legacy-setting-toggle
Half-Shot 7723c0f
Merge remote-tracking branch 'origin/develop' into hs/remove-legacy-s…
Half-Shot e06e421
Begin replacing settings
Half-Shot b4e0979
Refactor RoomPublishSetting
Half-Shot 0c40f53
Remove LabelledToggleSwitch
Half-Shot 052cc07
Refactor SettingsFlag to use SettingsToggleInput
Half-Shot c59c724
Refactor CreateRoomDialog to use SettingsToggleInput
Half-Shot 1ef5ba0
Refactor DeclineAndBlockInviteDialog to use SettingsToggleInput
Half-Shot c72ebed
Update DevtoolsDialog
Half-Shot 6ff4ac8
Refactor ReportRoomDialog to use SettingsToggle
Half-Shot 4a85b7c
Update RoomUpgradeWarningDialog to use SettingsToggleInput
Half-Shot 58f59b2
Update WidgetCapabilitiesPromptDialog to use SettingsToggleInput
Half-Shot 1a2aeb1
Update trivial switchovers
Half-Shot b58492f
Update Notifications settings to use SettingsFlag where possible
Half-Shot 5454c2b
Update RoomPublishSetting and SpaceSettingVisibilityTab to use Settin…
Half-Shot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+7.21 KB
(110%)
...user-settings-tab/appearance-user-settings-tab.spec.ts/appearance-tab-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to suggest moving everything from toggles to checkboxes, what changed?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the feeling this was a choice made a quite a few design iterations ago. I'm assuming since the only bit of settings to ever use checkboxes was the author's own appearance settings. it wasn't ever expanded to the rest of the components.
If the plan is to still change over to checkboxes, we can check with design. However going one way or the other would reduce some overhead here.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compound specifically supports both checkboxes and toggles so we should definitely query design which we should favour for what. @element-hq/design