diff --git a/components/files/DownloadDialog.vue b/components/files/DownloadDialog.vue index 2ec15d6..e2c5add 100644 --- a/components/files/DownloadDialog.vue +++ b/components/files/DownloadDialog.vue @@ -31,6 +31,7 @@ 'w-full rounded-md border bg-autonomi-surface px-3 py-2 text-sm text-autonomi-text focus:outline-none', filenameError ? 'border-red-500 focus:border-red-500' : 'border-autonomi-border focus:border-autonomi-blue', ]" + @input="onFilenameInput" @keyup.enter="confirm" />

{{ filenameError }}

@@ -57,17 +58,23 @@ diff --git a/pages/files.vue b/pages/files.vue index aedfd3d..02a2231 100644 --- a/pages/files.vue +++ b/pages/files.vue @@ -91,10 +91,10 @@ Cost {{ uploadSortIndicator('cost') }} - Address Date {{ uploadSortIndicator('date') }} + Address Actions @@ -134,6 +134,7 @@ + {{ file.gas_cost }} gas + {{ formatDate(file.date) }} Public {{ truncateAddress(file.public_address, 8, 6) }} - - {{ datamapBasename(file.data_map_file) }} - + + {{ datamapBasename(file.data_map_file) }} + + + {{ truncateAddress(file.address, 8, 6) }} - - {{ formatDate(file.date) }}