Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
P
Pardus Kataliz - pardusacikhack
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
kataliz
Pardus Kataliz - pardusacikhack
Commits
d8f91c0e
Kaydet (Commit)
d8f91c0e
authored
May 05, 2021
tarafından
Emincan Özcan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
v0.3.2
üst
fe1361aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
package.json
client/package.json
+1
-1
App.vue
client/src/App.vue
+2
-2
background.js
client/src/background.js
+1
-4
No files found.
client/package.json
Dosyayı görüntüle @
d8f91c0e
{
{
"name"
:
"pardus-kataliz"
,
"name"
:
"pardus-kataliz"
,
"version"
:
"0.3.
1
"
,
"version"
:
"0.3.
2
"
,
"author"
:
"Emincan Ozcan <emincan@emincanozcan.com>"
,
"author"
:
"Emincan Ozcan <emincan@emincanozcan.com>"
,
"homepage"
:
"https://github.com/emincanozcan/kataliz"
,
"homepage"
:
"https://github.com/emincanozcan/kataliz"
,
"private"
:
true
,
"private"
:
true
,
...
...
client/src/App.vue
Dosyayı görüntüle @
d8f91c0e
...
@@ -6,13 +6,13 @@
...
@@ -6,13 +6,13 @@
/>
/>
<div
<div
v-if=
"IS_ELECTRON && installationOpen"
v-if=
"IS_ELECTRON && installationOpen"
class=
"bg-gray-900 h-screen flex items-center justify-center"
class=
"bg-gray-900
min-
h-screen flex items-center justify-center"
>
>
<Installation
@
close=
"onInstallationEnd"
/>
<Installation
@
close=
"onInstallationEnd"
/>
</div>
</div>
<div
<div
v-else-if=
"loading"
v-else-if=
"loading"
class=
"bg-gray-900 h-screen flex items-center justify-center"
class=
"bg-gray-900
min-
h-screen flex items-center justify-center"
>
>
<Loading
loading-message=
"Uygulama Listesi Yükleniyor"
/>
<Loading
loading-message=
"Uygulama Listesi Yükleniyor"
/>
</div>
</div>
...
...
client/src/background.js
Dosyayı görüntüle @
d8f91c0e
...
@@ -6,7 +6,6 @@ import installExtension, { VUEJS_DEVTOOLS } from "electron-devtools-installer";
...
@@ -6,7 +6,6 @@ import installExtension, { VUEJS_DEVTOOLS } from "electron-devtools-installer";
import
exportToFileListener
from
"./electron-listeners/exportToFileListener"
;
import
exportToFileListener
from
"./electron-listeners/exportToFileListener"
;
import
installListener
from
"./electron-listeners/installListener"
;
import
installListener
from
"./electron-listeners/installListener"
;
console
.
log
({
__dirname
});
const
isDevelopment
=
process
.
env
.
NODE_ENV
!==
"production"
;
const
isDevelopment
=
process
.
env
.
NODE_ENV
!==
"production"
;
const
path
=
require
(
"path"
);
const
path
=
require
(
"path"
);
// Scheme must be registered before the app is ready
// Scheme must be registered before the app is ready
...
@@ -60,9 +59,7 @@ app.on("activate", () => {
...
@@ -60,9 +59,7 @@ app.on("activate", () => {
if
(
BrowserWindow
.
getAllWindows
().
length
===
0
)
createWindow
();
if
(
BrowserWindow
.
getAllWindows
().
length
===
0
)
createWindow
();
});
});
app
.
commandLine
.
appendSwitch
(
"force-color-profile"
,
"srgb"
);
app
.
commandLine
.
appendSwitch
(
"force-color-profile"
,
"srgb"
);
// This method will be called when Electron has finished
app
.
commandLine
.
appendSwitch
(
"--no-sandbox"
);
// initialization and is ready to create browser windows.
// Some APIs can only be used after this event occurs.
app
.
on
(
"ready"
,
async
()
=>
{
app
.
on
(
"ready"
,
async
()
=>
{
if
(
isDevelopment
&&
!
process
.
env
.
IS_TEST
)
{
if
(
isDevelopment
&&
!
process
.
env
.
IS_TEST
)
{
// Install Vue Devtools
// Install Vue Devtools
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment