Skip to content

Commit

Permalink
duck player page (#421)
Browse files Browse the repository at this point in the history
* added the code for the page

* drop inliner + apple build for now

* cleanup package.json

* skip

* fix: checkbox alignment

* dont use message for opening links - detect custom scheme instead

* lint

* lint

* open in windows-specific page for now

* perfectly align text

* use initial title if available

---------

Co-authored-by: Shane Osbourne <[email protected]>
  • Loading branch information
shakyShane and Shane Osbourne authored Apr 14, 2023
1 parent 55ad2c5 commit 64dcb06
Show file tree
Hide file tree
Showing 30 changed files with 2,514 additions and 1,422 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"$USER_UNPROTECTED_DOMAINS$": "readonly",
"$CONTENT_SCOPE$": "readonly",
"$TRACKER_LOOKUP$": "readonly",
"$BUNDLED_CONFIG$": "readonly"
"$BUNDLED_CONFIG$": "readonly",
"windowsInteropPostMessage": "readonly",
"windowsInteropAddEventListener": "readonly",
"windowsInteropRemoveEventListener": "readonly"
},
"rules": {
"indent": ["error", 4],
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let package = Package(
name: "ContentScopeScripts",
dependencies: [],
resources: [
.process("dist")
.process("dist/contentScope.js"),
.copy("dist/pages"),
]
),
]
Expand Down
Loading

0 comments on commit 64dcb06

Please sign in to comment.