Resolves https://github.com/webrecorder/browsertrix-cloud/issues/1493 <!-- Fixes #issue_number --> ### Changes Adds WIP QA page with basic grid layout sections and navigation. ### Manual testing Page can be access by adding `/review/screenshots` or `/review/replay` to a crawl detail page URL. For example: ``` /orgs/suas-dev-sandbox-2/items/crawl/manual-20240124023524-422e41d6-97d/review/screenshots ``` --------- Co-authored-by: emma <hi@emma.cafe>
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"search.exclude": {
|
|
"**/__generated__": true,
|
|
"**/xliff": true
|
|
},
|
|
"lit-plugin.strict": true,
|
|
"lit-plugin.rules.no-missing-import": "off",
|
|
"lit-plugin.maxNodeModuleImportDepth": -1,
|
|
"yaml.schemas": {
|
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV scalar",
|
|
"!ENV sequence",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
|
],
|
|
"cSpell.words": [
|
|
"Browsertrix",
|
|
"btrix",
|
|
"Elems",
|
|
"hoverable",
|
|
"micromark",
|
|
"novnc",
|
|
"profileid",
|
|
"tailwindcss",
|
|
"wacz",
|
|
"Webrecorder",
|
|
"wysimark",
|
|
"xstate",
|
|
"zxcvbn"
|
|
],
|
|
"cSpell.languageSettings": [
|
|
{
|
|
"languageId": "typescript",
|
|
"allowCompoundWords": true,
|
|
"dictionaries": [
|
|
"typescript",
|
|
"node",
|
|
"html",
|
|
"fonts",
|
|
"typescript",
|
|
"css"
|
|
]
|
|
}
|
|
],
|
|
"eslint.workingDirectories": ["./frontend"],
|
|
"eslint.nodePath": "./frontend/node_modules",
|
|
"tailwindCSS.experimental.classRegex": ["tw`([^`]*)"]
|
|
}
|