mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
vueui: full-id, css changes and add "currentSnapshot" prop to timeline
This commit is contained in:
parent
da5707d7e9
commit
0d5fc7034c
File diff suppressed because one or more lines are too long
@ -23,6 +23,7 @@
|
|||||||
v-if="currentPeriod"
|
v-if="currentPeriod"
|
||||||
:period="currentPeriod"
|
:period="currentPeriod"
|
||||||
:highlight="timelineHighlight"
|
:highlight="timelineHighlight"
|
||||||
|
:current-snapshot="currentSnapshot"
|
||||||
@goto-period="gotoPeriod"
|
@goto-period="gotoPeriod"
|
||||||
></Timeline>
|
></Timeline>
|
||||||
</div>
|
</div>
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
import { PywbPeriod } from "../model.js";
|
import { PywbPeriod } from "../model.js";
|
||||||
|
|
||||||
export default{
|
export default{
|
||||||
props: ["period", "highlight"],
|
props: ["period", "currentSnapshot", "highlight"],
|
||||||
data: function() {
|
data: function() {
|
||||||
return {
|
return {
|
||||||
highlightPeriod: null,
|
highlightPeriod: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user