1
0
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:
Ivan Velev 2021-09-20 12:16:00 -07:00
parent da5707d7e9
commit 0d5fc7034c
3 changed files with 16 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,7 @@
v-if="currentPeriod"
:period="currentPeriod"
:highlight="timelineHighlight"
:current-snapshot="currentSnapshot"
@goto-period="gotoPeriod"
></Timeline>
</div>

View File

@ -54,7 +54,7 @@
import { PywbPeriod } from "../model.js";
export default{
props: ["period", "highlight"],
props: ["period", "currentSnapshot", "highlight"],
data: function() {
return {
highlightPeriod: null,