-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Merged
Merged
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bd00424
abstract /delete-draft request logic & ensured drafts can be manually…
Oaphi e265b8c
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 9f34700
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi fe39f71
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 963c090
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 933e372
added 'cancel' button for the edit profile tab (redirects to current …
Oaphi 373d943
added markdown tools button for discarding drafts
Oaphi f492bd1
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi b1f8ca3
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 9fe3d30
moved post draft typedef to glboal.d.ts & added saveDraft client API …
Oaphi c0852c1
added deleteDraft client API method
Oaphi ddb3b27
added draft delete indicator & ensured cancelling user profile edit d…
Oaphi 72ff2a3
minor cleanup of the draft-related client helpers
Oaphi 13501e5
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 3adea95
adjusted delete draft button's title to make it clearer
Oaphi f2c38be
forgot to adjust the delete draft's button aria-label
Oaphi 49503af
ensured 'draft loaded' notice is removed upon discarding the draft
Oaphi cc4c70f
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi ba669b4
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi a2b7af8
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi 79ee877
Merge branch 'develop' into 0valt/1459/draft-discard
Oaphi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <div class="button-list is-gutterless"> | ||
| <a href="javascript:void(0)" | ||
| class="button is-muted is-outlined is-icon-only js-save-draft" | ||
| aria-label="Save draft" | ||
| title="Save draft" | ||
| role="button"> | ||
| <i class="fas fa-save"></i> | ||
| </a> | ||
| <a href="javascript:void(0)" | ||
| class="button is-muted is-outlined is-icon-only js-delete-draft" | ||
| aria-label="Delete draft" | ||
| title="Delete draft" | ||
| role="button"> | ||
| <i class="fas fa-trash has-color-red"></i> | ||
| </a> | ||
| </div> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.