Merged in feat/SW-3050-webviews (pull request #2429)

Feat/SW-3050 webviews

Approved-by: Anton Gunnarsson
This commit is contained in:
Linus Flood
2025-06-25 07:44:33 +00:00
parent 3d4d66870d
commit 7a56d21a3e
11 changed files with 461 additions and 850 deletions

View File

@@ -93,3 +93,7 @@ export const myStayWebviews = [
]
export const refreshWebviews = [...Object.values(refreshUrl)]
export function isWebview(path: string) {
return webviews.includes(path)
}