KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
539 stars 148 forks source link

Prefix document title with recipe's nice localized (en) name #234

Open superguru opened 3 years ago

superguru commented 3 years ago

This commit enables the document title to reflect the recipe being viewed.

Use Case #1: distinguish between different recipes in a browser's bookmarks. Use Case #2: distinguish between different browser tabs where different recipes are viewed.

Caveat: Does not attempt to handle multiple items in the recipe. Reasoning: Handling one item is likely the 80% case. Further possibilities: It's easy to add an "et al" or similar, or more preferable a user nameable recipe and use that for the 20% case.