TurboWarp / extensions

User-contributed unsandboxed extension gallery for TurboWarp
https://extensions.turbowarp.org/
MIT License
119 stars 237 forks source link

Add Extensions login page #1748

Open Eaielectronic opened 2 weeks ago

Eaielectronic commented 2 weeks ago

Creat login page

Drago-Cuven commented 2 weeks ago

Layering issue image that being said, there's also no way to make it show specifically on the stage?

CST1229 commented 2 weeks ago

there's also no way to make it show specifically on the stage?

it's actually really easy to make html elements show up on the stage (Scratch.renderer.addOverlay, the iframe extension uses it if i recall correctly)

Eaielectronic commented 2 weeks ago

yes, I know but I don't want to put it in the scene because otherwise we can no longer select the text inside and use copy paste or tab. And once in pakage it appears in the middle of the screen.

Eaielectronic commented 2 weeks ago

I fixed the bug.

Thebloxers998 commented 2 weeks ago

Layering issue image that being said, there's also no way to make it show specifically on the stage?

I can see BlockifyVR extension

Thebloxers998 commented 2 weeks ago

We need a <is authenticated/registered>

GarboMuffin commented 1 week ago

this seems to be in the same boat as the captcha & security key extensions -- it's only client side so there's no actual security but people will still treat it as though there is security.

Eaielectronic commented 1 week ago

I just wanted to create a simple interface to connect and then use an extension like https websockets or cloudlink for the actual connection between client and server.

Thebloxers998 commented 1 week ago

I just wanted to create a simple interface to connect and then use an extension like https websockets or cloudlink for the actual connection between client and server.

Add a when authenticated/registered hat block and a boolean one pls and then add settings for the ui

Thebloxers998 commented 1 week ago

I love how it saves my acc in this extension

Thebloxers998 commented 1 week ago

And make a block so we can add animation to ui

Eaielectronic commented 1 week ago

Ok

Thebloxers998 commented 1 week ago

Ok

Yay

Thebloxers998 commented 1 week ago

Ok

Also there's a bug I found, in create account ui, there's a recover password thing it should be "Use Existing Account" thing, especially recover password ui

Thebloxers998 commented 1 week ago

this seems to be in the same boat as the captcha & security key extensions -- it's only client side so there's no actual security but people will still treat it as though there is security.

Thank God the pull request wasn't closed

Thebloxers998 commented 1 week ago

this seems to be in the same boat as the captcha & security key extensions -- it's only client side so there's no actual security but people will still treat it as though there is security.

Thank God the pull request wasn't closed

Also, don't take it too seriously

Thebloxers998 commented 1 week ago

Ok

So have you added it yet?