mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Updated feedback form copy
refs https://github.com/TryGhost/Team/issues/3264
This commit is contained in:
parent
32f4861176
commit
bbdb90f1d6
5 changed files with 8 additions and 16 deletions
|
@ -16,7 +16,7 @@
|
|||
<div {{css-transition "anim-fade-in-scale"}}>
|
||||
<div class="gh-editor-feedback-dropdown" data-test-modal="lexical-feedback">
|
||||
<header class="gh-editor-feedback-dropdown-header">
|
||||
<h3>Editor beta feedback</h3>
|
||||
<h3>Ghost editor (beta)</h3>
|
||||
</header>
|
||||
|
||||
<div class="">
|
||||
|
@ -25,7 +25,7 @@
|
|||
@feedbackMessage={{this.feedbackMessage}}
|
||||
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
||||
@shouldFocus={{true}}
|
||||
@placeholder="Have any issues? Feedback? Let us know!"
|
||||
@placeholder="You’re using the new Ghost editor. Have any issues? Feedback? Let us know!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<h4 class="gh-feedback-lexical-labs-heading">Thanks for trying our new editor</h4>
|
||||
<FeedbackLexical::Textarea
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
||||
@label="Thanks for trying our new editor"
|
||||
@shouldFocus={{false}}
|
||||
@placeholder="How did it go? Did you have any issues?"
|
||||
@placeholder="Thanks for trying our new editor! How’d it go? Have any issues?"
|
||||
/>
|
||||
|
||||
<FeedbackLexical::SendButton
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<div class="gh-feedback-lexical-published">
|
||||
<h4 class="gh-feedback-lexical-published-title">Thanks for trying our new editor</h4>
|
||||
<h4 class="gh-feedback-lexical-published-title">This post was published using the new Ghost editor (beta).</h4>
|
||||
{{!-- <p>Editor beta feedback</p> --}}
|
||||
<FeedbackLexical::Textarea
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
||||
@shouldFocus={{false}}
|
||||
@label="Editor beta feedback"
|
||||
@placeholder="How did it go? Did you have any issues?"
|
||||
@placeholder="How’d it go? Did you have any issues?"
|
||||
/>
|
||||
<FeedbackLexical::SendButton
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<div class="gh-expandable-block gh-feedback-lexical-labs">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Lexical editor</h4>
|
||||
<h4 class="gh-expandable-title">Ghost editor (beta)</h4>
|
||||
<p class="gh-expandable-description">
|
||||
<span>Makes lexical editor the default when creating new posts/pages.</span>
|
||||
<span>Try out <a href="#">Ghost’s brand new editor</a>, and get early access to the latest features and improvements</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
|
|
|
@ -524,12 +524,5 @@ p.gh-content-import-errordetail:first-of-type {
|
|||
}
|
||||
|
||||
.gh-feedback-lexical-labs .form-group {
|
||||
margin-top: 0.8rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.gh-feedback-lexical-labs-heading {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
margin-top: 8px;
|
||||
margin: 10px 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue