Skip to content

Add ability to manually discard post drafts #1460

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

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Oaphi
Copy link
Member

@Oaphi Oaphi commented Dec 1, 2024

closes #1459

Ability to discard a post's draft manually is needed in contexts where the "cancel" button is not available (f.e., when editing user profiles).

Note: as per discussion, the implementation includes:

  • a new "cancel" button on the user profile tab that, if clicked, redirects the user back to their profile;
  • a markdown tools button for discarding the draft and staying on the page;

@Oaphi Oaphi added area: backend Changes to server-side code area: frontend Changes to front-end code labels Dec 1, 2024
@Oaphi Oaphi self-assigned this Dec 1, 2024
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.35%. Comparing base (e5d4774) to head (fe39f71).

Additional details and impacted files
Components Coverage Δ
controllers 59.24% <ø> (ø)
helpers 61.95% <ø> (ø)
jobs 28.00% <ø> (ø)
models 57.17% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Changes to server-side code area: frontend Changes to front-end code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a way to discard user profile drafts
1 participant