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

Should not go to newest request when viewing one #165

Closed
E1337Kat opened this issue Sep 18, 2019 · 1 comment · Fixed by #200
Closed

Should not go to newest request when viewing one #165

E1337Kat opened this issue Sep 18, 2019 · 1 comment · Fixed by #200
Assignees

Comments

@E1337Kat
Copy link

On my companies app, we have some js calls to the rails server to check for new notifications or whatever. (It may not be the best way to receive notifications, but it is legacy from before browser notifications were possible.) As a result, when I am using rails panel, whenever the notifications on the site are checked, the active request is set to be that newest request. This is not very useful when I am currently looking at a prior request's parameters and suddenly the new request's info is brought up.

It looks like the culprit is here. at that line, we set the active request to be the newest incoming request. I don't think we should do this unless there is not a current active request, or rather, when the user has not clicked on a request yet.

I'd like to know other's opinions on either removing that line or changing it to meet my suggested conditions.

@dejan dejan self-assigned this Apr 25, 2024
@dejan
Copy link
Owner

dejan commented Apr 27, 2024

Thanks for suggestion. I've implemented a feature that allows you to control this behaviour #200

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

Successfully merging a pull request may close this issue.

2 participants