Skip to content

Commit b8f1f0c

Browse files
committed
Initial electron build, dekstop frame controls, update comment renderer, show post author for shared accounts
1 parent 25d2923 commit b8f1f0c

34 files changed

+838
-42
lines changed

app-icon.png

16 KB
Loading

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@
3232
},
3333
"devDependencies": {
3434
"@quasar/app": "^1.9.6",
35+
"@quasar/quasar-app-extension-icon-factory": "^1.0.0-rc.7",
3536
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
3637
"babel-eslint": "^10.0.1",
38+
"devtron": "^1.4.0",
39+
"electron": "^9.0.0",
40+
"electron-debug": "^3.0.1",
41+
"electron-devtools-installer": "^3.0.0",
42+
"electron-packager": "^14.1.1",
3743
"eslint": "^6.8.0",
3844
"eslint-config-standard": "^14.1.0",
3945
"eslint-loader": "^3.0.3",

quasar.extensions.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"spa": {
1616
"iconHash": "035902ab9f2f1762e931964f16f8e138"
17+
},
18+
"electron": {
19+
"iconHash": "035902ab9f2f1762e931964f16f8e138"
1720
}
1821
},
1922
"build": {
@@ -22,6 +25,26 @@
2225
},
2326
"spa": {
2427
"iconHash": "035902ab9f2f1762e931964f16f8e138"
28+
},
29+
"electron": {
30+
"iconHash": "f963f4a211e4c5c5533c261adb003eab"
31+
}
32+
}
33+
}
34+
},
35+
"@quasar/icon-factory": {
36+
"minify_dev": "pngquant",
37+
"minify_build": "zopfli",
38+
"cordova": {
39+
"background_color": "#000074",
40+
"splashscreen_type": "pure"
41+
},
42+
"build_always": false,
43+
"__internal": {
44+
"dev": {},
45+
"build": {
46+
"electron": {
47+
"iconHash": "7939556f7dee5b7a4ce89c6646f2b52b"
2548
}
2649
}
2750
}

src-electron/electron-flag.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
2+
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
3+
import "quasar/dist/types/feature-flag";
4+
5+
declare module "quasar/dist/types/feature-flag" {
6+
interface QuasarFeatureFlags {
7+
electron: true;
8+
}
9+
}
3.44 KB
Loading
4.44 KB
Loading
4.77 KB
Loading
9.72 KB
Loading
846 Bytes
Loading
11.3 KB
Loading

0 commit comments

Comments
 (0)