images fit on panel when being viewed
buttons and text have a white background now
added a nicer font
realised that ipfs node dies when you close the image adder and cant be revived, added note to self to fix it
* Images are added with a local and remote URL so that IPFS documents can use IPFS on the remote end instead of passing the data URL around.
* Hooked up an event to remote gadgets when an image is selected.
-images can now be removed from the menu as-well as added
-ensured only one upload window can be open at once
some other things have been done but these are one second branch
To use this just drop a local image file onto the spot on the add dialog that says "drop here".
The panel can't display /ipfs/ URLs, so they appear as broken images. Need to use models to display them.
pwa-chrome is the new thing that came in with more recent versions of Visual Studio Code. It enables the "targetSelection" setting, which lets you pick which thing to debug instead of debugging every Aardvark gadget.
* Replaced window.open with a blank window and the populated that with an ImageAdder react component.
* Switched the image list to be part of ImageMenu's state so it can be dynamic.
* Added a little form to that component that lets the user enter a URL. When they hit "submit", add that to the image menu.