Commit graph

25 commits

Author SHA1 Message Date
Rosia E Evans
beed2fe7ba
Update README.md 2022-08-22 21:46:16 +01:00
Rosia E Evans
e1ccc7275c
Update README.md 2022-06-13 15:12:45 +01:00
Rosia E Evans
1423c6b5c0
Update README.md 2022-06-13 15:11:16 +01:00
Rosia E Evans
7b1cc23e75
Create README.md 2022-06-09 10:53:13 +01:00
Nye Evans
aa126a86b9 minor css improvements
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
2021-02-20 15:36:40 +00:00
Nye Evans
83c15dcaf2
Merge pull request #3 from JoeLudwig/joe_local_storage_plus_multi_user
Added multi-user support
2021-02-13 19:15:30 +00:00
Joe Ludwig
5d747004ab Added initial remoteUrl state
So the image will appear if it's set before the remote gadget is spawned.
2021-02-13 10:40:56 -08:00
Joe Ludwig
078f24f6fe Added multi-user support
* 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.
2021-02-13 10:27:12 -08:00
Nye Evans
0763b8b455 added ability to delete items from image menu, looked into reworking ipfs
minor css changes too
2021-02-12 10:42:25 +00:00
Nye Evans
7be6148337 Merge branch 'pr/2' into main 2021-02-11 17:52:07 +00:00
Nye Evans
745f3f6840 ipfs links work through createObjectUrl() + minor css changes 2021-02-11 17:46:31 +00:00
Nye Evans
5054242699 minor changes
-url box clears itself after submission
-alert is now rendered on window rather than shows as a pop-up alert
2021-02-10 13:06:02 +00:00
Nye Evans
3648a29d71 quality of life fixes
-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
2021-02-10 12:06:57 +00:00
Joe Ludwig
c92e58eb82 IPFS upload of local images
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.
2021-02-09 21:19:31 -08:00
Joe Ludwig
630b4bd1e6 Added all models to the webpack copy 2021-02-09 21:17:30 -08:00
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