Make it possible to click on either map to choose a pool

This commit is contained in:
Eli Ribble 2026-04-16 04:47:41 +00:00
parent 259960cf45
commit e1f3c93a1d
No known key found for this signature in database
6 changed files with 34 additions and 22 deletions

View file

@ -62,16 +62,13 @@ body {
<ThreeColumn>
<template #left>
<ReviewPoolColumnList
v-show="storeReviewTask.all"
@doSelectTask="selectTask"
:error="error"
:loading="!!storeReviewTask.all()"
:selectedTaskID="selectedTaskID"
:tasks="storeReviewTask.all()"
:total="totalPending"
/>
<div v-show="!storeReviewTask.all">
<p>Loading</p>
</div>
</template>
<template #center>
<ReviewPoolColumnDetail