stochaztic / lttp-tracker

Item tracker for link to the past randomizer
MIT License
10 stars 8 forks source link

Rewrite display layer #4

Open stochaztic opened 7 years ago

stochaztic commented 7 years ago

Display layer as inherited from upstream is currently a jQuery mess, and the HTML can't be taken out of quirks mode without destroying the layout.

A rewrite in React or other reactive framework would fit the external-data-driven nature of the sheet as well.

Additional goals for a rewrite:

stochaztic commented 6 years ago

This has begun, with the items being rewritten in Vue. Still todo: the item-picker and the map, then general refactoring.