tangled
alpha
login
or
join now
hotsocket.fyi
/
domlink
0
fork
atom
https://domlink.deployments.hotsocket.fyi/
0
fork
atom
overview
issues
pulls
pipelines
link to sources in page
hotsocket.fyi
6 months ago
f6cffca5
3d12fc3b
+1
-1
1 changed file
expand all
collapse all
unified
split
src
issuesearch.ts
+1
-1
src/issuesearch.ts
···
1
import { Body, Button, Column, Input, Label, Link, Row, Table, TableCell, TableRow } from "./domlink.js";
2
-
3
type issueRecord = {
4
body: string;
5
createdAt: string;
···
1
import { Body, Button, Column, Input, Label, Link, Row, Table, TableCell, TableRow } from "./domlink.js";
2
+
Body.with(new Link("TypeScript source here!").to("https://tangled.sh/@hotsocket.fyi/domlink/blob/main/src/issuesearch.ts"));
3
type issueRecord = {
4
body: string;
5
createdAt: string;