-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add sample app - file share #23
Conversation
Thanks for making this sample app! I’ll look into the reactivity problem later. Could this sample app be added to https://github.com/nodegui/examples instead of this repo, though? Just that I’d prefer to keep the demo app for this repo super-simple (i.e. a Hello World level of complexity) and leave that as the only demo in the repo so that it remains easy for any contributors to explore or develop a new API by just playing around and modifying the minimal demo app; keeping it basic means there is little for them to subtract when experimenting, and keeping the repo to just one demo app reduces its size when cloning. Sorry for the trouble! |
@shirakaba Yeah, I can move it to the examples repo. No worries. |
@mrsauravsahu Just to mention that I haven't forgotten this, I've just been up to other things – I aim to publish at the very least an alpha of |
Thanks @shirakaba I've created a pull request in the examples repo. I got an error #26 when starting the app. I've used a workaround for now. |
Closing this for now. |
This is a file share app to share file on local network. Should partly close #17
I'm having trouble with Svelte's reactivity. And not sure if it's svelte or our renderer. @shirakaba Can you take a look?
When I drop a new file, a
text
still shows the old file path.