25 Feb 2025, 06:02

@jeffreyrb03-gmail battery stuff is pretty specific to mobile devices (ig laptops too but still) logged in can be done by checking if the user id is guest I think (something similar to that) multiple timers is useful, in some places you can use \n for new line idk about tab though, mouse scrolling is iffy cus that only works really in a wait until block since (at least) most mouses don’t scroll smoothly persay, they scroll in intervals which you can see by the when mouse scroll variable hat block in creaticode, list as js array is useful, there’s already an is number in creaticode, mobile is meh but ig somewhat useful, an issue with clipboard is (at least on apple devices) they prompt the user with a pop up saying paste to access it (Ik from vscode.dev that if you click off of this it fails to paste), I can understand clipboard adding for easy copying save data but with the save data to cloud its only really for sharing, the clipboard item is very insecure if it does/did work cus why does your project need their clipboard? they can just paste into an input field for you, is sprite visible ig is sorta useful, stretch is probably useful, project in iframe is somewhat specific cus even if you’re using an iframe you may not want different functionality but i Cna understand it