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
This requires changes in both the JSON API with some cascading DELETEs and also updates in the RiotControl.js script to add links to summoners and games so users can decide to remove them. However, this should be done quite carefully. In the case of games, I want a simple Ok/cancel dialogue. In the case of removing summoners, I want an actual dialogue where you have to repeat a string like "REPEAT" in a text input box to confirm the deletion of a summoner, as this can have severe consequences. (just imagine you accidentally deleting 500-1000 games you had played by misclicking once)
The purpose of offering such an option is removing invalid data that was produced by a faulty version of the software. Possibly other reasons, too, but that's my primary motivation.
The text was updated successfully, but these errors were encountered:
This requires changes in both the JSON API with some cascading DELETEs and also updates in the RiotControl.js script to add links to summoners and games so users can decide to remove them. However, this should be done quite carefully. In the case of games, I want a simple Ok/cancel dialogue. In the case of removing summoners, I want an actual dialogue where you have to repeat a string like "REPEAT" in a text input box to confirm the deletion of a summoner, as this can have severe consequences. (just imagine you accidentally deleting 500-1000 games you had played by misclicking once)
The purpose of offering such an option is removing invalid data that was produced by a faulty version of the software. Possibly other reasons, too, but that's my primary motivation.
The text was updated successfully, but these errors were encountered: