Added topm id and row number and ui changes.

This commit is contained in:
2026-02-07 19:08:13 +01:00
parent 05b073812c
commit 088734f237
11 changed files with 176 additions and 74 deletions
@@ -116,6 +116,14 @@
<v-card-text>
<v-row no-gutters>
<v-col cols="2" style="padding: 5px;">
<v-row no-gutters>
<v-text-field
v-model.trim="store.articleEdit.topm_id"
:readonly="!edit"
label="TopM ID"
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-checkbox
v-model="store.articleEdit.bio"
@@ -150,6 +158,7 @@
persistent-placeholder
persistent-hint
:readonly="!edit"
:clearable="edit"
/>
</v-row>
@@ -161,6 +170,7 @@
persistent-placeholder
persistent-hint
:readonly="!edit"
:clearable="edit"
/>
</v-row>
</v-col>
@@ -174,6 +184,7 @@
persistent-placeholder
persistent-hint
:readonly="!edit"
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
@@ -205,6 +216,7 @@
persistent-placeholder
persistent-hint
:readonly="!edit"
:clearable="edit"
/>
</v-row>
<v-row no-gutters>