From c9981ffb1bb25ad00a3cc3fb7fc518f96a84202f Mon Sep 17 00:00:00 2001 From: Tommy Soh Date: Wed, 20 Apr 2022 10:00:46 -0700 Subject: [PATCH] Phoenix flipper - client plugin Summary: Created by running scarf flipper-plugin command as suggested in [doc](https://www.internalfb.com/intern/staticdocs/flipper/docs/extending/desktop-plugin-structure/). Will be modifying test & index later to receive other data - also created [GK](https://www.internalfb.com/intern/gatekeeper/projects/flipper_phoenixinternal/) Question - Is there a way to hide the plugin until feature is complete, besides GK? Reviewed By: nikoant Differential Revision: D35721694 fbshipit-source-id: 9052fbfd4530bb567f672b7f37153a62c7c75463 --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index f37999fc7..eebaf7da7 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -621,5 +621,8 @@ ], "caution-triangle-outline": [ 24 + ], + "bird-flying": [ + 16 ] -} +} \ No newline at end of file