Conversation
|
Tanks for PR and implementation.
|
.eslintrc.js
Outdated
| @@ -1,3 +1,36 @@ | |||
| // module.exports = { | |||
There was a problem hiding this comment.
Please remove old code in comment.
| :title="$store.getters.message('app.autofill')" | ||
| > | ||
| <v-icon>edit</v-icon> | ||
| <!-- <v-icon>edit</v-icon> --> |
There was a problem hiding this comment.
Please remove old code on comment.
|
Good Afternoon Sir,
|
tsconfig.json
Outdated
| @@ -1,7 +1,37 @@ | |||
| // { | |||
There was a problem hiding this comment.
please remove comment out code.
1dca7bf to
1bf2fdc
Compare
package.json
Outdated
| "d3": "^5.9.2", | ||
| "dayjs": "^1.11.3", | ||
| "encoding-japanese": "^1.0.30", | ||
| "eslint-config-prettier": "^8.5.0", |
There was a problem hiding this comment.
can you remove this module (eslint-config-prettier)?
File formatting policy is discussed and already shared with original project members, so if you want to change it, discussion is needed.
package.json
Outdated
| "vue-chartjs": "^3.4.2", | ||
| "vue-class-component": "^7.2.3", | ||
| "vue-i18n": "^8.11.2", | ||
| "vue-material-design-icons": "^5.1.2", |
There was a problem hiding this comment.
could you remove this module?
If you want to use icon, basically choose it from already using module:
https://v15.vuetifyjs.com/en/components/icons
if you have specific reason to use another icon set, please tell us.
| flat | ||
| large | ||
| color="red" | ||
| color="green" |
There was a problem hiding this comment.
We would like to know why you chose green. (For example, did you think green would be easier to understand, etc.)
If it is simply about your color preferences, then it would be better to make the colors customizable in the settings, because preferences can vary from user to user.
There was a problem hiding this comment.
I choose green because the users more easily recognize it. I'll try to make it customizable in the settings instead of hard-coded.
No description provided.