Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/desktop/src/main/lib/notification-sound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ function getNotificationSoundPath(): string {
const isDev = !app.isPackaged;

if (isDev) {
return join(app.getAppPath(), "src/resources/sounds/notification.mp3");
return join(app.getAppPath(), "src/resources/sounds/arcade.mp3");
}

return join(process.resourcesPath, "resources/sounds/notification.mp3");
return join(process.resourcesPath, "resources/sounds/arcade.mp3");
Comment thread
Kitenite marked this conversation as resolved.
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.mosaic-container {
background: var(--background);
background: var(--color-tertiary);
}

.mosaic-theme-dark .mosaic-window {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function TabsView() {
layout={!isResizing}
transition={{ layout: { duration: 0.2, ease: "easeInOut" } }}
>
<ButtonGroup className="w-full mt-1">
<ButtonGroup className="w-full mb-1">
<Button
variant="ghost"
onClick={handleAddTab}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export function WorkspaceView() {
onDragging={setIsResizing}
/>
<ResizablePanel defaultSize={100 - sidebarSize}>
<div className="flex-1 h-full p-2">
<div className="h-full p-1.5 bg-background rounded-lg flex flex-col overflow-hidden">
<div className="flex-1 h-full p-1">
<div className="h-full bg-background rounded-lg flex flex-col overflow-hidden">
<ContentView />
</div>
</div>
Expand Down
Binary file added apps/desktop/src/resources/sounds/arcade.mp3
Binary file not shown.
Binary file added apps/desktop/src/resources/sounds/ping.mp3
Binary file not shown.