rustdesk/flutter/lib/models
21pages f34b8411a7
Fix new cm tab not replace the old persisted tab (#9127)
* This happens when after changing DesktopTab to StatefulWidget, 1.2.7
  and 1.3.0 have this problem.
* When `addConnection` in server_model.dart is called, the old closed
  client is removed, the client parameter of buildConnectionCard is new,
but client id inside Consumer is old.
* The only state in cm page is timer, its value is kept in test.
* There may be a better way to solve the ui update.

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-08-20 15:34:10 +08:00
..
ab_model.dart remove calling refreshCurrentUser when connect status become ready (#8849) 2024-07-28 10:15:09 +08:00
chat_model.dart fix: android prompt "Failed to stop voice call" on conn ended (#8434) 2024-06-21 16:43:54 +08:00
cm_file_model.dart file rename (#9089) 2024-08-16 12:55:58 +08:00
desktop_render_texture.dart refact: texture render as an option (#8168) 2024-05-28 16:42:30 +08:00
file_model.dart opt desktop file manager status list (#9117) 2024-08-20 10:53:55 +08:00
group_model.dart remove calling refreshCurrentUser when connect status become ready (#8849) 2024-07-28 10:15:09 +08:00
input_model.dart Feat/android more actions (#8496) 2024-06-27 13:28:05 +08:00
model.dart opt desktop file manager status list (#9117) 2024-08-20 10:53:55 +08:00
native_model.dart fix: macos, load multi dylib instances (#8731) 2024-07-17 11:49:11 +08:00
peer_model.dart opt password sync, opt ab widgets (#7582) 2024-04-02 22:08:47 +08:00
peer_tab_model.dart disable-group-panel for https://github.com/rustdesk/rustdesk-server-pro/issues/250 2024-05-28 20:10:12 +08:00
platform_model.dart Refact. Build flutter web (#7472) 2024-03-22 13:16:37 +08:00
server_model.dart Fix new cm tab not replace the old persisted tab (#9127) 2024-08-20 15:34:10 +08:00
state_model.dart fix: resize top edge (#9081) 2024-08-15 23:58:19 +08:00
user_model.dart remove calling refreshCurrentUser when connect status become ready (#8849) 2024-07-28 10:15:09 +08:00
web_model.dart Refact. Flutter web desktop (#7539) 2024-03-28 11:38:11 +08:00