Commit Graph

65 Commits

Author SHA1 Message Date
21pages 6f8483aecd ab: full check for adding peers from recent/batch operation
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 13:30:38 +08:00
21pages 1e75b172d6 ab: opt reaction and message hint
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 12:09:01 +08:00
21pages 553a3798a1 ab: sync all recent peers if option enabled
Signed-off-by: 21pages <pages21@163.com>
2023-08-16 11:36:16 +08:00
Mr-Update ff3ca6f719 Update peer_tab_page.dart 2023-08-13 14:09:41 +02:00
sahilyeole d18250d1e7 add more peer_tab_page tooltips
Signed-off-by: sahilyeole <sahilyeole93@gmail.com>
2023-08-12 12:52:31 +05:30
RustDesk 39f0edcb32 Merge pull request #5331 from dignow/fix/save_peer_window_pos
fix saving peer window pos
2023-08-11 08:04:57 +08:00
dignow 7f6b18fc9c change ffi flutter_config to flutter_option
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-10 22:27:35 +08:00
21pages 16c94fb1d0 hide multiselect icon if peers is empty
Signed-off-by: 21pages <pages21@163.com>
2023-08-10 21:32:26 +08:00
21pages 3fd58bb69d opt peer card multi select
Signed-off-by: 21pages <pages21@163.com>
2023-08-10 08:23:34 +08:00
21pages 312c6324d2 opt delete dialog title
Signed-off-by: 21pages <pages21@163.com>
2023-08-08 21:20:08 +08:00
21pages 2f5ae54c08 simple ab store and add batch operation toast
Signed-off-by: 21pages <pages21@163.com>
2023-08-04 15:32:09 +08:00
21pages 5a0865559c peer card batch operation
Signed-off-by: 21pages <pages21@163.com>
2023-08-03 21:35:16 +08:00
rustdesk 9f7706ca3e hide/show tags panel button 2023-06-29 15:18:35 +08:00
rustdesk 5455cd3dea better peer tab 2023-06-24 18:27:47 +08:00
rustdesk c099ff2d8b chore 2023-06-24 17:52:48 +08:00
rustdesk 58e4d66b44 add force, quiet to pullAb, no force pull while switch tab, this may be
not good, because data not updated, have to do with refresh button, we
may change to quiet pull in the future
2023-06-23 15:10:10 +08:00
rustdesk 977ac2a3b2 revert back to hasScrollBody=false, though true can remember scroll
position, but it causes much more problems
2023-06-23 13:26:45 +08:00
rustdesk fea9cfba7f stupid guy doesn not know what is consistency 2023-06-23 12:58:27 +08:00
21pages c02a502a7f peer tab use icon
Signed-off-by: 21pages <pages21@163.com>
2023-06-22 08:49:58 +08:00
rustdesk 23389ef140 fix mobile home page style 2023-06-21 23:29:12 +08:00
21pages 0894ae554e use ReorderableDelayedDragStartListener for mobile
Signed-off-by: 21pages <pages21@163.com>
2023-06-21 15:05:19 +08:00
RustDesk eababdcf79 Merge pull request #4719 from 21pages/group
peer ab/group tab refresh, animated refresh icon
2023-06-21 12:13:35 +08:00
21pages 0bda66dd7f peer ab/group tab refresh, animated refresh icon
Signed-off-by: 21pages <pages21@163.com>
2023-06-21 12:11:41 +08:00
rustdesk df707e224e remove _hideSort which cause wrong state, let check directly 2023-06-21 01:33:52 +08:00
rustdesk 0fc98a9a76 fix hideSort not conform to currentTab 2023-06-21 01:23:27 +08:00
21pages 8b7a145c61 fix group visit
Signed-off-by: 21pages <pages21@163.com>
2023-06-17 22:43:26 +08:00
21pages 5729cbf77d rename menubar as toolbar in code and view
Signed-off-by: 21pages <pages21@163.com>
2023-06-11 16:41:12 +08:00
21pages 844e7420de option collapse toolbar
Signed-off-by: 21pages <pages21@163.com>
2023-06-11 15:59:02 +08:00
21pages afcb488838 fix mobile language update
Signed-off-by: 21pages <pages21@163.com>
2023-06-10 09:38:37 +08:00
21pages 583c83ac9b fix sort by menu overflow
Signed-off-by: 21pages <pages21@163.com>
2023-06-10 06:56:45 +08:00
NicKoehler 5645def1d2 fix sort inconsistency 2023-04-17 13:53:55 +02:00
rustdesk 8b1fb742b4 Icons.list_rounded looks bad on Windows.
https://github.com/rustdesk/rustdesk/issues/3885#issuecomment-1493356168
2023-04-03 00:24:39 +08:00
NicKoehler 050e107cb6 dynamic width based on translated strings #3625 2023-03-13 09:05:38 +01:00
NicKoehler c1d5f743a9 added phrases for every empty peer type 2023-03-10 19:37:49 +01:00
NicKoehler c307013325 fix bug fallback peer sort setting 2023-03-08 21:04:03 +01:00
NicKoehler f042ed44bd refactor strings in a separate class, added alias and remote host sort types 2023-03-08 20:10:08 +01:00
NicKoehler 2724c16e34 improved design and moved sort button 2023-03-08 16:40:35 +01:00
NicKoehler 43da918630 rounded tiles 2023-03-07 20:31:20 +01:00
NicKoehler a4ef60a250 reduced peer view type to one toggle, moved sorting button under peer view type 2023-03-07 19:27:39 +01:00
NicKoehler a04351baf4 implemented sorting in every tab except "recent sessions" 2023-03-06 09:46:21 +01:00
NicKoehler ab9acc76fc backgroundcolor migration 2023-02-23 16:49:31 +01:00
21pages 40d0ea016b refactor peer tab with model, make it scrollable
Signed-off-by: 21pages <pages21@163.com>
2023-02-06 12:54:32 +08:00
rustdesk 50c8855d28 unify peer tab text color with tab bar text color 2023-02-03 16:18:08 +08:00
21pages 1a1bd1b5d8 recover reordered peer tab, because flutter 3.7.0 fix
ReorderableListView crash

Signed-off-by: 21pages <pages21@163.com>
2023-02-03 10:28:39 +08:00
rustdesk 87de9eb726 a workaround of issue #2886, following the behavior address input of
chrome
2023-01-30 18:30:38 +08:00
21pages 8b7e6935f4 remove ReorderedListView
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:44 +08:00
21pages 747318827b fix peer tab translation and visibility
Signed-off-by: 21pages <pages21@163.com>
2022-12-17 12:28:11 +08:00
21pages 880a0d4209 add group peer card
Signed-off-by: 21pages <pages21@163.com>
2022-12-14 11:25:31 +08:00
Kingtous d3d4c7dac4 opt: enable debug stacktrace output & add json serde check 2022-12-09 10:49:47 +08:00
21pages 251ce41d36 fix menu padding mistake
Signed-off-by: 21pages <pages21@163.com>
2022-12-05 09:33:01 +08:00