rustdesk/flutter/lib
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
..
common trust this device to skip 2fa (#9012) 2024-08-12 18:08:33 +08:00
desktop Fix new cm tab not replace the old persisted tab (#9127) 2024-08-20 15:34:10 +08:00
mobile file rename (#9089) 2024-08-16 12:55:58 +08:00
models Fix new cm tab not replace the old persisted tab (#9127) 2024-08-20 15:34:10 +08:00
native Flutter web, custom cursor (#7545) 2024-03-29 10:52:32 +08:00
plugin remove stupid group, bad implementation, buggy, and not usable 2023-06-23 17:05:48 +08:00
utils addressing https://github.com/rustdesk/rustdesk/issues/8883 2024-07-30 00:27:01 +08:00
web fix https://github.com/rustdesk/rustdesk/issues/9088 2024-08-16 12:20:40 +08:00
common.dart fix: resize top edge (#9081) 2024-08-15 23:58:19 +08:00
consts.dart fix: resize top edge (#9081) 2024-08-15 23:58:19 +08:00
main.dart fix https://github.com/rustdesk/rustdesk/issues/9088 2024-08-16 12:20:40 +08:00