added new useredit page

This commit is contained in:
2025-09-09 12:40:34 +02:00
parent 6fd3f3c6c0
commit 8abf7444f3
8 changed files with 936 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ Vue.component('tt-tooltip', {
<slot></slot> <div v-if="showTooltip" class="tt-tooltip-box"
:style="{ whiteSpace: allowWrapping ? 'normal' : 'nowrap' }"
:class="['tt-tooltip-' + position]">
{{ text }}
<div v-html="text.replaceAll('\\n', '<br>')"></div>
</div>
</div>
`