Reload scrapers button (#592)

* Add reload scraper option to performer details
* Add scraper reload to scene edit page
* Show scene scraper menu when no queryable scrapers
* Add 0.3 changelog
This commit is contained in:
WithoutPants
2020-06-10 13:43:17 +10:00
committed by GitHub
parent 32011aa86f
commit d8ce137086
11 changed files with 106 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
import React from "react";
import ReactMarkdown from "react-markdown";
const markup = `
### 🎨 Improvements
* Add reload scrapers button.
`;
export default () => <ReactMarkdown source={markup} />;