-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Avoid hiding the background tasks status indicator on smaller window sizes #8781
Comments
Related: #8295 |
Could potentially be solved by implementing #8774 and moving the other buttons slightly to the left. I think, there is some space between the search bar and the other buttons. |
Agreed. Probably the responsive design behavior can be improved. Just wanted to keep the issue description neutral to the solution (moving the button might help to improve discoverability and highlighting the special nature of it, for example). |
This question is quite interesting and I will try to do it in this moment. After modifying the position of the button, I will submit a pull request. |
Of course you can. You might want to coordinate and communicate with @Beingmani so as to not create any merge conflicts. He wants to work on #8774, which is very closely related. |
Yes, i do. I already worked on it and it should fix the issue. Fixing #8774 will fix this. Will raise a PR by tomorrow :) |
Hey Guys, Solution : Moving the Background task button to the front will resolve the issues on smaller screens and since it's responsive, it will be the first one that is visible even on smaller screens. Here is a picture of the screen where the solution is implemented. I'm trying to get rid of the space but this solution works for now I guess. let me know if I can draft a PR for this. |
@Beingmani I read that you wanted to add a PR by yesterday. Are there current problems occurring that you need help with? Also, is that screenshot a mockup or an already implemented solution? Additionally, please have a look at #8795, which is related. Maybe, you can work on that basis. |
Just saw that you are working on https://github.com/Beingmani/jabref/commits/main, so adding for reference. |
As I wrote in the other PR, I don't think the the backgroundtask-indicator is important enough to be displayed right next to the search bar. |
Removing the space (and adding it again after a query) will likely lead to "jumping" icons, though. I think that is why it has not been done before. |
on 1366x768 dpi
To summarize: Would really be good to always display "background task status indicator" even on small screens, because that would likely be a workaround to triggering the error. Edit: Yes I also agree It should not be displayed prominently on the left. In my opinion, the following buttons are very important too: Edit2: Maybe one could enable disable groups of buttons via |
That spaces are currently set on purpose: Here you can see where the width is set for the left spacer.
I think, that this can be done more responsive (like on Firefox for example). The space around the search and address bar dynamically changes depending on the window width. |
In the devcall, we decided to move forward with the less intrusive solution of #8798. That solution works in smaller window sizes equal to 1280x960 or bigger than that. |
Is your suggestion for improvement related to a problem? Please describe.
On smaller window sizes, the status indicator (and button) for background tasks is hidden. I think such an indicator should never be hidden.
Describe the solution you'd like
Possibly change its location or never hide it at its current place.
Additional context

The text was updated successfully, but these errors were encountered: