Skip to content
Snippets Groups Projects

WIP: Submission notes

Closed Jan Maximilian Michal requested to merge submission-notes into master
All threads resolved!
4 files
+ 31
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -9,8 +9,16 @@
</td>
<td>
<pre class="prettyprint"><code class="lang-c"> {{ code }}</code></pre>
<feedback-comment v-if="feedback[index] && !showEditorOnLine[index]" :feedback="feedback[index]"></feedback-comment>
<comment-form v-if="showEditorOnLine[index]" :feedback="feedback[index]"></comment-form>
<feedback-comment
v-if="feedback[index] && !showEditorOnLine[index]"
@click="toggleEditorOnLine(index)">{{ feedback[index] }}
</feedback-comment>
<comment-form
v-if="showEditorOnLine[index]"
@collapseFeedbackForm="showEditorOnLine[index] = false"
:feedback="feedback[index]"
:index="index">
</comment-form>
</td>
</tr>
</table>
Loading