Skip to content

Commit f3684a8

Browse files
committed
hex editor v1
1 parent e28e8e7 commit f3684a8

File tree

10 files changed

+994
-276
lines changed

10 files changed

+994
-276
lines changed

assets/styles/base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ body {
280280
}
281281

282282
.dot {
283-
width: 3px;
284-
height: 3px;
283+
min-width: 3px;
284+
min-height: 3px;
285285

286286
border-radius: 50px;
287287
background: var(--txt-tertiary);

components/modals/BlobModal.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,16 @@ const handlePreviewContent = () => {
313313
</Flex>
314314

315315
<Flex align="center" gap="8" :class="$style.buttons">
316+
<Button
317+
:link="`/blob?commitment=${cacheStore.selectedBlob.commitment}&hash=${cacheStore.selectedBlob.hash}&height=${cacheStore.selectedBlob.height}`"
318+
target="_blank"
319+
type="secondary"
320+
size="small"
321+
>
322+
Open Hex Viewer
323+
<Icon name="arrow-narrow-up-right" size="12" color="tertiary" />
324+
</Button>
325+
316326
<Button @click="handleDownload" type="secondary" size="small" :disabled="isLoading">
317327
<Icon name="download" size="14" color="secondary" />
318328

0 commit comments

Comments
 (0)