@mevdragon/vidfarm-devcli 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/vidfarm-media/SKILL.md +41 -4
- package/SKILL.director.md +17 -3
- package/SKILL.platform.md +3 -3
- package/demo/dist/app.js +69 -69
- package/demo/dist/favicon.ico +0 -0
- package/dist/src/app.js +1550 -187
- package/dist/src/cli.js +227 -7
- package/dist/src/devcli/clip-store.js +29 -2
- package/dist/src/devcli/clips.js +52 -9
- package/dist/src/devcli/composition-edit.js +262 -0
- package/dist/src/devcli/timeline-edit.js +283 -0
- package/dist/src/editor-chat.js +29 -6
- package/dist/src/frontend/discover-client.js +130 -0
- package/dist/src/frontend/discover-store.js +23 -0
- package/dist/src/frontend/file-directory.js +744 -0
- package/dist/src/frontend/template-editor-chat.js +22 -19
- package/dist/src/landing-page.js +24 -7
- package/dist/src/page-shell.js +25 -1
- package/dist/src/reskin/agency-page.js +1 -1
- package/dist/src/reskin/calendar-page.js +2 -1
- package/dist/src/reskin/chat-page.js +319 -72
- package/dist/src/reskin/discover-page.js +486 -31
- package/dist/src/reskin/document.js +1171 -384
- package/dist/src/reskin/help-page.js +1 -0
- package/dist/src/reskin/inpaint-page.js +10 -4
- package/dist/src/reskin/library-page.js +918 -220
- package/dist/src/reskin/login-page.js +6 -6
- package/dist/src/reskin/pricing-page.js +2 -0
- package/dist/src/reskin/settings-page.js +55 -10
- package/dist/src/reskin/theme.js +337 -17
- package/dist/src/services/clip-curation/gemini.js +5 -0
- package/dist/src/services/clip-curation/hunt.js +79 -1
- package/dist/src/services/clip-curation/index.js +2 -1
- package/dist/src/services/clip-curation/local-agent.js +4 -3
- package/dist/src/services/clip-curation/media-select.js +85 -0
- package/dist/src/services/clip-curation/query.js +5 -1
- package/dist/src/services/clip-curation/refine.js +50 -20
- package/dist/src/services/clip-curation/scan.js +10 -3
- package/dist/src/services/clip-curation/taxonomy.js +3 -1
- package/dist/src/services/clip-curation/taxonomy.v1.json +13 -1
- package/dist/src/services/clip-records.js +14 -1
- package/dist/src/services/clip-search.js +43 -13
- package/dist/src/services/file-directory.js +114 -0
- package/dist/src/services/storage.js +24 -1
- package/dist/src/services/upstream.js +5 -5
- package/dist/src/template-editor-shell.js +16 -2
- package/package.json +1 -1
- package/public/assets/discover-client-app.js +1 -0
- package/public/assets/file-directory-app.js +2 -0
- package/public/assets/homepage-client-app.js +12 -12
- package/public/assets/page-runtime-client-app.js +24 -24
- package/src/assets/favicon.ico +0 -0
- package/src/assets/logo-vidfarm.png +0 -0
|
@@ -348,6 +348,7 @@ ${hero}
|
|
|
348
348
|
title: "vidfarm reskin — Help",
|
|
349
349
|
description: "Reskinned vidfarm help center — tutorials, bug reports, contact, and billing.",
|
|
350
350
|
activeSlug: "help",
|
|
351
|
+
account: { name: input.account.displayName, email: input.account.email },
|
|
351
352
|
pageCss,
|
|
352
353
|
body,
|
|
353
354
|
script
|
|
@@ -70,7 +70,7 @@ export function renderReskinInpaint(input = {}) {
|
|
|
70
70
|
|
|
71
71
|
<div class="rk-inpaint-keynote" id="rk-ip-keynote" hidden>
|
|
72
72
|
Add an AI provider key (OpenAI, Gemini, or OpenRouter) to generate edits.
|
|
73
|
-
<a href="/settings
|
|
73
|
+
<a href="/settings/developer">Open Settings</a>
|
|
74
74
|
</div>
|
|
75
75
|
|
|
76
76
|
<button type="button" class="rk-btn rk-btn-gold rk-inpaint-generate" id="rk-ip-generate" disabled>${SPARK_ICON} Generate edit</button>
|
|
@@ -113,9 +113,15 @@ export function renderReskinInpaint(input = {}) {
|
|
|
113
113
|
</main>`;
|
|
114
114
|
const pageCss = `
|
|
115
115
|
.rk-inpaint-page{padding-left:var(--rk-gutter);padding-right:var(--rk-gutter)}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
/* slimmer side rails so the center canvas (the primary work surface) isn't
|
|
117
|
+
starved once the 248px app sidebar is subtracted; drop the right rail under
|
|
118
|
+
the canvas sooner (≤1200) so mid-size laptops give the canvas full width. */
|
|
119
|
+
.rk-inpaint-workbench{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:20px;align-items:start}
|
|
120
|
+
@media(max-width:1200px){.rk-inpaint-workbench{grid-template-columns:280px minmax(0,1fr)}.rk-inpaint-output{grid-column:1 / -1;grid-row:2}}
|
|
121
|
+
@media(max-width:820px){.rk-inpaint-workbench{grid-template-columns:1fr}.rk-inpaint-output,.rk-inpaint-stage,.rk-inpaint-panel{grid-column:auto}
|
|
122
|
+
/* stack canvas ABOVE the controls so you can paint without scrolling past Generate */
|
|
123
|
+
.rk-inpaint-stage{order:-1}}
|
|
124
|
+
@media(max-height:520px){.rk-inpaint-stage{min-height:0}}
|
|
119
125
|
|
|
120
126
|
/* panels (no side borders — uniform hairline) */
|
|
121
127
|
.rk-inpaint-panel,.rk-inpaint-stage,.rk-inpaint-output{background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:var(--rk-r-3xl);box-shadow:var(--rk-shadow-card)}
|