Skip to content

Commit 358d2f4

Browse files
committed
Use MUI; add shortcut for the main window
1 parent 3eb1ba7 commit 358d2f4

File tree

15 files changed

+4610
-6266
lines changed

15 files changed

+4610
-6266
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ out
169169
*.js.map
170170
*.css.map
171171

172+
dist/

Info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "User Scripts",
33
"identifier": "io.iina.user-script",
4-
"version": "0.1.0",
5-
"ghVersion": 3,
4+
"version": "0.9.0",
5+
"ghVersion": 4,
66
"ghRepo": "iina/plugin-userscript",
77
"description": "User Scripts for IINA",
88
"author": {

dist/global.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/standalone/index.4c3965e8.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

dist/standalone/index.a38f028b.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/standalone/index.eb157305.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/standalone/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

package-lock.json

Lines changed: 4361 additions & 6099 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,27 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14+
"@babel/core": "^7.22.9",
15+
"@parcel/transformer-sass": "^2.7.0",
1416
"parcel": "^2.7.0",
1517
"parcel-optimizer-webview": "git+https://github.com/iina/parcel-optimizer-webview.git",
1618
"prettier": "^2.2.1",
1719
"process": "^0.11.10",
1820
"react": "^17.0.2",
19-
"react-bulma-components": "^4.0.7",
2021
"react-dom": "^17.0.2",
2122
"react-router-dom": "^5.2.0"
2223
},
2324
"dependencies": {
24-
"@codemirror/lang-javascript": "^0.19.2",
25+
"@codemirror/lang-javascript": "^6.1.9",
2526
"@emotion/css": "^11.5.0",
26-
"@uiw/react-codemirror": "^4.2.0",
27-
"iina-plugin-definition": "^0.0.6",
27+
"@emotion/react": "^11.11.1",
28+
"@emotion/styled": "^11.11.0",
29+
"@fontsource/inter": "^5.0.7",
30+
"@mui/icons-material": "^5.14.3",
31+
"@mui/joy": "^5.0.0-beta.0",
32+
"@uiw/codemirror-theme-xcode": "^4.21.9",
33+
"@uiw/react-codemirror": "^4.21.9",
34+
"iina-plugin-definition": "^0.0.8",
2835
"webpack": "^5.59.1"
2936
},
3037
"entry": "src/index.js",

0 commit comments

Comments
 (0)