- Nov 09, 2020
-
-
Reiter, Christoph authored
While this shouldn't make a difference because the callback should only be called when the token is about to be expiring there is no reason to keep the old token around. Just force a refresh always
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
Rename component to dbp-check-in-place-select (#34) See merge request !5
-
-
- Nov 05, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Add anew one since this adds some default padding and I don't want to break existing layouts by changing the normal button. If we figure out a way to keep the layout the same without changing the padding then we can merge things back. Also align the mini spinner a bit better with text
-
Bekerle, Patrizio authored
-
Reiter, Christoph authored
Because we now use scoped elements and we looked for the static name instead of the dynamically generated one in the DOM.
-
- Nov 04, 2020
-
-
Bekerle, Patrizio authored
-
- Nov 03, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We already do all this in createVideoElement
-
Reiter, Christoph authored
We no logner use that library and the "qr-scanner" altternative turned out to be better, so remove it completely.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 28, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Tögl, Christina authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 27, 2020
-
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
-
- Oct 26, 2020
-
-
Bekerle, Patrizio authored
-
- Oct 22, 2020
-
-
Reiter, Christoph authored
We now queue it and in the callback check if the scan is still active, and go from there. This means we redraw all the time and detect mostly in the background. This results in worse perf with the old library since that isn't async, but we can always revert if needed.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This allows the detection to be async and pasue execution between capturing the image, analyzing it and then finally drawing it.
-
Reiter, Christoph authored
With both being async it's hard to follow what would happen if both run at the same time, so just prevent it and serialize start/stopping instead.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
so 'this' is the same
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This lets the user decide what to do (like scrolling)
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-