-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog: Helicone Prompt Editor #3165
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Summary
🔍 Fume is reviewing this PR! 🔗 Track the review progress here: |
"./*" | ||
] | ||
}, | ||
"target": "ES2017" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide justification for changing the target to ES2017 as this might affect the build output.
@@ -0,0 +1,4 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog date (20250124) is set to January 2025, which is in the future. Please update the folder name to use the current or past date.
Elevate your prompt development with our new best-in-the-world editor, designed for peak efficiency and creativity. **Now Live for all Prompts & Experiments users!** | ||
|
||
|
||
<video className="rounded-lg border-2 border-slate-200" controls autoPlay loop muted playsInline> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add width and height attributes to the video component to prevent layout shift during page load.
🔨 See the suggested fix
@@ -1,7 +1,7 @@
Elevate your prompt development with our new best-in-the-world editor, designed for peak efficiency and creativity. **Now Live for all Prompts & Experiments users!**
-<video className="rounded-lg border-2 border-slate-200" controls autoPlay loop muted playsInline>
+<video className="rounded-lg border-2 border-slate-200" width="1280" height="720" controls autoPlay loop muted playsInline>
<source
src="/static/changelog/videos/pirate-prompt.mp4"
type="video/mp4"
|
||
- **Advanced Text Editors** | ||
- Intelligent auto-complete | ||
- Magic Toolbar with powerful shortcuts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keyboard shortcuts ⌘ J and ⌘ K could not be verified in the codebase. Please ensure these shortcuts are implemented before documenting them.
🔨 See the suggested fix
@@ -15,8 +15,6 @@
- Intelligent auto-complete
- Magic Toolbar with powerful shortcuts
- `⌘ E`: Quickly add variables
- - `⌘ J`: Insert XML delimiters
- - `⌘ K`: Perform instant edits
- **Workflow Optimization**
- Side-by-side prompt-response view
Testing🌐 Browser the web app for UI changes Critical Comments
Non-Critical Comments
|
Elevate your prompt development with our new best-in-the-world editor, designed for peak efficiency and creativity. Now Live for all Prompts & Experiments users!
[demo video]
Smart Editing Capabilities
Advanced Text Editors
⌘ E
: Quickly add variables⌘ J
: Insert XML delimiters⌘ K
: Perform instant editsWorkflow Optimization
Comprehensive Control & Flexibility
Version Management
Data & Model Support