support icon indicating copy to clipboard operation
support copied to clipboard

Prefetch code editor files

Open isglass opened this issue 10 months ago • 0 comments

To hopefully have it available when user opens the editor, without affecting load time for other more high prio resources.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/prefetch

<link rel="prefetch" href="code-editor-file.js" />

Looks like it is mainly a few files that needs prefetching, the others are small:

Screenshot 2024-04-17 at 12 40 59

isglass avatar Apr 17 '24 10:04 isglass