Michael Taranto

Results 4 issues of Michael Taranto

Update the design asset for `IconRocket`

Only hide share actions from header without code The header actions in the top right are now available on page load. This enables the selection of frames and/or themes before...

A host of fixes and tweaks that have been picked up through other work. Breaking these off into a small patch PR.

Create `server` entry point to isolate usage of node APIs without needing to polyfill. ### BREAKING CHANGES Move `fromFile` to `server` entry point. #### MIGRATION GUIDE ```diff -import { fromFile...