feat: faq-section#486
Conversation
|
@arnav30kulkarni is attempting to deploy a commit to the magic-peach1's projects Team on Vercel. A member of the Team first needs to authorize it. |
👋 Thanks for your PR, @arnav30kulkarni!Welcome to Reframe — a browser-based video editor built for everyone 🎬 What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
✅ PR Format Check Passed — @arnav30kulkarniBasic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
|
@magic-peach Please review for required changes. Also if any other additional information or POC is required for this PR to be merged let me know. |
|
Hey @arnav30kulkarni! The FAQ section concept is solid and the code uses CSS variables correctly. Before merging, please fix these content issues:
These are quick fixes — once updated, this is ready to merge! |
03b96f0 to
acb4cef
Compare
|
@magic-peach I have made the necessary changes, please verify and let me know if any other changes are needed. |
|
Hey @arnav30kulkarni! The FAQ section is a useful addition. Lint and typecheck have not run on this PR. Please rebase on git fetch origin
git rebase origin/main
git push --force-with-leaseOnce all CI checks pass, this can be merged. |
ad67825 to
acb4cef
Compare
|
Thanks for the review! I fixed the FAQ content issues, rebased on |
|
Hey @arnav30kulkarni! This PR needs a rebase on the latest git fetch origin
git rebase origin/main
git push --force-with-leaseOnce CI (build/lint/typecheck) passes, we'll review and merge! |
acb4cef to
20cb938
Compare
|
@magic-peach Rebased my PR with the main |
|
Hey @arnav30kulkarni! This PR looks good in terms of code structure, but the build/lint/typecheck CI hasn't run yet. Please rebase onto the latest git fetch upstream
git rebase upstream/main
git push --force-with-leaseOnce CI passes, we'll review and merge! |
|
Hey @arnav30kulkarni! 👋 We've added a new requirement for all PRs: a screen recording showing your changes working on your local machine must be attached before a PR can be merged. Please add a recording to this PR that shows:
How to record:
Once you have the recording, drag the file directly into a comment on this PR, or paste a Loom link. This is now a hard requirement — see CONTRIBUTING.md for full details. Thanks for contributing to Reframe! 🎬 |
1f77a54 to
c0d0f53
Compare
|
Added a screen recording demonstrating:
Reframe.Resize.trim.and.export.videos.in.your.browser.localhost_3000.-.reframe.-.Visual.Studio.Code.2026-05-23.15-56-27.1.mp4 |
|
Hey @arnav30kulkarni! The FAQ section looks good in concept — the content is accurate and the A few minor things to fix before we can merge: 1. Use -className= "text-md text-[var(--text)] ..."
+className= "text-base text-[var(--text)] ..."2. Missing newline at end of file
3. Extra whitespace in class names
4. The The lockfile changes look fine (minor dependency resolution updates). These are acceptable. Please push a quick fix for the |
bc951c7 to
290caa3
Compare
|
"Hey @magic-peach, I've made the requested changes and rebased the branch on top of the latest main. |
290caa3 to
24d12cc
Compare
|
@arnav30kulkarni The FAQ section is a solid addition and the code looks clean — it uses CSS variables correctly, semantic However, full CI (build/lint/typecheck) has not run on this PR yet. Please rebase on main to trigger a fresh CI run: git fetch origin
git rebase origin/main
git push --force-with-leaseOnce build/lint/typecheck pass, we can merge this! |
24d12cc to
59f4077
Compare
|
@magic-peach I’ve rebased the PR branch with the latest main and resolved the merge conflicts. The branch should now be up to date and ready for fresh CI checks, could you approve the workflows so the CI build can run? . Please let me know if anything else is needed. |
2e18bcb to
0def66a
Compare
|
Hi @magic-peach , just a follow-up on this PR |
chore: correct grammar chore: update bun lockfile chore: fix typography and formatting
0def66a to
1d364e7
Compare
📌 Description
Added a new FAQ accordion section at the bottom of the page using semantic
<details>and<summary>elements.The FAQ answers common user questions regarding:
Changes Made
FAQ.tsxcomponentVideoEditor.tsxUI Notes
Uses existing design tokens:
var(--surface)var(--border)var(--text)Includes smooth fade-in animation
Responsive and visually consistent with current layout
Tested
Closes #198