Skip to content

Commit

Permalink
refactor(in-app-menu): refactor in-app-menu plugin (#1710)
Browse files Browse the repository at this point in the history
Co-authored-by: JellyBrick <[email protected]>
  • Loading branch information
Su-Yong and JellyBrick authored Feb 5, 2024
1 parent cd8701d commit b3c05c8
Show file tree
Hide file tree
Showing 23 changed files with 1,318 additions and 492 deletions.
2 changes: 2 additions & 0 deletions electron.vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import pluginLoader from './vite-plugins/plugin-loader.mjs';

import type { UserConfig } from 'vite';
import { i18nImporter } from './vite-plugins/i18n-importer.mjs';
import solidPlugin from 'vite-plugin-solid';

const __dirname = dirname(fileURLToPath(import.meta.url));

Expand Down Expand Up @@ -117,6 +118,7 @@ export default defineConfig({
'virtual:i18n': i18nImporter(),
'virtual:plugins': pluginVirtualModuleGenerator('renderer'),
}),
solidPlugin(),
],
root: './src/',
build: {
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"@electron/remote": "2.1.2",
"@ffmpeg.wasm/core-mt": "0.12.0",
"@ffmpeg.wasm/main": "0.12.0",
"@floating-ui/dom": "1.6.1",
"@foobar404/wave": "2.0.5",
"@jellybrick/electron-better-web-request": "1.0.4",
"@jellybrick/mpris-service": "2.1.4",
Expand Down Expand Up @@ -174,6 +175,10 @@
"semver": "7.5.4",
"serve": "14.2.1",
"simple-youtube-age-restriction-bypass": "github:organization/Simple-YouTube-Age-Restriction-Bypass#v2.5.9",
"solid-floating-ui": "0.3.1",
"solid-js": "1.8.12",
"solid-styled-components": "0.28.5",
"solid-transition-group": "0.2.3",
"ts-morph": "21.0.1",
"vudio": "2.1.1",
"x11": "2.3.0",
Expand Down Expand Up @@ -211,6 +216,7 @@
"vite": "5.0.12",
"vite-plugin-inspect": "0.8.3",
"vite-plugin-resolve": "2.5.1",
"vite-plugin-solid": "2.9.1",
"ws": "8.16.0"
},
"auto-changelog": {
Expand Down
Loading

0 comments on commit b3c05c8

Please sign in to comment.