-
Notifications
You must be signed in to change notification settings - Fork 95
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
Navigation button is hard to see #1117
Comments
I have noticed this as well. This is caused by As for a workaround, we could put an overlay over the app when the sidebar is open. Another gripe about the |
Yes, that is the issue. The problem lies in the Vue library, I see. This problem is only a minor issue at the moment. So, I would rather check for a solid solution before going into some hackery. So, the question for @nextcloud/vuejs would be if a PR would be accepted/anticipated that will add emitting events to the |
Well, I was able to tap into the event bus. I will send you a PR. |
Really? I just tested it again and I am not getting any events. Did you have to do anything special? I copied the same |
What the heck. I was subscribing to |
Yes, the same happened to me. The trick is that with |
There is a vue-devtools browser plugin which should record emitted events and might help detecting the event names! |
The plugin has not been working reliably for me. Sometimes it shows up, but sometimes it doesn't recognize that it's a vue app. |
I had this problem, too. Switching to a different browser helped with that. (I think the Firefox extension was buggy and Chrome worked well. Maybe the other way round) |
Yes and no. Firefox is not working ATM. Chrome works well, but you need to do some steps in the right order:
The problem is that here, the event-bus is used instead of plain old Vue events. These events will not be detected by the Vue browser extension. |
Ah sorry then my comment was rather misleading 🙊 |
Thanks for the instructions @christianlupus. I thought it would "just work". Not sure why it was sometimes working because I never did all of that. I am getting stuck on # 3 though. I don't have any confirm button, just the message "Vue.js is not detected". If I skip that step, I don't get any Vue tab. |
When looking at the current state of #1105, the navigation menu is reappearing again. See below:
When the navigation is expanded and the zoom factor is set correctly, the button might overlap with the edit (or other) button(s).
At least for me, this is almost invisible. I have seen this problem already in the past also with other apps on my mobile that the styling of the nav buttons might conflict with underlying content. Graphical example:
I am not sure if this is really an app issue or better suited in the Nextcloud style guides (as other apps are affected similarly).
The text was updated successfully, but these errors were encountered: