Kaydet (Commit) 3e4721ca authored tarafından Emincan Özcan's avatar Emincan Özcan

v0.2.4

üst bc0462a5
......@@ -20,6 +20,8 @@ async function createWindow() {
show: false,
width: 1200,
height: 740,
// eslint-disable-next-line no-undef
icon: path.join(__static, "icon.png"),
webPreferences: {
// Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
......@@ -28,6 +30,7 @@ async function createWindow() {
},
});
win.setMenu(null);
win.maximize();
win.show();
......
......@@ -18,14 +18,14 @@
</div>
</div>
<button
class="bg-pardus-yellow px-4 py-2 text-sm text-gray-900 font-medium rounded-md shadow-md w-full mt-4"
class="bg-pardus-yellow px-4 py-2 text-center text-sm text-left tracking-wide text-gray-800 rounded-md shadow-md w-full mt-4"
v-if="IS_ELECTRON && bucket.length > 0"
@click="install"
>
Kurulumu Gerçekleştir
</button>
<button
class="bg-pardus-yellow px-4 py-2 text-sm text-gray-900 font-medium rounded-md shadow-md w-full mt-4"
class="bg-pardus-yellow px-4 py-2 text-center text-sm text-left tracking-wide text-gray-800 rounded-md shadow-md w-full mt-4"
v-if="bucket.length > 0"
@click="exportToFile"
>
......
......@@ -6,7 +6,7 @@
<input
class="w-full h-12 pl-4 pr-16 font-medium text-sm text-gray-300 bg-gray-800 rounded-lg overflow-hidden transition-all outline-none border-2 border-gray-800 hover:border-pardus-yellow focus:border-pardus-yellow"
type="text"
placeholder="Alıştığınız Uygulama"
placeholder="Alternatifi aranan uygulama"
@input="search"
/>
<IconSearch class="w-6 h-6 text-gray-300 absolute right-3 top-3" />
......@@ -14,7 +14,7 @@
</div>
<div>
<h4 class="text-gray-300 font-medium lg:text-lg">
Alıştığınız Uygulamanın
Aradığınız Uygulamanın
<span class="text-pardus-yellow font-bold">PARDUS</span>
Alternatifleri!
</h4>
......
......@@ -26,7 +26,7 @@ module.exports = {
// },
fontFamily: {
sans: ["Roboto", ...defaultTheme.fontFamily.sans],
ubuntu: ["Ubuntu"],
ubuntu: ["Ubuntu", ...defaultTheme.fontFamily.sans],
},
colors: {
"pardus-yellow": "#FFCC00",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment