Skip to content

feat(FormBuilder): implement keyboard shortcut for saving forms#117

Merged
harshtandiya merged 1 commit into
developfrom
feat/some-hotkeys
May 1, 2026
Merged

feat(FormBuilder): implement keyboard shortcut for saving forms#117
harshtandiya merged 1 commit into
developfrom
feat/some-hotkeys

Conversation

@harshtandiya

Copy link
Copy Markdown
Collaborator

Added a keyboard listener to the FormBuilderContent component that triggers the save function when the user presses "Cmd + S". Also updated the save function in the editForm store to notify users when there are no changes to save.

closes #116

Added a keyboard listener to the FormBuilderContent component that triggers the save function when the user presses "Cmd + S". Also updated the save function in the editForm store to notify users when there are no changes to save.
@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@harshtandiya has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 49 minutes and 14 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d9b10dd9-ac6c-4213-b6ab-64b8cecbc36c

📥 Commits

Reviewing files that changed from the base of the PR and between afdf6c8 and a98ecf1.

📒 Files selected for processing (2)
  • frontend/src/components/FormBuilderContent.vue
  • frontend/src/stores/editForm.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/some-hotkeys

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 49 minutes and 14 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@harshtandiya harshtandiya merged commit 638777b into develop May 1, 2026
7 checks passed
@harshtandiya harshtandiya deleted the feat/some-hotkeys branch May 1, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: meta + s for saving quickly

1 participant