Show BIM comment API failures

This commit is contained in:
CODEX
2026-06-20 18:58:39 +03:00
parent 2b89977083
commit 2aab1bc9b4
3 changed files with 55 additions and 12 deletions
+2 -2
View File
@@ -413,9 +413,9 @@
<div class="comment-attachment-grid comment-attachment-grid--reply" id="commentReplyAttachmentGrid"></div>
<div class="comment-thread__list" id="commentThreadList"></div>
</section>
<div class="error-text" id="commentModalError"></div>
</div>
<div class="comment-card-modal__footer">
<div class="error-text comment-card-modal__footer-error" id="commentModalError" hidden></div>
<button class="secondary-btn" id="commentCancelButton" type="button">Отменить</button>
<button class="primary-btn" id="commentApplyButton" type="button">Применить</button>
<button class="primary-btn" id="commentSaveButton" type="button">Сохранить</button>
@@ -570,6 +570,6 @@
<input id="fileInput" class="hidden" type="file"
accept=".xkt,.glb,.gltf,.bim,.las,.laz,.obj,.stl">
<script type="module" src="./dcViewer.js?v=35"></script>
<script type="module" src="./dcViewer.js?v=36"></script>
</body>
</html>