You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our back navigation from admin back to brainstorming triggers a full reload. This could be improved by leveraging the back component, which is already available. However, it triggers a live reload and therefore the current strategy in the root layout to either display the logo or back button does not work anymore.
This does not work for live view navigation changes, as layout doesn't get the update:
<%= if admin_route(@conn) do %>
The text was updated successfully, but these errors were encountered:
Further Notes
Currently our back navigation from admin back to brainstorming triggers a full reload. This could be improved by leveraging the back component, which is already available. However, it triggers a live reload and therefore the current strategy in the root layout to either display the logo or back button does not work anymore.
This does not work for live view navigation changes, as layout doesn't get the update:
The text was updated successfully, but these errors were encountered: