-
Notifications
You must be signed in to change notification settings - Fork 66
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
[BD-46] feat: added the "Edit this page" button #2604
[BD-46] feat: added the "Edit this page" button #2604
Conversation
Thanks for the pull request, @PKulkoRaccoonGang! When this pull request is ready, tag your edX technical lead. |
✅ Deploy Preview for paragon-openedx ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
1179c2a
to
604acb7
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2604 +/- ##
==========================================
+ Coverage 91.69% 91.81% +0.12%
==========================================
Files 235 235
Lines 4214 4217 +3
Branches 1021 1020 -1
==========================================
+ Hits 3864 3872 +8
+ Misses 346 341 -5
Partials 4 4 ☔ View full report in Codecov by Sentry. |
cd7e49d
to
47889b3
Compare
47889b3
to
241ebc7
Compare
@@ -139,7 +142,10 @@ export default function PageTemplate({ | |||
)} | |||
<div className="d-flex justify-content-between align-items-start"> | |||
<h1 className="mb-4">{mdx.frontmatter.title}</h1> | |||
<LeaveFeedback /> | |||
<Stack direction="horizontal" gap={3}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I decided not to use ButtonGroup, since the buttons are not displayed very well visually
b2e528f
to
e5db3f6
Compare
@PKulkoRaccoonGang It may also be a good idea to render the "Edit this page" CTA at the bottom of the page contents similar to how we show the "Leave feedback" in both spots. What do you think? |
e5db3f6
to
afe8acd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamstankiewicz please take a look again. Currently, on component pages, we have a link to the "Edit this page" next to all the "Leave Feedback" links. We will add the “Edit this page” link in a separate pull request. Thank you!
afe8acd
to
66955d1
Compare
66955d1
to
656dfd3
Compare
e66588a
to
7e5c7e1
Compare
@PKulkoRaccoonGang 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
🎉 This PR is included in version 21.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 22.0.0-alpha.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Issue
Deploy Preview
Paragon site documentation
Merge Checklist
example
app?wittjeff
andadamstankiewicz
as reviewers on this PR.Post-merge Checklist