Some UI / docs fine-tuning
Summary: Added wash color option to Toolbar, made codeblocks transparent rather than gray & bordered, which looks cleaner Reviewed By: passy Differential Revision: D28119720 fbshipit-source-id: 9d1f4db5b39a91d9d117046bd5482726ac2f555d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d903a862d2
commit
be3cdedf52
@@ -260,6 +260,8 @@ Using `useValue` as deep in the component tree as possible will benefit performa
|
||||
Finally (`(4)`) we render the data we have. The details have been left out here, as from here it is just idiomatic React code.
|
||||
The source of the other `MammalCard` component can be found [here](https://github.com/facebook/flipper/blob/master/desktop/plugins/public/seamammals/src/index.tsx#L113-L165).
|
||||
|
||||
Tip: it is recommended to keep components as much as possible outside the entry file, as components defined outside the index.tsx file will benefit from fast refresh.
|
||||
|
||||
### Unit testing the User Interface
|
||||
|
||||
At this moment the plugin is ready to be used in Flipper, and opening it should lead to sane results.
|
||||
|
||||
Reference in New Issue
Block a user