Exceptionless.UI icon indicating copy to clipboard operation
Exceptionless.UI copied to clipboard

Deleting a "stack" navigates you to "All Exceptions" Dashboard instead of the previously viewed Dashboard

Open elachlan opened this issue 6 years ago • 7 comments

elachlan avatar Dec 05 '17 05:12 elachlan

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.

niemyjski avatar Dec 05 '17 13:12 niemyjski

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.

elachlan avatar Dec 07 '17 04:12 elachlan

@niemyjski is there a plan to upgrade the Angular version?

elachlan avatar Dec 10 '17 23:12 elachlan

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 :-)

niemyjski avatar Dec 11 '17 04:12 niemyjski

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

niemyjski avatar Dec 11 '17 04:12 niemyjski

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.

elachlan avatar Dec 11 '17 04:12 elachlan

It's off by default but you can turn it on in the web.config / app.config.js

niemyjski avatar Dec 11 '17 14:12 niemyjski