DFAxCMU / sentence-mosaics

MIT License
1 stars 1 forks source link

save sentence issues #57

Closed edwdryer closed 7 years ago

edwdryer commented 7 years ago

Also there's an issue where it's SUPER slow on iPad mini because it's still loading data from AsyncStorage in the Home page render() (the first line)? Cause I put in the if statement with have_loaded that you put in the constructor and that made it faster, but then that causes problems because you have to basically force set have_loaded back to false when you change things like save a sentence or delete and sentence

Similar issue, if you delete the sentence, it doesn't actually refresh until you go back to the home page (so if you delete the sentence and go back, and then go into the saved sentences page again it's still there)

It's not a common case, but if you make a sentence and press "Save Sentence Text" and then don't go back to the Home page, and just press back and go look at saved sentences, it's not there because you never really refresh the state until you go back to the Home page