-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account Settings: Use Alorma Compose Settings Components (#731)
* Replaces custom account checkboxes with existing components This uses the checkboxes of the alorma compose settings lib instead of creating our own. * Replaces custom account dropdowns with existing components This uses the dropdowns of the alorma compose settings lib instead of creating our own. * Removes unnecessary checkbox click handlers Updating the state is handled by the checkbox component itself. * Improves code style * Removes unused imports * Properly resolves a merge conflict The settings for default sort and listing type were changed from ints to enums so we need to handle those with the new compose fields. --------- Co-authored-by: Dessalines <[email protected]>
- Loading branch information
1 parent
288f589
commit 4872a18
Showing
2 changed files
with
78 additions
and
170 deletions.
There are no files selected for viewing
This file contains 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 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