Rating stars (#567)

* Add ratings stars control. Add to scene details
* Replace rating with stars on edit panel
* Add changelog entry
This commit is contained in:
WithoutPants
2020-06-12 09:11:39 +10:00
committed by GitHub
parent d8ce137086
commit a77fea5724
9 changed files with 193 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ import ReactMarkdown from "react-markdown";
const markup = `
### 🎨 Improvements
* Show rating as stars in scene page.
* Add reload scrapers button.
`;