-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
[enhancement] Implement SweetAlert #136
Comments
I'd be happy to accept a PR. One note is, instead of showing a follow-up success SweetAlert, just close the modal after they confirm they want to delete as there's already an existing notification module that indicates success or failure. |
@syropian I got an error when trying to run the app. Why is that? Also, when trying to do:
I get the following errors: |
The database doesn't exist. Either change the database to be sqlite, or create the database in mysql and change the database details to be correct |
@alexbowers Ok so I got it running now, I used homestead instead, now I got another problem, I can't build the js/css neither w/webpack or gulp. What I did was a simple change to a vue component, but I need to watch for that changes and compile the js, I tried with Also, I tried using I installed those dependencies with The thing is, when I go to astralapp.app I see this error message: Unable to locate Mix file: /css/app.css. Please check your webpack.mix.js output paths and try again. (View: /home/vagrant/astral/resources/views/index.blade.php) I don't know why I can't compile js/css, how do you do it? I already did |
I think something is wrong with the mozjpeg package, when I do a Then all dependencies installs normally. And when I do That's why I can't handle the js/css compilation using webpack, so I tried gulp but as mentioned earlier, I got errors, the easier way I think, is using webpack, but this error appears. |
gulp is no longer used, it's all Laravel Mix. What's your node and npm version? |
node: v6.4.0 |
Do you have |
I just blew away my OS: |
Yep, I do. I just installed 7.3.0 and ran |
Mmm... what could it be. When you run |
Nope, not getting any errors at all. |
@bntzio Are you using homebrew? Check that your copy of libpng is linked properly.
|
Yes, I'm into it. Are you using webpack 2? |
afaik Laravel Mix uses webpack 2 by default. |
@syropian I got it working now! 🎉 the problem was with Solution:
Just as you mentioned earlier 👍 It seems that some people are having problems with this as well -> unable to load image files issue |
Now when I run Thank you for ur time @syropian Now I'll go back to implement the SweetAlert. |
Awesome! Really glad you got it sorted, it's good to have these issues in the open in case anyone runs into something similar. Cheers! |
PR ready! 😄 #138 |
Added in #138 🎆 |
Hello @syropian, nice work on astral!
I noticed that the app shows default browser alerts (deleting a tag), what do you think about implementing SweetAlert to improve the design?
I'll be happy to submit a PR. 😃
The text was updated successfully, but these errors were encountered: