-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feature: Enabled tags by default and removed option to turn them off #9710
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
Feature: Enabled tags by default and removed option to turn them off #9710
Conversation
As noted in the issue, we're not ready to merge this just yet, let's keep this open in the meantime. |
Revert - Removed faulty features Moved to other PR - Hide Tag Column
@ferrariofilippo last thing, can you add the link icon back to the edit button? It should look like this. |
Ok, I fixed it |
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.
LGTM
@ferrariofilippo excellent work! Thank you for contributing to Files, this change will be included in the next release. |
*Resolved
Details of Changes
-Removed Tag ToggleSwitch
-Removed all the code that was executed at change of the toggle status
-Removed all the ifs that checked if tags were enabled (Now their code is always executed)
Validation