Skip to content

Commit f52c671

Browse files
Update file transcription page UI: file selection text and mock window titles (#2136)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent b783ab3 commit f52c671

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

apps/web/src/components/transcription/upload-area.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ export function UploadArea({
6464
<Upload className="text-neutral-400" size={48} />
6565
<div>
6666
<p className="text-lg font-medium text-neutral-700">
67-
Drop audio file here or click to browse
67+
Drop audio file or{" "}
68+
<span className="text-stone-600 underline underline-offset-2 hover:text-stone-800">
69+
click to upload
70+
</span>
6871
</p>
6972
<p className="text-sm text-neutral-500 mt-2">
7073
Supports MP3, WAV, M4A, and other audio formats

apps/web/src/routes/_view/app/file-transcription.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ function Component() {
199199
<div className="w-3 h-3 rounded-full bg-red-400" />
200200
<div className="w-3 h-3 rounded-full bg-yellow-400" />
201201
<div className="w-3 h-3 rounded-full bg-green-400" />
202+
<span className="ml-2 text-sm text-neutral-500">
203+
meeting content
204+
</span>
202205
</div>
203206

204207
<div className="p-6 space-y-6">
@@ -248,6 +251,7 @@ function Component() {
248251
<div className="w-3 h-3 rounded-full bg-red-400" />
249252
<div className="w-3 h-3 rounded-full bg-yellow-400" />
250253
<div className="w-3 h-3 rounded-full bg-green-400" />
254+
<span className="ml-2 text-sm text-neutral-500">summary</span>
251255
</div>
252256

253257
<div className="p-6">

apps/web/src/routes/_view/file-transcription.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ function Component() {
110110
<div className="w-3 h-3 rounded-full bg-red-400" />
111111
<div className="w-3 h-3 rounded-full bg-yellow-400" />
112112
<div className="w-3 h-3 rounded-full bg-green-400" />
113+
<span className="ml-2 text-sm text-neutral-500">
114+
meeting content
115+
</span>
113116
</div>
114117

115118
<div className="p-6 space-y-6">
@@ -167,6 +170,7 @@ function Component() {
167170
<div className="w-3 h-3 rounded-full bg-red-400" />
168171
<div className="w-3 h-3 rounded-full bg-yellow-400" />
169172
<div className="w-3 h-3 rounded-full bg-green-400" />
173+
<span className="ml-2 text-sm text-neutral-500">summary</span>
170174
</div>
171175

172176
<div className="p-6">

0 commit comments

Comments
 (0)