functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

React uploader #81

Closed farhoud closed 2 years ago

farhoud commented 2 years ago

I feel like having 2 app for a gallery is too much so if @gitaaron don't mind i use the react-gallery.

but don't worry i can move them.

gitaaron commented 2 years ago

Closing this for now since there is still more work to be done to close #59 and #60

farhoud commented 2 years ago

added nice features

farhoud commented 2 years ago

fix conflicts

gitaaron commented 2 years ago

I am getting the following error when trying to run the sample -

Compiled with problems:X

ERROR in ./src/App.js 42:45-58

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/App.js 70:22-39

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/App.js 73:26-39

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 24:13-26

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 33:13-27

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 42:13-30

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)
gitaaron commented 2 years ago

@mehdibalouchi can you please review the changes to library in here or @farhoud can you remove it from this PR and create a new one for it? I'll let you guys figure it out.

farhoud commented 2 years ago

I am getting the following error when trying to run the sample -

Compiled with problems:X

ERROR in ./src/App.js 42:45-58

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/App.js 70:22-39

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/App.js 73:26-39

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 24:13-26

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 33:13-27

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

ERROR in ./src/components/ConnInfo.jsx 42:13-30

export 'Status' (imported as 'Status') was not found in '@functionland/fula' (possible exports: createClient)

fixed it. it was mess i made in merging change's.