Add an optional iconLeftOfTitle prop to Button to show icon next to the title instead of above.
Use the above to add a link icon to the provenance link button. There is no link icon in the assets/icons folder yet, but if this approach seems okay, we can look for an SVG I guess.
Add testNotes and cache.db to .gitignore for convenience.
Screenshot:
Putting it up as a draft to get feedback on whether this feels like the right approach.
Takes a crack at https://github.com/andymatuschak/orbit/issues/172. Right now it does the following:
iconLeftOfTitle
prop toButton
to show icon next to the title instead of above.assets/icons
folder yet, but if this approach seems okay, we can look for an SVG I guess.testNotes
andcache.db
to.gitignore
for convenience.Screenshot:
Putting it up as a draft to get feedback on whether this feels like the right approach.