1
0
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:
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" v-if="currentPeriod"
:period="currentPeriod" :period="currentPeriod"
:highlight="timelineHighlight" :highlight="timelineHighlight"
:current-snapshot="currentSnapshot"
@goto-period="gotoPeriod" @goto-period="gotoPeriod"
></Timeline> ></Timeline>
</div> </div>

View File

@ -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,