You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
In settings/store and the purchase screen, the checkbox for showing verified moderators only is part of the store and purchase views respectively. This requires a state change for the entire view when he checkbox is toggled, which in turn re-renders all the child views.
It would be ideal if the checkbox was part of the moderators view, since it's directly controlling that view, and the state of the checkbox really only matters to the moderators view.
My initial suggestion is to add a showVerifiedCtrl option to the moderators view, and if true, it will show a checkbox with a "Show Only Verified Moderators" label.
Then parent views could decide if the checkbox should be shown, but not need to re-reend when it's toggled.
The text was updated successfully, but these errors were encountered:
In settings/store and the purchase screen, the checkbox for showing verified moderators only is part of the store and purchase views respectively. This requires a state change for the entire view when he checkbox is toggled, which in turn re-renders all the child views.
It would be ideal if the checkbox was part of the moderators view, since it's directly controlling that view, and the state of the checkbox really only matters to the moderators view.
My initial suggestion is to add a
showVerifiedCtrl
option to the moderators view, and if true, it will show a checkbox with a "Show Only Verified Moderators" label.Then parent views could decide if the checkbox should be shown, but not need to re-reend when it's toggled.
The text was updated successfully, but these errors were encountered: