mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +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"
|
||||
:period="currentPeriod"
|
||||
:highlight="timelineHighlight"
|
||||
:current-snapshot="currentSnapshot"
|
||||
@goto-period="gotoPeriod"
|
||||
></Timeline>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
||||
import { PywbPeriod } from "../model.js";
|
||||
|
||||
export default{
|
||||
props: ["period", "highlight"],
|
||||
props: ["period", "currentSnapshot", "highlight"],
|
||||
data: function() {
|
||||
return {
|
||||
highlightPeriod: null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user