AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
57 stars 32 forks source link

Fixes lack of using custom_simplename in the hover recipe menu #72

Closed vreelb closed 1 year ago

vreelb commented 2 years ago

We were only sending recipes to the frontend so simplename was only used in templates prior to this. We now send a dictionary mapping name -> simplename that can be used for this (and possible other things later on).

Also fixes some typos and inconsistent space/tabs in files that were being edited.

Fixes #65