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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="public/podcli-logo-transparent.png" height="36" alt="podcli" />
<img src="public/podcli-badge.png" height="72" alt="podcli" />
</p>

<p align="center">
Expand Down
78 changes: 39 additions & 39 deletions backend/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ def _transcribe_progress(pct, msg):
import questionary as _rq
from questionary import Style as _RS
_rstyle = _RS([
("qmark", "fg:#d4874a bold"), ("question", "bold"),
("answer", "fg:#4ade80"), ("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"), ("selected", "fg:#4ade80"),
("qmark", "fg:#d97631 bold"), ("question", "bold"),
("answer", "fg:#4ade80"), ("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"),
])
_raction = _rq.select(
f"Clip {i+1}/{len(clips)}: {clip['title'][:40]}",
Expand Down Expand Up @@ -1313,11 +1313,11 @@ def _review_clips(clips: list, segments: list, energy_scores: list | None, confi
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -1458,11 +1458,11 @@ def _post_render_loop(
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -3972,11 +3972,11 @@ def interactive_menu():
from questionary import Style

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4180,11 +4180,11 @@ def _interactive_auto():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4280,11 +4280,11 @@ def _interactive_process():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4453,11 +4453,11 @@ def _interactive_config():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4539,11 +4539,11 @@ def _interactive_cache():
from questionary import Style

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand All @@ -4569,11 +4569,11 @@ def _interactive_assets():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4657,11 +4657,11 @@ def _interactive_presets():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4807,11 +4807,11 @@ def _interactive_knowledge():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4872,11 +4872,11 @@ def _interactive_corrections():
reset = "\033[0m"

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down Expand Up @@ -4924,11 +4924,11 @@ def _interactive_thumbnails():
from questionary import Style

qstyle = Style([
("qmark", "fg:#d4874a bold"),
("qmark", "fg:#d97631 bold"),
("question", "bold"),
("answer", "fg:#4ade80"),
("pointer", "fg:#d4874a bold"),
("highlighted", "fg:#d4874a bold"),
("pointer", "fg:#d97631 bold"),
("highlighted", "fg:#d97631 bold"),
("selected", "fg:#4ade80"),
("instruction", "fg:#a1a1aa"),
])
Expand Down
2 changes: 1 addition & 1 deletion cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.4.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcli",
"version": "2.4.4",
"version": "2.4.5",
"private": true,
"description": "AI-powered podcast clip generator for TikTok/YouTube Shorts. Transcribe, find viral moments, export vertical clips with burned captions.",
"type": "module",
Expand Down
Binary file added public/podcli-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/podcli-icon-transparent.png
Binary file not shown.
Binary file modified public/podcli-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/podcli-logo-full.png
Binary file not shown.
Binary file removed public/podcli-logo-transparent.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ui/client/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Layout() {
<div className="shell">
<aside className="sidebar">
<Link to="/" className="sidebar-logo">
<img src="/podcli-logo-transparent.png" alt="podcli" />
<img src="/podcli-logo.svg" alt="podcli" />
</Link>

<button className="sidebar-search" onClick={() => window.dispatchEvent(new Event("open-command-palette"))}>
Expand Down
4 changes: 3 additions & 1 deletion src/ui/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<meta name="robots" content="noindex,nofollow">
<meta name="theme-color" content="#141210" media="(prefers-color-scheme: dark)">
<meta name="color-scheme" content="dark light">
<link rel="icon" type="image/png" href="/podcli-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png">
<link rel="apple-touch-icon" href="/podcli-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
18 changes: 9 additions & 9 deletions src/ui/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
--text: #f4f2ee;
--text2: #ada79c;
--text3: #8a8377;
--accent: #f2894a;
--accent-hover: #ff9f61;
--accent-2: #ffb37c;
--accent-edge: #b3612a;
--accent-subtle: rgba(242, 137, 74, 0.14);
--accent-dim: rgba(242, 137, 74, 0.10);
--accent-glow: rgba(242, 137, 74, 0.30);
--accent: #d97631;
--accent-hover: #df8d53;
--accent-2: #e6a476;
--accent-edge: #ad5a20;
--accent-subtle: rgba(217, 118, 49, 0.14);
--accent-dim: rgba(217, 118, 49, 0.10);
--accent-glow: rgba(217, 118, 49, 0.30);
--green: #4ade80;
--green-subtle: rgba(74, 222, 128, 0.09);
--green-border: rgba(74, 222, 128, 0.22);
Expand Down Expand Up @@ -636,8 +636,8 @@ select {
}
.clip-item:hover { border-color: var(--border-hover); }
.clip-item.dimmed { opacity: 0.35; }
.clip-item.active-clip { border-color: rgba(219, 139, 72, 0.3); background: rgba(219, 139, 72, 0.03); }
.clip-item.selected { border-color: var(--accent); background: rgba(219, 139, 72, 0.04); }
.clip-item.active-clip { border-color: rgba(217, 118, 49, 0.3); background: rgba(217, 118, 49, 0.03); }
.clip-item.selected { border-color: var(--accent); background: rgba(217, 118, 49, 0.04); }
.checkbox {
width: 20px; height: 20px; border-radius: 6px;
border: 1.5px solid var(--border); display: flex;
Expand Down
Binary file added src/ui/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ui/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ui/public/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/ui/public/podcli-icon-transparent.png
Binary file not shown.
Binary file modified src/ui/public/podcli-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/ui/public/podcli-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/ui/public/podcli-logo-transparent.png
Binary file not shown.
21 changes: 21 additions & 0 deletions src/ui/public/podcli-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading