This commit is contained in:
j3d1 2026-09-06 02:42:02 +02:00
parent 44f5666417
commit 181a7949fe

View file

@ -70,6 +70,12 @@
</router-link> </router-link>
</li> </li>
</ul> </ul>
<div>
<div class="alert alert-warning m-2" role="alert">
<h4 class="alert-heading">Warning!</h4>
This is a UI Prototype, 50% of of the content and UI elements are placeholders or unfinished experimental features.
</div>
</div>
<div class="sidebar-version" :title="versionTitle">{{ frontendCommit }}{{ backendCommit ? ' / ' + backendCommit : '' }}</div> <div class="sidebar-version" :title="versionTitle">{{ frontendCommit }}{{ backendCommit ? ' / ' + backendCommit : '' }}</div>
</div> </div>
</nav> </nav>