tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
update deps
handle.invalid
2 months ago
0fa1f295
05002699
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+66
-70
3 changed files
expand all
collapse all
unified
split
package.json
pnpm-lock.yaml
src
components
dropdown.tsx
+7
-7
package.json
···
12
12
"@iconify-json/lucide": "^1.2.85",
13
13
"@iconify/tailwind4": "^1.2.1",
14
14
"@tailwindcss/vite": "^4.1.18",
15
15
-
"prettier": "^3.7.4",
15
15
+
"prettier": "^3.8.0",
16
16
"prettier-plugin-organize-imports": "^4.3.0",
17
17
"prettier-plugin-tailwindcss": "^0.7.2",
18
18
"tailwindcss": "^4.1.18",
···
22
22
},
23
23
"dependencies": {
24
24
"@atcute/atproto": "^3.1.10",
25
25
-
"@atcute/bluesky": "^3.2.14",
26
26
-
"@atcute/car": "^5.0.0",
27
27
-
"@atcute/cbor": "^2.2.8",
28
28
-
"@atcute/cid": "^2.3.0",
25
25
+
"@atcute/bluesky": "^3.2.15",
26
26
+
"@atcute/car": "^5.1.0",
27
27
+
"@atcute/cbor": "^2.3.0",
28
28
+
"@atcute/cid": "^2.4.0",
29
29
"@atcute/client": "^4.2.1",
30
30
"@atcute/crypto": "^2.3.0",
31
31
"@atcute/did-plc": "^0.3.1",
32
32
"@atcute/identity": "^1.1.3",
33
33
"@atcute/identity-resolver": "^1.2.2",
34
34
-
"@atcute/leaflet": "^1.0.15",
34
34
+
"@atcute/leaflet": "^1.0.16",
35
35
"@atcute/lexicon-doc": "^2.0.6",
36
36
"@atcute/lexicon-resolver": "^0.1.6",
37
37
"@atcute/lexicons": "^1.2.6",
38
38
"@atcute/multibase": "^1.1.6",
39
39
"@atcute/oauth-browser-client": "^2.0.3",
40
40
"@atcute/repo": "^0.1.1",
41
41
-
"@atcute/tangled": "^1.0.13",
41
41
+
"@atcute/tangled": "^1.0.14",
42
42
"@atcute/tid": "^1.1.1",
43
43
"@codemirror/commands": "^6.10.1",
44
44
"@codemirror/lang-json": "^6.0.2",
+58
-58
pnpm-lock.yaml
···
12
12
specifier: ^3.1.10
13
13
version: 3.1.10
14
14
'@atcute/bluesky':
15
15
-
specifier: ^3.2.14
16
16
-
version: 3.2.14
15
15
+
specifier: ^3.2.15
16
16
+
version: 3.2.15
17
17
'@atcute/car':
18
18
-
specifier: ^5.0.0
19
19
-
version: 5.0.0
18
18
+
specifier: ^5.1.0
19
19
+
version: 5.1.0
20
20
'@atcute/cbor':
21
21
-
specifier: ^2.2.8
22
22
-
version: 2.2.8
23
23
-
'@atcute/cid':
24
21
specifier: ^2.3.0
25
22
version: 2.3.0
23
23
+
'@atcute/cid':
24
24
+
specifier: ^2.4.0
25
25
+
version: 2.4.0
26
26
'@atcute/client':
27
27
specifier: ^4.2.1
28
28
version: 4.2.1
···
39
39
specifier: ^1.2.2
40
40
version: 1.2.2(@atcute/identity@1.1.3)
41
41
'@atcute/leaflet':
42
42
-
specifier: ^1.0.15
43
43
-
version: 1.0.15
42
42
+
specifier: ^1.0.16
43
43
+
version: 1.0.16
44
44
'@atcute/lexicon-doc':
45
45
specifier: ^2.0.6
46
46
version: 2.0.6
···
60
60
specifier: ^0.1.1
61
61
version: 0.1.1
62
62
'@atcute/tangled':
63
63
-
specifier: ^1.0.13
64
64
-
version: 1.0.13
63
63
+
specifier: ^1.0.14
64
64
+
version: 1.0.14
65
65
'@atcute/tid':
66
66
specifier: ^1.1.1
67
67
version: 1.1.1
···
121
121
specifier: ^4.1.18
122
122
version: 4.1.18(vite@7.3.1(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.19.2))
123
123
prettier:
124
124
-
specifier: ^3.7.4
125
125
-
version: 3.7.4
124
124
+
specifier: ^3.8.0
125
125
+
version: 3.8.0
126
126
prettier-plugin-organize-imports:
127
127
specifier: ^4.3.0
128
128
-
version: 4.3.0(prettier@3.7.4)(typescript@5.9.3)
128
128
+
version: 4.3.0(prettier@3.8.0)(typescript@5.9.3)
129
129
prettier-plugin-tailwindcss:
130
130
specifier: ^0.7.2
131
131
-
version: 0.7.2(prettier-plugin-organize-imports@4.3.0(prettier@3.7.4)(typescript@5.9.3))(prettier@3.7.4)
131
131
+
version: 0.7.2(prettier-plugin-organize-imports@4.3.0(prettier@3.8.0)(typescript@5.9.3))(prettier@3.8.0)
132
132
tailwindcss:
133
133
specifier: ^4.1.18
134
134
version: 4.1.18
···
150
150
'@atcute/atproto@3.1.10':
151
151
resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==}
152
152
153
153
-
'@atcute/bluesky@3.2.14':
154
154
-
resolution: {integrity: sha512-XlVuF55AYIyplmKvlGLlj+cUvk9ggxNRPczkTPIY991xJ4qDxDHpBJ39ekAV4dWcuBoRo2o9JynzpafPu2ljDA==}
153
153
+
'@atcute/bluesky@3.2.15':
154
154
+
resolution: {integrity: sha512-H4RW3WffjfdKvOZ9issEUQnuSR4KfuAwwJnYu0fclA9VDa99JTJ+pa8tTl9lFeBV9DINtWJAx7rdIbICoVCstQ==}
155
155
156
156
'@atcute/car@3.1.3':
157
157
resolution: {integrity: sha512-WJ13bAEt7TjDMVi09ubjLtvhdljbWInGm9Kfy7Y6NhrmiyC/aZYaA/zHX/bHI6xv1c/h3SQduWqxOr4ae49eqA==}
158
158
159
159
-
'@atcute/car@5.0.0':
160
160
-
resolution: {integrity: sha512-OIY2xTXv8lSpZsDSn/UYQtJSMvDw5Hi4Q+uyvmiqSM+fht08QRAEq/nxa5YFciPZ3nfDFnZ3//EgJw7QhkSXLQ==}
159
159
+
'@atcute/car@5.1.0':
160
160
+
resolution: {integrity: sha512-W9axHVrwIkZJaeN/VQ1LyyU3b95wHBjQnrREouxygvmvWd1lmjFvF8Si8b0AG0VkWJ6h7h6qhOeUATynBzBFIg==}
161
161
162
162
-
'@atcute/cbor@2.2.8':
163
163
-
resolution: {integrity: sha512-UzOAN9BuN6JCXgn0ryV8qZuRJUDrNqrbLd6EFM8jc6RYssjRyGRxNy6RZ1NU/07Hd8Tq/0pz8+nQiMu5Zai5uw==}
162
162
+
'@atcute/cbor@2.3.0':
163
163
+
resolution: {integrity: sha512-7G2AndkfYzIXMBOBqUPUWP6oIJJm77KY5nYzS4Mr5NNxnmnrBrXEQqp+seCE3X5TV8FUSWQK5YRTU87uPjafMQ==}
164
164
165
165
-
'@atcute/cid@2.3.0':
166
166
-
resolution: {integrity: sha512-1SRdkTuMs/l5arQ+7Ag0F7JAueZqtzYE0d2gmbkuzi8EPweNU1kYlQs0CE4dSd81YF8PMDTOQty0K2ATq9CW9g==}
165
165
+
'@atcute/cid@2.4.0':
166
166
+
resolution: {integrity: sha512-6+5u9MpUrgSRQ94z7vaIX4BYk8fYr2KXUBS+rrr2NhlPy8xam8nbTlmd3hvBbtpSwShbhRAE4tA5Ab7eYUp2Yw==}
167
167
168
168
'@atcute/client@4.2.1':
169
169
resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==}
···
182
182
'@atcute/identity@1.1.3':
183
183
resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==}
184
184
185
185
-
'@atcute/leaflet@1.0.15':
186
186
-
resolution: {integrity: sha512-soA4jGsY0UxTar8rhtfQNYFXPI+qoQGgjpeMKJaO8ZCBBMRoo4OU9gsFJpUm/BYSocOBvvWSq2GV9pYEgUehTw==}
185
185
+
'@atcute/leaflet@1.0.16':
186
186
+
resolution: {integrity: sha512-YS0+93C+bG2AlB1M5Cvf8v7GMnP/67l5G+RUQQltXydqugcAEW6ZgasXN/ZlsTJJl5tdWBTS4HsRYwdS576SkA==}
187
187
188
188
'@atcute/lexicon-doc@2.0.6':
189
189
resolution: {integrity: sha512-iDYJkuom+tIw3zIvU1ggCEVFfReXKfOUtIhpY2kEg2kQeSfMB75F+8k1QOpeAQBetyWYmjsHqBuSUX9oQS6L1Q==}
···
209
209
'@atcute/repo@0.1.1':
210
210
resolution: {integrity: sha512-P5aWjt3bvcquUkUmGPslF0naAfLGRHse5Qdz9/RJYrFuoH0iiEMyRnW6M+3ksOe20GPsMnbq71WbzzFkRFPBtg==}
211
211
212
212
-
'@atcute/tangled@1.0.13':
213
213
-
resolution: {integrity: sha512-K95jmjDXl/f1FFzOJkk07ibNbFsPmn64sdrMACxQmUibO9WcfSjzjZLPXuH6WHFnCNtIBG3x1FQ7ndQgLoZAmw==}
212
212
+
'@atcute/tangled@1.0.14':
213
213
+
resolution: {integrity: sha512-vOJuFUCI/dova2OL5kPFgMzYLFyzFNzxxLCvtPvukgcr7ZIm4qLGkNHdVg3Jk8c0bknULe0pJnaCKUTWA1VPdA==}
214
214
215
215
'@atcute/tid@1.1.1':
216
216
resolution: {integrity: sha512-djJ8UGhLkTU5V51yCnBEruMg35qETjWzWy5sJG/2gEOl2Gd7rQWHSaf+yrO6vMS5EFA38U2xOWE3EDUPzvc2ZQ==}
···
1381
1381
prettier-plugin-svelte:
1382
1382
optional: true
1383
1383
1384
1384
-
prettier@3.7.4:
1385
1385
-
resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
1384
1384
+
prettier@3.8.0:
1385
1385
+
resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==}
1386
1386
engines: {node: '>=14'}
1387
1387
hasBin: true
1388
1388
···
1457
1457
engines: {node: '>=14.17'}
1458
1458
hasBin: true
1459
1459
1460
1460
-
ufo@1.6.2:
1461
1461
-
resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==}
1460
1460
+
ufo@1.6.3:
1461
1461
+
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
1462
1462
1463
1463
undici-types@6.21.0:
1464
1464
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
···
1558
1558
dependencies:
1559
1559
'@atcute/lexicons': 1.2.6
1560
1560
1561
1561
-
'@atcute/bluesky@3.2.14':
1561
1561
+
'@atcute/bluesky@3.2.15':
1562
1562
dependencies:
1563
1563
'@atcute/atproto': 3.1.10
1564
1564
'@atcute/lexicons': 1.2.6
1565
1565
1566
1566
'@atcute/car@3.1.3':
1567
1567
dependencies:
1568
1568
-
'@atcute/cbor': 2.2.8
1569
1569
-
'@atcute/cid': 2.3.0
1568
1568
+
'@atcute/cbor': 2.3.0
1569
1569
+
'@atcute/cid': 2.4.0
1570
1570
'@atcute/uint8array': 1.0.6
1571
1571
'@atcute/varint': 1.0.3
1572
1572
yocto-queue: 1.2.2
1573
1573
1574
1574
-
'@atcute/car@5.0.0':
1574
1574
+
'@atcute/car@5.1.0':
1575
1575
dependencies:
1576
1576
-
'@atcute/cbor': 2.2.8
1577
1577
-
'@atcute/cid': 2.3.0
1576
1576
+
'@atcute/cbor': 2.3.0
1577
1577
+
'@atcute/cid': 2.4.0
1578
1578
'@atcute/uint8array': 1.0.6
1579
1579
'@atcute/varint': 1.0.3
1580
1580
1581
1581
-
'@atcute/cbor@2.2.8':
1581
1581
+
'@atcute/cbor@2.3.0':
1582
1582
dependencies:
1583
1583
-
'@atcute/cid': 2.3.0
1583
1583
+
'@atcute/cid': 2.4.0
1584
1584
'@atcute/multibase': 1.1.6
1585
1585
'@atcute/uint8array': 1.0.6
1586
1586
1587
1587
-
'@atcute/cid@2.3.0':
1587
1587
+
'@atcute/cid@2.4.0':
1588
1588
dependencies:
1589
1589
'@atcute/multibase': 1.1.6
1590
1590
'@atcute/uint8array': 1.0.6
···
1602
1602
1603
1603
'@atcute/did-plc@0.3.1':
1604
1604
dependencies:
1605
1605
-
'@atcute/cbor': 2.2.8
1606
1606
-
'@atcute/cid': 2.3.0
1605
1605
+
'@atcute/cbor': 2.3.0
1606
1606
+
'@atcute/cid': 2.4.0
1607
1607
'@atcute/crypto': 2.3.0
1608
1608
'@atcute/identity': 1.1.3
1609
1609
'@atcute/lexicons': 1.2.6
···
1624
1624
'@atcute/lexicons': 1.2.6
1625
1625
'@badrap/valita': 0.4.6
1626
1626
1627
1627
-
'@atcute/leaflet@1.0.15':
1627
1627
+
'@atcute/leaflet@1.0.16':
1628
1628
dependencies:
1629
1629
'@atcute/atproto': 3.1.10
1630
1630
'@atcute/lexicons': 1.2.6
···
1657
1657
1658
1658
'@atcute/mst@0.1.1':
1659
1659
dependencies:
1660
1660
-
'@atcute/cbor': 2.2.8
1661
1661
-
'@atcute/cid': 2.3.0
1660
1660
+
'@atcute/cbor': 2.3.0
1661
1661
+
'@atcute/cid': 2.4.0
1662
1662
'@atcute/uint8array': 1.0.6
1663
1663
1664
1664
'@atcute/multibase@1.1.6':
···
1678
1678
1679
1679
'@atcute/repo@0.1.1':
1680
1680
dependencies:
1681
1681
-
'@atcute/car': 5.0.0
1682
1682
-
'@atcute/cbor': 2.2.8
1683
1683
-
'@atcute/cid': 2.3.0
1681
1681
+
'@atcute/car': 5.1.0
1682
1682
+
'@atcute/cbor': 2.3.0
1683
1683
+
'@atcute/cid': 2.4.0
1684
1684
'@atcute/crypto': 2.3.0
1685
1685
'@atcute/lexicons': 1.2.6
1686
1686
'@atcute/mst': 0.1.1
1687
1687
'@atcute/uint8array': 1.0.6
1688
1688
1689
1689
-
'@atcute/tangled@1.0.13':
1689
1689
+
'@atcute/tangled@1.0.14':
1690
1690
dependencies:
1691
1691
'@atcute/atproto': 3.1.10
1692
1692
'@atcute/lexicons': 1.2.6
···
2207
2207
'@skyware/firehose@0.5.2':
2208
2208
dependencies:
2209
2209
'@atcute/car': 3.1.3
2210
2210
-
'@atcute/cbor': 2.2.8
2210
2210
+
'@atcute/cbor': 2.3.0
2211
2211
nanoevents: 9.1.0
2212
2212
2213
2213
'@solidjs/meta@0.29.4(solid-js@1.9.10)':
···
2598
2598
acorn: 8.15.0
2599
2599
pathe: 2.0.3
2600
2600
pkg-types: 1.3.1
2601
2601
-
ufo: 1.6.2
2601
2601
+
ufo: 1.6.3
2602
2602
2603
2603
modern-tar@0.7.3: {}
2604
2604
···
2649
2649
picocolors: 1.1.1
2650
2650
source-map-js: 1.2.1
2651
2651
2652
2652
-
prettier-plugin-organize-imports@4.3.0(prettier@3.7.4)(typescript@5.9.3):
2652
2652
+
prettier-plugin-organize-imports@4.3.0(prettier@3.8.0)(typescript@5.9.3):
2653
2653
dependencies:
2654
2654
-
prettier: 3.7.4
2654
2654
+
prettier: 3.8.0
2655
2655
typescript: 5.9.3
2656
2656
2657
2657
-
prettier-plugin-tailwindcss@0.7.2(prettier-plugin-organize-imports@4.3.0(prettier@3.7.4)(typescript@5.9.3))(prettier@3.7.4):
2657
2657
+
prettier-plugin-tailwindcss@0.7.2(prettier-plugin-organize-imports@4.3.0(prettier@3.8.0)(typescript@5.9.3))(prettier@3.8.0):
2658
2658
dependencies:
2659
2659
-
prettier: 3.7.4
2659
2659
+
prettier: 3.8.0
2660
2660
optionalDependencies:
2661
2661
-
prettier-plugin-organize-imports: 4.3.0(prettier@3.7.4)(typescript@5.9.3)
2661
2661
+
prettier-plugin-organize-imports: 4.3.0(prettier@3.8.0)(typescript@5.9.3)
2662
2662
2663
2663
-
prettier@3.7.4: {}
2663
2663
+
prettier@3.8.0: {}
2664
2664
2665
2665
resolve-pkg-maps@1.0.0:
2666
2666
optional: true
···
2756
2756
2757
2757
typescript@5.9.3: {}
2758
2758
2759
2759
-
ufo@1.6.2: {}
2759
2759
+
ufo@1.6.3: {}
2760
2760
2761
2761
undici-types@6.21.0: {}
2762
2762
+1
-5
src/components/dropdown.tsx
···
72
72
);
73
73
};
74
74
75
75
-
export const ActionMenu = (props: {
76
76
-
label: string;
77
77
-
icon: string;
78
78
-
onClick: () => void;
79
79
-
}) => {
75
75
+
export const ActionMenu = (props: { label: string; icon: string; onClick: () => void }) => {
80
76
const ctx = useContext(MenuContext);
81
77
82
78
return (