neptuo / Recollections

Manage your recollections
https://about.recollections.app
Apache License 2.0
0 stars 1 forks source link

Detail pages should react to changing parameter values #288

Open maraf opened 1 year ago

maraf commented 1 year ago

Currently detail page components load data in OnInitializedAsync which doesn't reflect changing parameter values and navigation to the same page with different value (eg. link from being detail to being owner)

maraf commented 1 year ago

It's not only about detail components, but eg. Timeline has the same problem as it is used in being detail.

maraf commented 1 year ago

We need to maintain previous param values and check if they changed per-component. SetParametersAsync is called twice with the same values on hard reload.

maraf commented 1 year ago

Fixed timeline. The rest is postponed for the moment.