On the user profile page (/settings), replace old form controls with the appropriate web components.
Replacements:
- Your Apps
- Multiplier Preferences
- Notifications
After removing old js-based controls, search for usages of that same js code. If it is no longer in use, remove the unneeded code.
On the user profile page (
/settings), replace old form controls with the appropriate web components.Replacements:
After removing old js-based controls, search for usages of that same js code. If it is no longer in use, remove the unneeded code.