feat: DarkMode #260
Annotations
4 errors and 12 warnings
setup_and_lint:
src/App.vue#L263
Async method 'toggleDMode' has no 'await' expression
|
setup_and_lint:
src/utils/theme.ts#L3
Async function 'toggleDarkMode' has no 'await' expression
|
setup_and_lint:
src/utils/theme.ts#L15
Unexpected var, use let or const instead
|
setup_and_lint
Process completed with exit code 1.
|
setup_and_lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
setup_and_lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
setup_and_lint:
main/preload.ts#L39
'reject' is defined but never used
|
setup_and_lint:
main/preload.ts#L51
'reject' is defined but never used
|
setup_and_lint:
src/App.vue#L24
Attribute ':darkMode' must be hyphenated
|
setup_and_lint:
src/App.vue#L264
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
setup_and_lint:
src/pages/Dashboard/Cashflow.vue#L41
Attribute ':gridColor' must be hyphenated
|
setup_and_lint:
src/pages/Dashboard/Cashflow.vue#L42
Attribute ':fontColor' must be hyphenated
|
setup_and_lint:
src/pages/Dashboard/Cashflow.vue#L82
The "extends" property should be above the "props" property on line 79
|
setup_and_lint:
src/pages/Dashboard/Dashboard.vue#L34
Attribute ':darkMode' must be hyphenated
|
setup_and_lint:
src/pages/Dashboard/Dashboard.vue#L42
Attribute ':darkMode' must be hyphenated
|
setup_and_lint:
src/pages/Dashboard/Dashboard.vue#L49
Attribute ':darkMode' must be hyphenated
|