Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use the back component in layouts instead of a static link #365

Open
JannikStreek opened this issue Sep 27, 2024 · 0 comments
Open

Comments

@JannikStreek
Copy link
Member

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:

<%= if admin_route(@conn) do %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant