From a00f0ce13a45a6060cdaa7b1c45b29a73a0dadf8 Mon Sep 17 00:00:00 2001 From: Luciano Kenji Sugiura Date: Wed, 2 Jun 2021 07:37:41 -0700 Subject: [PATCH] WAIQWatch plugin improvements Summary: Improving usability of the WAIQWatch plugin. Also fixing a bug in `MasterDetail`, which didn't use `sidebarSize` as `height` when detail panel is shown at the bottom. iOS companion diff here: D28756787 Reviewed By: tomw Differential Revision: D28751609 fbshipit-source-id: ba27ae7ce3596179752c963dba1bf4b994767c2a --- desktop/flipper-plugin/src/ui/MasterDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MasterDetail.tsx b/desktop/flipper-plugin/src/ui/MasterDetail.tsx index d0cff7076..7cadbf65e 100644 --- a/desktop/flipper-plugin/src/ui/MasterDetail.tsx +++ b/desktop/flipper-plugin/src/ui/MasterDetail.tsx @@ -238,7 +238,7 @@ export function MasterDetail({ ); case 'bottom': return ( - + {table} {sidebar}