add generic popups with their own elements

This commit is contained in:
LenAnderson
2024-04-08 18:42:33 -04:00
parent d56722a4b6
commit 0e2a82ce00
4 changed files with 262 additions and 10 deletions

View File

@@ -821,7 +821,7 @@ let create_save = {
//animation right menu
export const ANIMATION_DURATION_DEFAULT = 125;
export let animation_duration = ANIMATION_DURATION_DEFAULT;
let animation_easing = 'ease-in-out';
export let animation_easing = 'ease-in-out';
let popup_type = '';
let chat_file_for_del = '';
let online_status = 'no_connection';