Skip to content
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

[Feature]: delayed state on comment submit #187

Closed
moonlitgrace opened this issue Feb 11, 2025 · 0 comments · Fixed by #217
Closed

[Feature]: delayed state on comment submit #187

moonlitgrace opened this issue Feb 11, 2025 · 0 comments · Fixed by #217
Labels
enhancement New feature or request frontend Related to frontend

Comments

@moonlitgrace
Copy link
Member

Describe the feature

Create a delayed state on comment submit.
example implementation:

let delayed_timer: NodeJS.Timeout | undefined = undefined;
try {
// delayed store
delayed_timer = setTimeout(() => (delayed = true), 500);

How important is this feature?

Medium priority

Additional context or examples

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Related to frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant