Yash Kolekar
Yash Kolekar
hi @iamjexcdevvv, these are good suggestions, thanks a lot! Offline support is definitely gonna be there in v3, for the rest times, maybe I'll just add a UI thing for...
Yep, a planned feature for v3, mentioned in #6
Yep, mentioned in #7, this is also something I'm planning not to save in the database but have an option for it just for user convenience's sake
- For recovery days, I was thinking about putting up a warning on the homepage and/or the workout start page suggesting it. If the user accepts it, it'll get applied...
- For the recovery days, I hadn't considered adding a manual button for initiation, but sure, that is doable. Algorithms would suggest recovery, but the user can always do it...
Damn, thanks a lot for those kind words man :) I'll add one once I complete v3
It should work as expected, assistance should decrease overtime. If the app did reduce your weight (increase your assistance), that could mean that you fell out of the set rep...
I'm also having a similar issue where I use a `+layout.server.ts` for AuthJS, and a `+layout.ts` for fetching some data. The load function in `+layout.ts` is run when invalidated but...
same issue here, thanks @Draconizations for the workaround
it seems like using a button for a drag handle causes some issues https://svelte.dev/repl/02030329daf64b129ffe3adbf3cf1403?version=4.2.15 try replacing the div element with a button, and it no longer works as expected, maybe...