julianpoy / RecipeSage

A Collaborative Recipe Keeper, Meal Planner, and Shopping List Organizer in PWA form.
https://recipesage.com
639 stars 64 forks source link

feat: Update Page Title When viewing recipe #1467

Closed Spencerhutch closed 2 weeks ago

Spencerhutch commented 3 weeks ago

If this looks good I can update the Shopping list, Menu, and whatever other pages you think might benefit.

https://github.com/user-attachments/assets/0525755c-a5bc-4793-a678-8d706ab3c8f2

Closes #1443

julianpoy commented 3 weeks ago

Looks great! I didn't know about the angular-provided Title service. Feel free to update for any of the other pages.

Only note is that the page titles will need to come from the translation service and be added to en-us.json

Spencerhutch commented 2 weeks ago

Added Page title updating to Meal Plan, Shopping List, and Recipes pages. Extracted strings out to i18n en-us file.

julianpoy commented 2 weeks ago

Thanks for the PR!