separated text and code handling out of note detail service

This commit is contained in:
azivner
2018-03-27 00:22:02 -04:00
parent 7e856283ee
commit 68921ee59b
7 changed files with 205 additions and 153 deletions

View File

@@ -133,9 +133,9 @@
</div>
<div style="position: relative; overflow: auto; grid-area: note-content; padding-left: 10px; padding-top: 10px;" id="note-detail-wrapper">
<div id="note-detail-text" style="display: none;"></div>
<div id="note-detail-text" class="note-detail-component"></div>
<div id="note-detail-search" style="display: none;">
<div id="note-detail-search" class="note-detail-component">
<div style="display: flex; align-items: center;">
<strong>Search string: &nbsp; &nbsp;</strong>
<textarea rows="4" cols="50" id="search-string"></textarea>
@@ -173,11 +173,11 @@
</p>
</div>
<div id="note-detail-code" style="display: none;"></div>
<div id="note-detail-code" class="note-detail-component"></div>
<div id="note-detail-render" style="display: none;"></div>
<div id="note-detail-render" class="note-detail-component"></div>
<div id="note-detail-attachment" style="display: none;">
<div id="note-detail-attachment" class="note-detail-component">
<table id="attachment-table">
<tr>
<th>File name:</th>