Redesign page search input area

+ redefine global search input colors
+ redesign settings page
+ move settings text to a strings module
+ add title and description to now playing settings
This commit is contained in:
geoffrey45
2022-09-27 21:28:42 +03:00
committed by Mungai Njoroge
parent 460695fd87
commit 62b9aa7a3e
23 changed files with 181 additions and 143 deletions
+3 -7
View File
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"allowSyntheticDefaultImports": true,
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
@@ -17,11 +18,6 @@
"@/*": ["./src/*"]
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue",
"src/**/*.svg"
],
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", "src/**/*.svg"],
"references": [{ "path": "./tsconfig.node.json" }]
}
}