-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Notes preview: Make Route Match Post and Get Requests #8755
Conversation
RuthNjeri
commented
Nov 19, 2020
•
edited
Loading
edited
- Fixes Add a new /preview route to open editor preview in new tab #8560 (<=== Add issue number here)
- Part of this discussion
- Does not display form data yet
Code Climate has analyzed commit f593838 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #8755 +/- ##
==========================================
+ Coverage 81.92% 82.04% +0.11%
==========================================
Files 100 100
Lines 5930 5930
==========================================
+ Hits 4858 4865 +7
+ Misses 1072 1065 -7
|
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.
Awesome 🎉
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.
Great 🎉 Thanks
* many Todo's added * add notes preview * Update notes_controller_test.rb * remove draft on node preview method * check whether renaming to save_draft fails any tests * check that tests pass with the save_draft method * revert to draft and create issue * Javascript code that opens preview - Does not display form data yet * open preview in another tab * revise test and update window preview * update preview window * add location and image tag * update test with location * add image in preview tab * add location to preview * Update rich.html.erb * Remove TODO comment * fix preview during edit and tags notice * Add time * remove status from preview * replace preview_tags with override_tags * show location only when selected * codeclimate add space after comma * convert location details to floating values * make the zoom preview a float * remove twice float conversion of zoom * remove tag notice and override tags * improve location logic to prevent failing tests * remove complexity from preview function * make notes preview request both get and post Co-authored-by: sagarpreet-chadha <sagarpreet.chadha@flipkart.com> Co-authored-by: Sagarpreet Chadha <chadha.sagarpreet97@gmail.com>
* many Todo's added * add notes preview * Update notes_controller_test.rb * remove draft on node preview method * check whether renaming to save_draft fails any tests * check that tests pass with the save_draft method * revert to draft and create issue * Javascript code that opens preview - Does not display form data yet * open preview in another tab * revise test and update window preview * update preview window * add location and image tag * update test with location * add image in preview tab * add location to preview * Update rich.html.erb * Remove TODO comment * fix preview during edit and tags notice * Add time * remove status from preview * replace preview_tags with override_tags * show location only when selected * codeclimate add space after comma * convert location details to floating values * make the zoom preview a float * remove twice float conversion of zoom * remove tag notice and override tags * improve location logic to prevent failing tests * remove complexity from preview function * make notes preview request both get and post Co-authored-by: sagarpreet-chadha <sagarpreet.chadha@flipkart.com> Co-authored-by: Sagarpreet Chadha <chadha.sagarpreet97@gmail.com>
* many Todo's added * add notes preview * Update notes_controller_test.rb * remove draft on node preview method * check whether renaming to save_draft fails any tests * check that tests pass with the save_draft method * revert to draft and create issue * Javascript code that opens preview - Does not display form data yet * open preview in another tab * revise test and update window preview * update preview window * add location and image tag * update test with location * add image in preview tab * add location to preview * Update rich.html.erb * Remove TODO comment * fix preview during edit and tags notice * Add time * remove status from preview * replace preview_tags with override_tags * show location only when selected * codeclimate add space after comma * convert location details to floating values * make the zoom preview a float * remove twice float conversion of zoom * remove tag notice and override tags * improve location logic to prevent failing tests * remove complexity from preview function * make notes preview request both get and post Co-authored-by: sagarpreet-chadha <sagarpreet.chadha@flipkart.com> Co-authored-by: Sagarpreet Chadha <chadha.sagarpreet97@gmail.com>
* many Todo's added * add notes preview * Update notes_controller_test.rb * remove draft on node preview method * check whether renaming to save_draft fails any tests * check that tests pass with the save_draft method * revert to draft and create issue * Javascript code that opens preview - Does not display form data yet * open preview in another tab * revise test and update window preview * update preview window * add location and image tag * update test with location * add image in preview tab * add location to preview * Update rich.html.erb * Remove TODO comment * fix preview during edit and tags notice * Add time * remove status from preview * replace preview_tags with override_tags * show location only when selected * codeclimate add space after comma * convert location details to floating values * make the zoom preview a float * remove twice float conversion of zoom * remove tag notice and override tags * improve location logic to prevent failing tests * remove complexity from preview function * make notes preview request both get and post Co-authored-by: sagarpreet-chadha <sagarpreet.chadha@flipkart.com> Co-authored-by: Sagarpreet Chadha <chadha.sagarpreet97@gmail.com>