Deleting a "stack" navigates you to "All Exceptions" Dashboard instead of the previously viewed Dashboard
We currently don't look at the previous page you were on. This could be done using push state, would you mind submitting a PR for this.
I believe this is somewhat linked to this issue: https://github.com/exceptionless/Exceptionless.UI/issues/133
I believe in Angular 2 the routing system persists the state automatically.
@niemyjski is there a plan to upgrade the Angular version?
We don’t have any plans at this time as it is a massive amount of work (rewrite...??) and I’m not sure if we’d pick angular. We’d be open to pull requests :-)
We do have html5 pushstate support, I’m just not sure if it’s going to be that easy for navigation? Perhaps we could check if there is state or go to the current default
Yes it's a pretty massive undertaking.
I think that is a good middle ground. The app.config has html5 mode disabled as far as I can see though.
It's off by default but you can turn it on in the web.config / app.config.js