Bug description
A clear and concise description of what the bug is.
In the footer under the "Updates" section, there is a
"Stay Tuned" button that opens an email input field.
When a user enters their email address and submits
(by clicking the button or pressing Enter), absolutely
nothing happens visually:
- No success message like "You're subscribed!"
- No error message if the email is invalid
- No loading spinner while submitting
- The form just silently resets or stays the same
The user has no way to know if their email was saved,
if the submission failed, or if anything happened at all.
This is confirmed by personally testing it on the live site.
Steps to reproduce
Steps to reproduce the behavior:
- Open https://reframe-lilac.vercel.app/
- Scroll down to the footer
- Find the "Updates" section with the "Stay Tuned" button
- Click "Stay Tuned"- an email input appears
- Type any email address (e.g. test@gmail.com)
- Press Enter or click the submit/arrow button
- Observe - nothing happens, no feedback is shown at all
Expected behavior
After submitting an email, the user should see clear feedback:
-
✅ On success: show a message like
"Thanks! You're on the list." or a checkmark animation
-
❌ On invalid email: show an inline error like
"Please enter a valid email address"
-
⏳ While submitting: show a brief loading state
The feedback should appear directly in the form area
without a page reload.
Actual behavior
After entering an email address and pressing Enter or
clicking the submit button, the form silently does nothing.
No message, no animation, no error - the input just
stays as-is or clears without any confirmation that
the email was received or saved.
Browser and OS info
- OS: Windows 11
- Browser: Chrome
- Version: Latest
Video format (if relevant)
N/A — This bug is in the footer email subscription form
("Stay Tuned" section), not related to video processing.
Screenshots/screen recording
If applicable, add screenshots or a screen recording to help explain your problem.

Bug description
A clear and concise description of what the bug is.
In the footer under the "Updates" section, there is a
"Stay Tuned" button that opens an email input field.
When a user enters their email address and submits
(by clicking the button or pressing Enter), absolutely
nothing happens visually:
The user has no way to know if their email was saved,
if the submission failed, or if anything happened at all.
This is confirmed by personally testing it on the live site.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
After submitting an email, the user should see clear feedback:
✅ On success: show a message like
"Thanks! You're on the list." or a checkmark animation
❌ On invalid email: show an inline error like
"Please enter a valid email address"
⏳ While submitting: show a brief loading state
The feedback should appear directly in the form area
without a page reload.
Actual behavior
After entering an email address and pressing Enter or
clicking the submit button, the form silently does nothing.
No message, no animation, no error - the input just
stays as-is or clears without any confirmation that
the email was received or saved.
Browser and OS info
Video format (if relevant)
N/A — This bug is in the footer email subscription form
("Stay Tuned" section), not related to video processing.
Screenshots/screen recording
If applicable, add screenshots or a screen recording to help explain your problem.