Skip to content

Commit 4c3d954

Browse files
committed
cleanup and optimization of threads code
1 parent 3ab8655 commit 4c3d954

13 files changed

Lines changed: 631 additions & 953 deletions

File tree

app/src/components/Collocation.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@
9494
@field-selected="onSimilarFieldSelected"
9595
@pivot-to-compare="pivotToCompare" />
9696

97-
<ThreadTimeline v-if="mode === 'timeSeries'" ref="threadTimelineRef"
98-
:biblio="biblio" :results-length="resultsLength" />
97+
<ThreadTimeline v-if="mode === 'timeSeries'" ref="threadTimelineRef" />
9998

100-
<WordMap v-if="mode === 'wordMap'" ref="wordMapRef"
101-
:biblio="biblio" :results-length="resultsLength" />
99+
<WordMap v-if="mode === 'wordMap'" ref="wordMapRef" />
102100
</div>
103101
</div>
104102
</template>

app/src/components/collocation/PhaseTimeline.vue

Lines changed: 0 additions & 326 deletions
This file was deleted.

0 commit comments

Comments
 (0)