Commit graph

10 commits

Author SHA1 Message Date
Joe Ludwig
9ee361df28 Switched debug type
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.
2021-02-09 21:16:59 -08:00
Joe Ludwig
5f77b9ce23 Removed dist from git
So it doesn't show up in the diffs to commit constantly
2021-02-09 09:03:23 -08:00
Joe Ludwig
4ba64cc93f Moved ImageAdder to its own file
To make merging easier and such
2021-02-09 09:02:08 -08:00
Joe Ludwig
d18012b58d Added dist to .gitignore
Since the dev on the other end is likely to rebuild anyway
2021-02-09 08:52:56 -08:00
Nye Evans
fade7c08e2 added image validation
very basic at the moment
2021-02-08 17:16:30 +00:00
Nye Evans
a7b483db4a
Merge pull request #1 from JoeLudwig/joe_add_image_popup
Added add image popup
2021-02-06 19:08:19 +00:00
Joe Ludwig
fbcf23c69a Added add image popup
* 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.
2021-02-06 11:05:26 -08:00
Nye Evans
0872b84779 inital commit
:)
2021-02-06 17:22:48 +00:00
Nye Evans
7efcda8ee3 initial commit
:)
2021-02-06 17:15:12 +00:00
Nye Evans
49b1c879e3 Initial commit 2021-02-06 17:14:48 +00:00