Implemented first version of the json object that should be send back to the main. as well as fixed some bugs

This commit is contained in:
2025-11-18 12:59:08 +01:00
parent 5f14d633e3
commit abd72c9b54
3 changed files with 75 additions and 8 deletions
+7 -2
View File
@@ -16,8 +16,13 @@
</div>
<div class="dropdownMenus" id="dropdownMenus">
<select name="ai_type" id="ai_type">
<option value="ai">ai</option>
</select>
<select name="transkript_type" id="transkript_type">
<option value="transkripty">transkripty</option>
</select>
<select name="output_type" id="output_type">
<option value="mp4">mp4</option>
</select>
<select name="language_option" id="language_option">
</select>
@@ -40,12 +45,12 @@
<div class="checkbox-group">
<label id="checkbox_group" for="checkbox-group">Choose prefered document style:</label>
<div class="checkbox-container">
<input type="checkbox" name ="docFormat" id="docFormat">
<input type="checkbox" name ="docFormat" id="docFormat" value="Meeting report">
<label id="label_format" for="docFormat">Meeting report</label>
</div>
<div class="checkbox-container">
<input type="checkbox" name="docFormat" id="docFormatSummary">
<input type="checkbox" name="docFormat" id="docFormatSummary" value="Summary with timestamps">
<label id="label_summary" for="docFormatSummary">Summary with timestamps</label>
</div>
</div>