Streamline methods handling UI interactions, loading and saving localStorage #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A large number of UI interactions just call the same method, and the values are loaded and saved to localStorage the same way.
It would be nice to streamline this to avoid all the copy/paste code that we currently have.
Partially resolved the "loads of bindings that call the same method" issue. Haven't made any progress on streamlining loading/saving localStorage yet though.
Maybe it's time to (shudder) use a framework to manage all the model-view-controller (and storage) stuff.