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
122 changes: 0 additions & 122 deletions apps/desktop/src/session/components/floating/index.tsx

This file was deleted.

184 changes: 0 additions & 184 deletions apps/desktop/src/session/components/floating/listen.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions apps/desktop/src/session/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { commands as fsSyncCommands } from "@hypr/plugin-fs-sync";
import { cn } from "@hypr/utils";

import { CaretPositionProvider } from "./components/caret-position-context";
import { FloatingActionButton } from "./components/floating";
import { NoteInput } from "./components/note-input";
import { SearchProvider } from "./components/note-input/transcript/search/context";
import { OuterHeader } from "./components/outer-header";
Expand Down Expand Up @@ -252,7 +251,6 @@ function TabContentNoteInner({
<>
<StandardTabWrapper
afterBorder={showTimeline && <AudioPlayer.Timeline />}
floatingButton={<FloatingActionButton tab={tab} />}
showTimeline={showTimeline}
>
<div className="flex h-full flex-col">
Expand Down
Loading