Reference recipes#562
Conversation
Codecov Report
@@ Coverage Diff @@
## master #562 +/- ##
========================================
Coverage 1.01% 1.01%
Complexity 440 440
========================================
Files 13 13
Lines 1381 1381
========================================
Hits 14 14
Misses 1367 1367
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
I will have to play with the PR a bit. There are quite some changes so I cannot oversee statically fi this will work. I have two points seen during a quick look at the code:
|
Definitely. The main change (in lines of code) is certainly the new component
That is a good point. As Vue does this automatically in most cases I sometimes forget about it. I add some escaping mechanism before inserting it there.
It conflicts, but I hope™ that it’s easily fixable. |
692514f to
deb99fb
Compare
deb99fb to
d6ba601
Compare
|
I merged the Markdown support and rebased / extended this PR on this basis. It should work for both markdown and non-markdown input fields now! |
christianlupus
left a comment
There was a problem hiding this comment.
There is one issue with the Changelog that must be tackled and a few minor things that can be taken care of but are mainly border cases.
Apart from these it seems to work and can be merged once these are ironed out.
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
… component. enabled popup for description Signed-off-by: Sebastian Fey <info@sebastianfey.de>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
…ions Signed-off-by: Sebastian Fey <info@sebastianfey.de>
…uctions in recipe view Signed-off-by: Sebastian Fey <info@sebastianfey.de>
…ions) Signed-off-by: Sebastian Fey <info@sebastianfey.de>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
af5e6a1 to
2d550a7
Compare
christianlupus
left a comment
There was a problem hiding this comment.
You might want to have a look at the minor change I suggested but apart from that I think, this can be merged.
Signed-off-by: Sebastian Fey <info@sebastianfey.de> Co-authored-by: Christian <github@christianwolf.email>
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
1f920dd to
dbe6b67
Compare
Added functionality to reference other recipes by id in description, tools, ingredients, and instructions
#r/123#123linking to the recipe pageCloses #209