[LARP DB] Welp, just figured out how to do seamless UI.
Now, so long as you don't hit the back button, you can go right back to the last screen you were on with whatever search filters still engaged.
[LARP DB] about 30 lines of spaghetti code repeated through the app... shrunk to a single function call...???!
[LARP DB] Holy shit YES!
I finally figured out how to squash the biggest pain in the neck issue with the old app.
Previously when you navigated to a list and selected an item from that list, it would take you to the new page, and if you hit the back button, the old page had to reload the list, meaning a back-end pull which could take a second or two.
[LARP DB] Yup I was definitely right to go back to the base framework and see what I can simplify.
SO MUCH STUFF can get shoved into more elegant components. One we settle on a final UI design and start with the CSS I can start porting things over quickly.
[LARP DB] While work is being done with the CSS of the items and character DB, I'm going to try and mock up a rudimentary pre reg system, just cause.