@@ -226,6 +226,9 @@ const handleCopy = (text) => {
226226 < Icon name= " blob" size= " 12" color= " secondary" / >
227227 Select blob
228228 < / Button>
229+ < Button @click= " handleDownload" type= " secondary" size= " mini" wide>
230+ < Icon name= " download" size= " 14" color= " secondary" / >
231+ < / Button>
229232 < Button @click= " modalsStore.open('hexSettings')" size= " mini" type= " secondary" >
230233 < Icon name= " settings" size= " 12" color= " secondary" / >
231234 < / Button>
@@ -417,54 +420,47 @@ const handleCopy = (text) => {
417420 < / Flex>
418421 < / Flex>
419422
420- < Flex direction= " column" gap= " 16" >
423+ < Flex direction= " column" gap= " 8" >
424+ < Text size= " 12" weight= " 600" color= " tertiary" > Commitment < / Text >
425+ < Text
426+ size= " 12"
427+ weight= " 600"
428+ color= " secondary"
429+ selectable
430+ style= " text-overflow: ellipsis; overflow: hidden"
431+ >
432+ {{ blob .commitment }}
433+ < / Text >
434+ < / Flex>
435+
436+ < NuxtLink : to= " `/address/${metadata.signer}`" target= " _blank" >
421437 < Flex direction= " column" gap= " 8" >
422- < Text size= " 12" weight= " 600" color= " tertiary" > Commitment < / Text >
423- < Text
424- size= " 12"
425- weight= " 600"
426- color= " secondary"
427- selectable
428- style= " text-overflow: ellipsis; overflow: hidden"
429- >
430- {{ blob .commitment }}
438+ < Text size= " 12" weight= " 600" color= " tertiary" > Signer < / Text >
439+ < Text size= " 12" weight= " 600" color= " secondary" style= " text-overflow: ellipsis; overflow: hidden" >
440+ {{ metadata .signer }}
431441 < / Text >
432442 < / Flex>
443+ < / NuxtLink>
433444
434- < NuxtLink : to= " `/address/${metadata.signer}`" target= " _blank" >
435- < Flex direction= " column" gap= " 8" >
436- < Text size= " 12" weight= " 600" color= " tertiary" > Signer < / Text >
437- < Text size= " 12" weight= " 600" color= " secondary" style= " text-overflow: ellipsis; overflow: hidden" >
438- {{ metadata .signer }}
439- < / Text >
440- < / Flex>
441- < / NuxtLink>
442-
443- < NuxtLink v- if = " metadata.rollup" : to= " `/rollup/${metadata.rollup.slug}`" target= " _blank" >
444- < Flex direction= " column" gap= " 8" >
445- < Text size= " 12" weight= " 600" color= " tertiary" > Rollup < / Text >
445+ < NuxtLink v- if = " metadata.rollup" : to= " `/rollup/${metadata.rollup.slug}`" target= " _blank" >
446+ < Flex direction= " column" gap= " 8" >
447+ < Text size= " 12" weight= " 600" color= " tertiary" > Rollup < / Text >
446448
447- < Flex align= " center" gap= " 8" >
448- < Flex align= " center" justify= " center" : class = " $style.avatar_container" >
449- < img : src= " metadata.rollup.logo" : class = " $style.avatar_image" / >
450- < / Flex>
451- < Text
452- size= " 12"
453- weight= " 600"
454- color= " secondary"
455- style= " text-overflow: ellipsis; overflow: hidden"
456- >
457- {{ metadata .rollup .name }}
458- < / Text >
449+ < Flex align= " center" gap= " 8" >
450+ < Flex align= " center" justify= " center" : class = " $style.avatar_container" >
451+ < img : src= " metadata.rollup.logo" : class = " $style.avatar_image" / >
459452 < / Flex>
453+ < Text
454+ size= " 12"
455+ weight= " 600"
456+ color= " secondary"
457+ style= " text-overflow: ellipsis; overflow: hidden"
458+ >
459+ {{ metadata .rollup .name }}
460+ < / Text >
460461 < / Flex>
461- < / NuxtLink>
462- < / Flex>
463-
464- < Button @click= " handleDownload" type= " secondary" size= " small" wide>
465- < Icon name= " download" size= " 14" color= " secondary" / >
466- < Text > Download< / Text >
467- < / Button>
462+ < / Flex>
463+ < / NuxtLink>
468464 < / Flex>
469465 < / Flex>
470466
0 commit comments