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.
6 lines
232 B
HTML
6 lines
232 B
HTML
<template>
|
|
<div class="formula-bar">
|
|
<div class="cell-ref" id="cellRef">A1</div>
|
|
<input type="text" class="formula-input" id="formulaInput" placeholder="Enter value or formula (=SUM, =AVERAGE, etc.)">
|
|
</div>
|
|
</template>
|