Skip to content

indexeddb unique index fix #3091

indexeddb unique index fix

indexeddb unique index fix #3091

Triggered via push January 4, 2024 22:18
Status Failure
Total duration 1m 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
lint: src/js/nostr/IndexedDB.ts#L26
Replace `"++id,·pubkey,·kind,·created_at,·[pubkey+kind]"` with `'++id,·pubkey,·kind,·created_at,·[pubkey+kind]'`
lint: src/js/nostr/IndexedDB.ts#L27
Replace `"&[type+value+eventId],·[type+value],·eventId"` with `'&[type+value+eventId],·[type+value],·eventId'`
lint: src/js/views/NetworkGraph.tsx#L132
Insert `······`
lint: src/js/views/NetworkGraph.tsx#L182
Replace `·class="btn·btn-primary"·onClick={()·=>·{·setOpen(true);·refreshData();·}}` with `⏎··········class="btn·btn-primary"⏎··········onClick={()·=>·{⏎············setOpen(true);⏎············refreshData();⏎··········}}⏎········`
lint: src/js/views/NetworkGraph.tsx#L188
Replace `·class="absolute·top-6·right-6·z-30·btn·hover:bg-gray-900"·onClick={()·=>·setOpen(false)}>X` with `⏎············class="absolute·top-6·right-6·z-30·btn·hover:bg-gray-900"⏎············onClick={()·=>·setOpen(false)}⏎··········>⏎············X⏎··········`
lint: src/js/views/NetworkGraph.tsx#L196
Replace `·class={`btn·bg-gray-900·py-4·h-auto·flex-col·${isSelected·?·'bg-gray-600·hover:bg-gray-600'·:·'hover:bg-gray-800'}`}·onClick={()·=>·isSelected·||·updateConfig({·showDistance:·i·})·}` with `⏎····················class={`btn·bg-gray-900·py-4·h-auto·flex-col·${⏎······················isSelected·?·'bg-gray-600·hover:bg-gray-600'·:·'hover:bg-gray-800'⏎····················}`}⏎····················onClick={()·=>·isSelected·||·updateConfig({·showDistance:·i·})}⏎··················`
lint: src/js/views/NetworkGraph.tsx#L217
Replace `·graphConfig.direction·===·Direction.OUTBOUND·?·'Outbound'·:·'All'·}` with `graphConfig.direction·===·Direction.OUTBOUND·?·'Outbound'·:·'All'}{'·'}⏎·············`
lint: src/js/views/settings/SocialNetwork.tsx#L10
Replace `"../NetworkGraph"` with `'../NetworkGraph'`
lint
Process completed with exit code 1.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
bench
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/