Commit Graph

17 Commits

Author SHA1 Message Date
Marvin Sextro 64f473d214 Added QR code viewer and fixed button behavior 2021-12-27 19:06:31 +01:00
Marvin Sextro 59e079f27e Downgrade Next.js 2021-12-25 19:24:23 +01:00
Hauke Tönjes 586811c55c
Upgrade to next.js 12 2021-11-11 23:26:17 +01:00
Hauke Tönjes cc7fddb2af
Support for other image formats (#95)
* Upgrade packages (#86)

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>

* Support JPEG and other image formats; remove pngjs dependency (#93)

* Support JPEG and other image formats; remove pngjs

By using native Canvas to render images it was possible to remove
dependency on external libraries to support image formats while
supporting more formats like JPEG, GIF and WEBP for the QR image

* Constrain images to 2 Mpx

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>

* Upgrade packages

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
Co-authored-by: iBobo <andrea@bhweb.it>
2021-09-03 14:34:04 +02:00
Hauke Tönjes 11d739b473
New color selector
- Use headless-ui radio menu for the selector
- Use enum for colors
- Design is WIP
2021-07-28 14:28:45 +02:00
Marvin Sextro e9b2ccb6a8 Prepare for localization 2021-07-02 20:55:26 +02:00
Marvin Sextro 254a748895 Port decode to typescript 2021-07-01 19:49:43 +02:00
Hauke Tönjes 5054e4da54
Use uuidv4 for serialNumber instead of uvci 2021-07-01 14:05:09 +02:00
Hauke Tönjes 0aa4e32469
Transition to typescript
- Moved all logic to typescript
- Code cleanup
- Moved logic out of Form Component
2021-07-01 00:49:05 +02:00
Hauke Tönjes bae9a66464
Added missing dependency 2021-06-30 03:17:22 +02:00
Hauke Tönjes 57e08bacaf
Added QR Scan with device's camera
- Design changes regarding file selection / camera
2021-06-30 03:13:01 +02:00
Hauke Tönjes 094e7f99fa
Use next scripts to start server
- removed svg from webpack (using it directly in code)
- removed unused import in Form.js
- removed unused server.js (using next scripts)
2021-06-29 15:59:49 +02:00
Marvin Sextro 54848cb87c Add jpeg and png file types 2021-06-29 01:11:08 +02:00
Khaos Tian f4719a0014 Support manifest only signing 2021-06-27 17:29:29 -07:00
Marvin Sextro a4c6dfe70e Add Privacy policy and SEO 2021-06-26 14:22:53 +02:00
Marvin Sextro f8a7f05481 Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
Marvin Sextro 1b51a50c51 Initial commit 2021-06-25 12:18:25 +02:00