chore: implement options component

This commit is contained in:
Sebastian Velez
2023-01-16 16:45:42 -05:00
parent 949fff2cf7
commit b507429e9b
4 changed files with 280 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ var Options = reactCreateClass({
handleChange={that._updateWhitelistState}
label="Whitelist"
sites={that.state.whitelist}
placeholder="http://google.com
http://myproject.com@@MyProject"
placeholder="http://google.com
http://myproject.com/MyProject"
helpText="Sites that you want to show in your reports. You can assign URL to project by adding @@YourProject at the end of line."
/>
);