Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Graph
710977f5b82ee13da49e678ed638f30b63a6caad
Select Git revision
Branches
17
advertisement
automagic
dbp-translation-component
demo
protected
demo-file-handling
favorites-and-recent-files
icon-set-mapping
lit2
main
default
protected
person-select-custom
port-i18next-parser
publish
remove-sentry
renovate/lock-file-maintenance
revert-6c632dc6
wc-part
wip-cleanup
17 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Oct
22
21
20
19
15
14
13
12
7
6
5
30
Sep
29
28
25
23
21
9
8
7
1
31
Aug
26
25
24
19
18
17
13
12
11
10
6
5
4
28
Jul
22
20
16
15
14
8
7
6
2
Add File link
Move the QR detection out of the redraw loop
Add qr-scanner as an alternative backend
Draw into a temporary canvas first and then copy it to the DOM one
Use async-mutex to avoid start/stop being racy
Don't hardcode the icon path
Make tick() an arrow function
Inline sendUrl
Make stopScanning() async as well
Cleanup comments
Instead fo scrolling emit an event after the image is drawn
Move the video element creation into its own function
Make some properties private and remove unused ones
Don't change the DOM directly
Don't handle stopping of the stream in the main loop
Add tls certs to gitignore
qr-code-scanner: detect language changes
Make the event name shorter and send an object instead of just the data
Resent the data event if there is no code found
Always emit the code event
Always enable the mask
Don't hardcode the clip border width
Replace the show-ok property with a regex that needs to match the QR code
Instead of drawing around the QR code draw around the clip mask
Only extract the image data when we need it
Reduce scan count to three times a second
Only extract the image data once in the clipping case.
Only emit an event if we get a new code
Don't modify the dom directly when changin the loading message.
Rename qrCodeScannerInit to startScanning
Convert qrCodeScannerInit() to an async function
Fix a race when starting the scanner multiple times
Revert "Properly cancel all queued callbacks when stopping"
Reduce scan count to three times a second
wip-cleanup
wip-cleanup
Only extract the image data once in the clipping case.
Only emit an event if we get a new code
Don't modify the dom directly when changin the loading message.
Rename qrCodeScannerInit to startScanning
Convert qrCodeScannerInit() to an async function
Fix a race when starting the scanner multiple times
Loading