-
Notifications
You must be signed in to change notification settings - Fork 33
Feature/load db #2
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
Conversation
@eSlider, this is a nice PR, why did you close it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lovasoa, thank you for the advise to use fetch
. I will use it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But where is the manifest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops 😁 You are right, there is no manifest, let's remove this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eSlider, this is a nice PR, why did you close it ?
@lovasoa, it's breaks previous behavior.
Here are the changes:
- Download an sqlite database file (axios)
- Prepare downloaded file to handle it right (that was not easy :)
- Add favicon to prevent 404 errors
- Remove load of
manifest.json
- that not exists - Lock packages to get working version
- Add an select SQL query as a value for textearea
- Publish to another place: link
- Circle CI:
If you ok with, I will open PR again.
P.S. And thank you so much for you simple react-boilerplate! It's amazing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello !
Download an sqlite database file (axios)
You don't need to add a dependency just to make an HTTP request. Let's just use fetch
Prepare downloaded file to handle it right (that was not easy :)
?
Add favicon to prevent 404 errors
✔️
Lock packages to get working version
✔️
Add an select SQL query as a value for textearea
✔️
Publish to another place: link
Circle CI:
Automated static content build
Publish build in a gh-pages branch
Disable jekyll post processing
Prepare demo to work over github pages CDN
Get load generated assets using relative paths (That what I am working on)
Let's just keep the current netlify CD (https://sqljs-react-demo.netlify.com/). I don't think we need to switch to github pages.
I highlighted a few suggested changes
No description provided.