Commit 55c6994
committed
Use LiveView navigation to go back to the dashboard
Since both the dashboard and the error page are in the same live_session
we can navigate between them using LiveView navigation instead of
triggering a full page reload. This is more efficient as we don't need
to negotiate TLS and fetch assets again.1 parent c4fc3c0 commit 55c6994
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments