Skip to content
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

Cleanup hacks #1776

Closed
raimund-schluessler opened this issue Sep 11, 2021 · 1 comment · Fixed by #1804
Closed

Cleanup hacks #1776

raimund-schluessler opened this issue Sep 11, 2021 · 1 comment · Fixed by #1804
Labels
Milestone

Comments

@raimund-schluessler
Copy link
Member

Remove (nextcloud-libraries/nextcloud-vue#2229)

tasks/src/main.js

Lines 100 to 105 in b07b6c3

Vue.prototype.t = function() {
return t.apply(null, arguments).toString()
}
Vue.prototype.n = function() {
return n.apply(null, arguments).toString()
}

and (nextcloud-libraries/nextcloud-vue#2211)
#app-settings::v-deep #app-settings-header .settings-button {
padding-left: 50px;
}

once the next nextcloud/vue version is released and merged here.

@szaimen
Copy link
Contributor

szaimen commented Sep 28, 2021

4.1.1 is released 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants