- Move to using Material-UI's <Icon /> and <SvgIcon />
- Move to using Material-UI's <Tooltip />
- Move to using Material-UI's <IconButton />
- Switch *.svg webpack importer so we can import then as React
components
- Export the above to the extension API
- Move to using the Material-UI's component names for menuItem.icon's.
This means that they are now in PascalCase instead of snake_case
- Remove the Material-UI font
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* add no-unused-vars and no-unused-imports
* added quotes: double, and remove ignore pattern
* move itif and describeif into utils
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* add store for mapping extension names to filesystem paths
- add extension mechinism for getting a folder to save files to
- add test to make sure that extensions are being loaded
- skip extension loading test
Signed-off-by: Sebastian Malton <sebastian@malton.name>