Skip to content

Commit fc9fe5e

Browse files
committed
chore: bump version to 2.10.8 and adjust UI styling for scraping settings
1 parent 24b763d commit fc9fe5e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moviepilot",
3-
"version": "2.10.7",
3+
"version": "2.10.8",
44
"private": true,
55
"type": "module",
66
"bin": "dist/service.js",

src/styles/common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ html.v-overlay-scroll-blocked body {
161161
display: flex;
162162
align-items: flex-end;
163163
justify-content: flex-end;
164-
filter: brightness(1.35) saturate(1.05);
165164
inset-block-end: 0.75rem;
166165
inset-inline-end: 1rem;
167166
pointer-events: none;

src/views/setting/AccountSettingSystem.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
14631463
</VExpansionPanelTitle>
14641464
<VExpansionPanelText>
14651465
<VRow v-for="section in scrapingConfig" :key="section.section">
1466-
<VCol cols="12" class="pb-2">
1466+
<VCol cols="12">
14671467
<VListSubheader class="text-lg">
14681468
{{ t(`setting.system.${section.section}`) }}
14691469
</VListSubheader>
@@ -1475,15 +1475,16 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
14751475
@update:model-value="ScrapingPolicies[item.key] = $event"
14761476
color="primary"
14771477
variant="tonal"
1478+
size="small"
14781479
rounded="lg"
14791480
>
1480-
<VBtn value="skip" color="error">
1481+
<VBtn value="skip" color="error" size="small">
14811482
<VIcon icon="mdi-file-remove" />
14821483
</VBtn>
1483-
<VBtn value="missingOnly" color="success">
1484+
<VBtn value="missingOnly" color="success" size="small">
14841485
<VIcon icon="mdi-file-plus" />
14851486
</VBtn>
1486-
<VBtn value="overwrite" color="primary">
1487+
<VBtn value="overwrite" color="primary" size="small">
14871488
<VIcon icon="mdi-file-replace" />
14881489
</VBtn>
14891490
</VBtnToggle>

0 commit comments

Comments
 (0)