-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
display file list in flexbox #20201
display file list in flexbox #20201
Conversation
Thank you @rmanibus for your contribution :) |
oh yes I missed that. |
Ok so the breadcrumb is an inline flex, I don't see how we can put the add button after the last breadcrumb item without putting it in the same flex context. This is working if the breadcrumb is less than a line long, but if it is two line long the add button will not be on the same line than the last breadcrumb item.
I think the button must be the last breadcrumb item for it to work. Do you see any other solution ? |
Hey, thank you for rechecking, no, i dont have any better solution tbh. |
so, the breadcrumb shows up correctly but the button is non functioning for now. what do you think of this ? I did not commit the compiled file for now because it is generating a lots of noise, I think you will have to rebuild the JS. |
Fetching the button with detach() effectively preserve all event handlers attached with it (https://stackoverflow.com/questions/29461969/appending-element-and-removing-it-destroys-all-event-handlers-in-jquery). So the button is functioning again. I think we are good now. |
Do you want me to commit all the generated js ? I dont now why it generated files in the app folder, I only made change in the core. |
You can just comment |
/compile amend / |
3fbd165
to
07fb860
Compare
hi, can someone review this ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good
Hopefully we create our own new component for it soon :)
please squash it and resolve the conflicts. Thank you 👍 1 |
/compile amend / |
I think we are good ! |
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
90f9d3c
to
6c60b85
Compare
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Thanks a lot @rmanibus 🤗 |
fixes #20130