chore: exclude lock file

This commit is contained in:
Faisal Amir 2025-04-08 15:02:56 +07:00 committed by Louis
parent cfc49c10ca
commit 9463ab4491
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
3 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,7 @@
}, },
"permissions": [ "permissions": [
"core:default", "core:default",
"core:window:allow-start-dragging",
"shell:allow-spawn", "shell:allow-spawn",
"shell:allow-open", "shell:allow-open",
"log:default", "log:default",

View File

@ -14,8 +14,8 @@
"windows": [ "windows": [
{ {
"title": "Jan", "title": "Jan",
"width": 1000, "width": 1024,
"height": 700, "height": 768,
"resizable": true, "resizable": true,
"fullscreen": false, "fullscreen": false,
"hiddenTitle": true, "hiddenTitle": true,

View File

@ -70,9 +70,13 @@ const TopPanel = () => {
reduceTransparent && reduceTransparent &&
'border-b border-[hsla(var(--app-border))] bg-[hsla(var(--top-panel-bg))]' 'border-b border-[hsla(var(--app-border))] bg-[hsla(var(--top-panel-bg))]'
)} )}
data-tauri-drag-region
> >
{!isMac && <LogoMark width={24} height={24} className="-ml-1 mr-2" />} {!isMac && <LogoMark width={24} height={24} className="-ml-1 mr-2" />}
<div className="flex w-full items-center justify-between text-[hsla(var(--text-secondary))]"> <div
className="flex w-full items-center justify-between text-[hsla(var(--text-secondary))]"
data-tauri-drag-region
>
<div className="unset-drag flex cursor-pointer gap-x-0.5"> <div className="unset-drag flex cursor-pointer gap-x-0.5">
{!isMac && ( {!isMac && (
<Button <Button