@qstearns and I were talking and we think that modals could work nicely. For whatever we pick, I think that a system where we add a showing and hidden class to divs would be ideal. Then we could just have some simple css to show the correct view. What I like about a system like this is that we could have the entire html for all of the views in one file and we wouldn't have all this html in a JS file.
@qstearns and I were talking and we think that modals could work nicely. For whatever we pick, I think that a system where we add a
showing
andhidden
class to divs would be ideal. Then we could just have some simple css to show the correct view. What I like about a system like this is that we could have the entire html for all of the views in one file and we wouldn't have all this html in a JS file.