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
Ingredient notes won't show #98
Comments
are you running the latest version (0.8.2) ? i broke tooltips in 0.8.0 and fixed it yesterday evening in 0.8.2 |
how do i check? |
currently there is no integrated version info, best would be to just do a update (docker compose down, pull, up -d) |
showing the version will be added probably with the next release |
ok, but how do I backup the my recipes before the update? They will be lost if I update, right? My understanding is the dropbox/nextcloud thing just works for importing recipes? |
btw: if i try deleting a storage location and there's still a monitored folder pointing to that, i will get a cryptic looking error page |
the last one is definitly an issue i will need to fix. Normally no data should be lost during any updates, backups are just for security reasons. Just copy you |
i opened a new issue for the monitor/storage problem #102 |
I don't have a postgresql folder, pg_dumpall: not found |
#96 seems to be related... wouldn't it be possible to store the recipe data in a mapped folder? other containers do exactly that, all the important stuff is very accessible and persistant if you delete the container or chose to run it in a different configuration |
i do exactly that if you follow the recommended setup ... Generally running on a sqllite database in production is not recommended but you can certainly do that, you just need to add a mapping for the install folder which included you sqlite fille (something like ./recipes:/opt/recipes). But i strongly recommend you create yourself a second container running postgres and use that as the database. |
you need to download the nginx folder from the docs examples https://github.com/vabene1111/recipes/tree/develop/docs/docker/plain |
great, finally got 0.8.3 set up correctly with all three containers running instead of just one. Thank you very much! |
oh i guess docker hubs description is outdated, i will fix that. Running update.sh should never be required (you should not even have a update.sh if you are running the image version), at least not on the host system. I have one idea, maybe the static files aren't collected (for whatever reason) so you could actually try executing into the container (docker-compose exec web_recipes sh) and run update.sh manually to see its output. Other than that you can post your Browser/Version, the output of |
oh i forgot, its now the please run |
Hi therealschimmi, |
I just put it here: Basic guide to setup vabenee1111/recipes docker container on Synology NAS
|
Thanks for the great guide! As synology hosting seems to be a common thing, would you mind me putting this guide in the "offical" docs ? Also did you solve your problem by running collectstatic or is it still bugged ? |
Feel free to put the guide to the docs :) happy to help No, the tooltips still dont work. see below. what does that mean
firefox debug concole
|
oh sry, i forgot that the container now runs venv as well, please run the following command again to see what happens
output should be somthing like this
sry for all the back and forth but i cant reproduce your issue on my end so i have to do it this way. Other than that, if you want, we can use some kind of remote desktop service so that i can take a direct look at what is wrong with the setup (did that once with discord/anydesk when another user had a problem). |
Thats what I get.
|
hmm that looks like everything is working perfectly fine. Also just tested the tooltips in firefox and everything appears to be working correctly i am kinda running out of ideas, if you want feelfree to add me on discord (vabene1111#5492) and i can try to look at it trough anydesk/teamviewer/whatever but other than that i dont really now how to help you .. |
So many stupid and wrong things I was doing before. Thank you so much therealschimmi, I followed your guide and it now works and thanks vabene for this awesome app. I am just a beginner, but I already love the open source community. |
Soooo... the whole issue seems to be MacOS and iOS related. Tested on a Win7 machine with chrome and firefox and when I click on the "i" symbol the tooltip will show, is that behaviour correct? |
hmm that is interesting. I am using bootstraps default tooltips (https://getbootstrap.com/docs/4.5/components/tooltips/) which i thought would work cross platform. Do you have some kind of adblocker that blocks javascript from running ? I sadly cannot test on iOS/MacOS since i dont own any apple devices .. but you were using firefox i would think that this would be a browser specific issue that i could also reproduce on windows/linux. Also the browser console output you showed above does not have any errors, usually everything that causes issues with javascript shows in the console ... |
correction, these are tooltips, what isn't working for you are the popovers https://getbootstrap.com/docs/4.5/components/popovers/ |
the examples on this website work for me |
interesting 🤔 you have the same issue on iOS and on MacOS both with firefox or safari ? I think i can find an old iPad somewhere to test it out ... |
None of these work: |
ok i was able to reproduce the issue in safari on an iphone .. now to find out what causes it. |
thank god...i was beginning to think I was the problem :) |
haha i was so sure that this must have been a setup issue that i ignored the fact that it might be something else. very interested to see what causes this because if firefox/chrome on windows works it should work on mac as well |
ok if i had read the documentation correctly i would have seen that there is indeed a cross browser support issue with popovers https://getbootstrap.com/docs/4.5/components/popovers/#dismiss-on-next-click i fixed it, feel free to try out the development branch of the image (note you cant go back to master until i release it then because there are breaking data migrations, the new meal plan is in there). Just as a rant/note: I really hate apple and this confirms it again. There are literally multi page long tutorials to maybe get some kind of javascript debugging working on their stupid overpriced tech scrap if you dont own one of desktop os machines .. /rant off |
updates pushed and will be released as vabene1111/recipes:develop in about 5 minutes ea96c63 |
I'll be great full for some help I followed the pdf guide for my synology (ds220+) |
please open a new issue providing the necessary setup & log info. this issue isn't related |
Sorry to bring this thread back from the dead. Feel free to tell me to open a new issue if needs be. Edit: After checking more, with this being a hitbox size issue I am going to raise a new one rather than tack on to this issue I am still getting this issue on Safari on iOS Spec: Steps to reproduce:
Expected:
Actual:
Additional info:
Please let me know if you need any more details or a video etc. I'm also available to retest new fixes if you want it testing on the same hardware, thanks. |
When adding notes to ingredients i get the little info box on the recipe page. How is that supposed to work? Neither hovering nor clicking will make the note appear.
The text was updated successfully, but these errors were encountered: