From 436159eb2249ab29d54757df6364dd69b323f03e Mon Sep 17 00:00:00 2001 From: Roi Becker Date: Sat, 16 May 2020 03:07:49 -0700 Subject: [PATCH] Pigeon plugin Summary: Very similar to the Logview plugin, showing a table with all logs (from all clients, if more than one is connected to Unity), and a right-side panel for details (the extra). I'm still thinking how can I display the extra in the table (so it will be more convenient to compare logs), but still don't know (each extra can have different fields), and this is a good starting point. Note: the POI plugin has an option to display marauder data, but I received requests for an easy way to debug just Pigeon, and since this is simple enough I don't see the harm here. Reviewed By: timur-valiev Differential Revision: D21549233 fbshipit-source-id: e7a48b4e21711bc9454e9b87a312e94a662917e2 --- desktop/static/icons.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index 0631248b5..4333ee8f8 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -403,5 +403,14 @@ ], "log": [ 12 + ], + "triangle-up": [ + 16 + ], + "checkmark-circle": [ + 12 + ], + "circle": [ + 12 ] } \ No newline at end of file