bullshittery

This commit is contained in:
Julscha 2025-01-16 14:21:16 +01:00
parent 9c45227337
commit 4d34dcec6d
2 changed files with 18 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div class="flex space-x-4">
<div class="w-full">
<label for="settingsProfileDirselectbutton" class="block text-sm font-medium text-gray-300">Profile Name:</label>
<label id="settingsProfileDirselectprofilename" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important;">Kein Profil</label>
<label id="settingsProfileDirselectprofilename" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important;">WIP-Kein Profil</label>
<input id="settingsProfileDirselectprofilenameInput" type="text" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important; display: none"/>
</div>
<div class="w-full">
@ -13,7 +13,7 @@
</div>
</div>
<div class="w-full">
<label id="settingsProfileDirselectPath" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important;">Kein Verzeichnis</label>
<label id="settingsProfileDirselectPath" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important;">WIP-Kein Verzeichnis</label>
</div>
<div class="flex space-x-4">
<div class="w-full">
@ -36,6 +36,16 @@
<label class="ml-3 block text-sm font-medium text-gray-300">Save Else</label>
</label>
</div>
<div class="w-full">
<label for="settingsCheckBoxSaveElse" class="flex items-center cursor-pointer">
<div class="relative">
<input type="checkbox" id="settingsCheckBoxSaveElse2" class="sr-only">
<div class="block bg-gray-600 w-14 h-8 rounded-full"></div>
<div class="dot absolute left-1 top-1 bg-white w-6 h-6 rounded-full transition"></div>
</div>
<label class="ml-3 block text-sm font-medium text-gray-300">Save Else</label>
</label>
</div>
</div>
<div class="text-right">
@ -53,6 +63,11 @@
<div class="space-y-6">
<div class="w-full">
<div>
<div class="relative">
<input type="checkbox" class="sr-only">
<div class="block bg-gray-600 w-14 h-8 rounded-full"></div>
<div class="dot absolute left-1 top-1 bg-white w-6 h-6 rounded-full transition"></div>
</div>
<label for="settings-repo-input" class="block text-sm font-medium text-gray-300">Repository Link:</label>
<input id="settings-repo-input" type="text" class="mt-1 block w-full p-2 border border-gray-600 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500" style="background-color: #2d3748 !important;">
</div>

View File

@ -1,4 +1,4 @@
const { app, BrowserWindow, dialog, ipcMain, Menu } = require('electron');
const { app, BrowserWindow, Menu } = require('electron');
const path = require('path');
Menu.setApplicationMenu(false); // Top Bar removal