Added actix-files and its dependencies (http-range, mime_guess, unicase, v_htmlescape) to enable static file functionality in the botserver. This will allow serving static assets and files through the web server. The change includes all required transitive dependencies for proper file handling and MIME type detection.
10 lines
330 B
HTML
10 lines
330 B
HTML
<template>
|
|
<div class="status-bar">
|
|
<div class="stats">
|
|
<span>Rows: <strong id="rowCount">0</strong></span>
|
|
<span>Cols: <strong id="colCount">0</strong></span>
|
|
<span>Selected: <strong id="selectedCell">None</strong></span>
|
|
</div>
|
|
<div>Ready | Lotus 1-2-3 Mode Active ✨</div>
|
|
</div>
|
|
</template>
|