mirror of
				https://github.com/StefBuwalda/cal_counter.git
				synced 2025-10-30 19:29:59 +00:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			v0.11.0
			...
			24a1757166
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 24a1757166 | |||
| 5373d373ca | |||
|   | dca3ff7efe | ||
| 7cedd8f74d | 
| @@ -2,10 +2,10 @@ | |||||||
|  |  | ||||||
| {% block content %} | {% block content %} | ||||||
| <div class="container d-flex flex-column justify-content-start align-items-center py-4" style="min-height: 100vh;"> | <div class="container d-flex flex-column justify-content-start align-items-center py-4" style="min-height: 100vh;"> | ||||||
|     <div class="card shadow-sm w-100" style="max-width: 480px;"> |     <div class="card shadow-sm w-100"> | ||||||
|         <div class="card-body d-flex flex-column"> |         <div class="card-body d-flex flex-column"> | ||||||
|             <h5 class="card-title text-center mb-4">Item Scanner</h5> |             <h5 class="card-title text-center mb-4">Item Scanner</h5> | ||||||
|             <video id="camera" autoplay class="w-100 mb-3" style="aspect-ratio: 4/3;" muted></video> |             <video id="camera" autoplay class="w-100 mb-3" muted></video> | ||||||
|  |  | ||||||
|             <div class="mb-3"> |             <div class="mb-3"> | ||||||
|                 <label for="manualSearch" class="form-label">Or search manually</label> |                 <label for="manualSearch" class="form-label">Or search manually</label> | ||||||
|   | |||||||
| @@ -1,3 +1,7 @@ | |||||||
|  | # For Python >=3.8, importlib-metadata backport is not needed | ||||||
|  | python_version >= "3.12.10" | ||||||
|  |  | ||||||
|  | # Package requirements | ||||||
| alembic==1.16.4 | alembic==1.16.4 | ||||||
| blinker==1.9.0 | blinker==1.9.0 | ||||||
| click==8.2.1 | click==8.2.1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user