-
Notifications
You must be signed in to change notification settings - Fork 800
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
Add "Edit" pencil button to edit the list of ignored files next to the folder icon #1524
Comments
Hi @camilasan, can you explain me a little bit more about what should be done in this issue? |
Yes! Of course!
The small folder should stay and next to it you would add a button to edit the ignore list
That is correct.
Yes, please :D
|
Here @marimeireles it is where the drawing of buttons magic 🌟 happens: |
Welcome @marimeireles 👋 :D @camilasan so I would say design-wise:
What do you think? |
|
I believe there is some kind of "circular" implementation for opening a folder when you double click in the icon on the right. |
Thanks @marimeireles of the past for documenting everything. The last comment was already solved, a signal wasn't being emitted correctly. |
@jancborchardt actually... there's more than one ignore list file, there's a global one and a per folder one. If I got only one notification like above (and the new GUI does this as well) if I click it's unclear which file should be opened. Indeed some of the files in that notification might be ignored due to the global list, some other files might be ignored due to one of the per folder ignore list. |
@er-vin then as a start, could we group the notifications based on which ignore list they are ignored by? This will take care of the majority of setups which use the default setting of only 1 folder. |
Unsure, would need some investigation. |
The client has improved a lot since the ticket was opened. |
About #1523 @jancborchardt said:
"Also, what will the folder icon on the right do? Could we make it an "Edit" pencil / https://docs.nextcloud.com/server/17/developer_manual/_images/rename.png ) and when clicked it could go to edit the ignore list?"
The text was updated successfully, but these errors were encountered: