maraf / Money

Personal Expense Manager -- UWP (+ Blazor) and CQRS+ES.
https://money.neptuo.com
Apache License 2.0
205 stars 35 forks source link

Update URL when month is selected #124

Closed maraf closed 5 years ago

maraf commented 6 years ago

Currently, hash (#) is written to URL. When navigating to overview and than back, previously selected month is gone.

maraf commented 6 years ago

Right now it would trigger page rendering which I'm not sure is desired, but we can modify history/URL from javascript.

maraf commented 5 years ago

Thanks Blazor page "livecycle" when the same page is "reopened", it was damn easy.