mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Equalize cards in watch history + preferences
This commit is contained in:
@@ -63,6 +63,11 @@ export default {
|
||||
type: 'bool',
|
||||
default: true
|
||||
},
|
||||
{
|
||||
id: 'skipToLastPoint',
|
||||
type: 'bool',
|
||||
default: true
|
||||
},
|
||||
{
|
||||
id: 'homepage',
|
||||
type: 'select',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</v-row>
|
||||
<v-row v-for="(chunk, chunkId) in chunkedByFour" :key="chunkId">
|
||||
<v-col md="3" v-for="doc in chunk" :key="doc._id">
|
||||
<VideoItem :video="doc.video" :src-progress="doc.progress">
|
||||
<VideoItem :video="doc.video" :src-progress="doc.progress" max-height>
|
||||
<ExpandableDate :date="doc.timestamp">
|
||||
Watched
|
||||
</ExpandableDate>
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
"feedColumns": "Count of Columns in Feed Pages",
|
||||
"sponsorblock": "Enable Sponsorblock",
|
||||
"selectedSkip": "Segments to Skip",
|
||||
"skipToLastPoint": "Skip to the last watched point when encountering a video already seen",
|
||||
"disableLBRY": "Disable LBRY",
|
||||
"proxyLBRY": "Proxy LBRY videos",
|
||||
"playerAutoplay": "Autoplay Video",
|
||||
|
||||
Reference in New Issue
Block a user