Now with the ability to rename files. Had to add a new Dexie update IDB function.

This commit is contained in:
Scott Idem
2024-07-19 16:40:56 -04:00
parent af17a05022
commit b2293784e0
3 changed files with 151 additions and 8 deletions

View File

@@ -284,6 +284,8 @@ let events_session_data_struct: key_val = {
show_report__presenters_agree: false,
show_report__recent_files: false,
show_field_edit__filename: false, // For file rename
new_upload_list: null,
files_uploading_count: null,
@@ -291,8 +293,11 @@ let events_session_data_struct: key_val = {
qry_max__presentations: 25,
qry_max__presenters: 75,
qry_max__files: 25,
show_fields__presentation: true,
show_fields__session: true,
tmp_val__filename_no_ext: null, // For file rename
},
// Speakers Management (Collection)