scarpe-team / scarpe

Scarpe - shoes but running on webview
Other
163 stars 28 forks source link

Move font() and alert() to Builtins module, included by Kernel #410

Closed noahgibbs closed 1 year ago

noahgibbs commented 1 year ago

Description

Add Lacci APIs for most builtins. Implement font in Scarpe-Webview. Move alert() to Kernel. Reimplement alert() as an API method, not a Drawable.

Basically, this gives us a good start on builtins that don't act like drawables. Font and alert were supposed to be that, and now they are.

Alerts aren't supposed to return an object you can call hide(), etc. on, and now it doesn't.

Checklist