webxdc-dev icon indicating copy to clipboard operation
webxdc-dev copied to clipboard

A development server for webxdc apps

Results 11 webxdc-dev issues
Sort by recently updated
recently updated
newest added

- missing updates (some devices don't get all updates) - out of order update delivery - delayed updates And other things like that.

It's a bit annoying that you have to manually press the "start" button, so maybe makes sense to add a front-end option to do this automatically. It should default to...

TODO: - [ ] Merge https://github.com/webxdc/webxdc-dev/pull/45

Follow-up to 065fba852, d14fa47e80e

This shouldn't break previous valid usages Sometimes when I want to test some webxdc app real quick I stop and think whether it's worth spending time on trying to recall...

- [ ] needs to be tested if it still works note that there are some ts errors with solids stuff that were there before already (on master).

![image](https://user-images.githubusercontent.com/39462442/220581876-c8b60660-a835-4ab5-ac0a-dcc41688c6e5.png) Idk if it's something that needs fixing. Maybe it's not worth packaging effectively useless stuff inside the npm package to save space.

![image](https://user-images.githubusercontent.com/39462442/219364310-27568f67-f924-4ac2-a620-daf311d1a83b.png) I think it's like this after #28

When a webxdc instance is opened on a port, there is sometimes a flash of contents. This happens to clear the local state (`localstorage`, etc) of the previous instance so...