Missing minus in Shopping List UI (#688)

* Shopping list quantity decrement button -> minus

Missed being renamed when material design icons were moved
to be global variables, still used the original md name.

* Updated poetry lock to fix rdflib-jsonld error

`extruct` depends on rdflib-jsonld, which had an error involving `use_2to3`
(https://github.com/RDFLib/rdflib-jsonld/pull/105), which prevented
building.

* update poetry CI/CD Version

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Bryce Willey
2021-09-23 12:30:37 -04:00
committed by GitHub
parent 733bb77ddb
commit 97e0796af2
4 changed files with 354 additions and 276 deletions

View File

@@ -70,7 +70,7 @@
<div v-if="edit">
<v-btn x-small text class="ml-1" @click="activeList.items[index].quantity -= 1">
<v-icon>
{{ $globals.icons.mdiMinus }}
{{ $globals.icons.minus }}
</v-icon>
</v-btn>
<v-btn x-small text class="mr-1" @click="activeList.items[index].quantity += 1">