-
Notifications
You must be signed in to change notification settings - Fork 65
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
Rewrite the settings in vue #589
Conversation
a11016d
to
5247f56
Compare
b3eaa8d
to
848875e
Compare
@@ -8,5 +8,6 @@ module.exports = { | |||
'node/no-unpublished-import': ['error', { | |||
allowModules: ['@vue/test-utils', '@testing-library/vue'], | |||
}], | |||
'valid-jsdoc': 'off', |
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.
Needed until a new version of nextcloud/eslint-config is released
|
||
<template> | ||
<div> | ||
<!-- TODO: should I use the global grid class ? --> |
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.
@skjnldsv ? An opinion ?
/** | ||
* Toggle the availability of mail notifications | ||
* | ||
* @param {import('vuex').ActionContext<SettingsState, SettingsState>} store - |
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.
Ugly way to add typing from a node_module
@skjnldsv the background around an hovered checkbox is not round, is it on purpose ? |
2587918
to
6ddf1de
Compare
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.
Looks good but didnt test
e6465b0
to
d75bc18
Compare
fa62f01
to
8cbc10a
Compare
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
8cbc10a
to
400a8c1
Compare
This comment has been minimized.
This comment has been minimized.
This was integrated in another PR |
This is a rewrite of the settings in Vue.js
User settings
Admin settings