feat(browser): redesign new-tab and not-found (#1923)

This commit is contained in:
Oleg Shparber
2026-06-30 14:31:51 +03:00
committed by GitHub
parent 525589d97e
commit 076b2b6068
29 changed files with 1589 additions and 401 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
"formatter": {
"enabled": true,
"useEditorconfig": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noImportantStyles": "off"
},
"style": {
"noDescendingSpecificity": "off"
}
}
},
"files": {
"includes": ["src/app/resources/browser/styles/**"]
}
}