Files
oldboy/q
2025-11-14 14:45:22 +01:00

13 lines
811 B
Plaintext

We are currently working on top bar menu items for this web editor. We are working on the "Share" functionality.
When clicking the share button, here is what should happen:
- the code for the currently opened file is getting compressed and generates an URL link that you can send to other people.
- when clicking on this link, the web editor opens with the same file code loaded in it. It acts like an import. It will prompt you to rename the file eventually to avoid name conflicts or accidental overwriting.
- when clicking "Share", it opens up a popup that shows you the generated link with a "Copy to clipboard" button next to it.
Ultrathink and do.
Currently, clicking on the Share button does absolutely nothing. There is no feedback at all, and no errors either in the console of whatever.
Explore.