Marcel Robitaille
Marcel Robitaille
Thanks for the instructions @christianlupus. I thought it would "just work". Not sure why it was sometimes working because I never did all of that. I am getting stuck on...
Are there any further reworks needed for this issue? Is there anything I can do?
> @MarcelRobitaille is this issue closed when the current PRs are merged? I just wanted to ask if there is still something open to be done. I don't think so....
I don't think this needs to remain open for any of my PRs then, to answer your question more directly.
> We are not on Vue 3 but Vue 2. Thus the prefetch might not (yet) be implemented. I know. It's supposed to be automatic in Vue 3. As far...
I moved `Showdown` to `RecipeView` because that's the only place it's used. I also implemented my own `ActionInput`. All I did was remove the bloated imports like `DatetimePicker` which imports...
I started poking at this issue. I'm not sure if you intended to use browser notifications or integrate with the Nextcloud Notification app. I looked at their docs, and I...
I didn't know about that function. Sorry. Isn't it better to request notification permissions before starting the timer though? If you go to a different page, you might not see...
> We have however a different understanding of what should be implemented: A page can be unloaded for various reasons (user closes tab, browser is closed by OS's energy saving...
> Sure, the function was never used and is not finished. I would suggest to break up the functionality into multiple parts (request notification permission, send notification, and optionally create...