Commit Graph

24 Commits

Author SHA1 Message Date
Marvin Sextro d205444659 Try to fix buttons 2022-01-10 04:04:29 +01:00
Marvin Sextro 931b0806f9 Scroll down after successful pass creation 2021-12-29 01:11:13 +01:00
Marvin Sextro 64f473d214 Added QR code viewer and fixed button behavior 2021-12-27 19:06:31 +01:00
Marvin Sextro d1da98a9e4 Improve add to wallet button 2021-12-25 23:58:45 +01:00
Marvin Sextro 8746d3c400 Fix translation source 2021-12-02 03:57:00 +01:00
Marvin Sextro c12e0f5d2e Add translations for the share button 2021-12-02 03:45:02 +01:00
Marvin Sextro be72026d54 Add share and support buttons 2021-12-02 03:06:24 +01:00
Marvin Sextro 22c00b4052 Added browser warning and minor layout and content improvements 2021-12-02 01:02:20 +01:00
iBobo 1949060709
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>
2021-09-03 14:05:18 +02:00
Marvin Sextro bf78668285 Minor layout fix 2021-07-31 02:11:15 +02:00
Marvin Sextro 4b65d82f74 Improve color selector 2021-07-29 00:02:51 +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 d46f711b59 Add short version of privacy policy 2021-07-27 03:09:51 +02:00
Marvin Sextro 4eb2dda807 Simplify error handling 2021-07-25 02:32:28 +02:00
Marvin Sextro dc01566096 Try other option for camera error 2021-07-25 02:25:39 +02:00
Marvin Sextro d93801501e Error to enforce Safari 2021-07-25 02:14:09 +02:00
Marvin Sextro 36e080cb35 Handle camera errors 2021-07-25 01:53:02 +02:00
Marvin Sextro f291dcb766 Differentiate camera access and permissions 2021-07-25 01:37:58 +02:00
Marvin Sextro af77280202 Improve pass fields and add fallback romanization 2021-07-25 01:19:10 +02:00
Marvin Sextro 8e38eb3550 Add camera access error message 2021-07-24 22:56:42 +02:00
Marvin Sextro d37d6f8f55 Use routed links 2021-07-03 13:33:12 +02:00
Marvin Sextro e9b2ccb6a8 Prepare for localization 2021-07-02 20:55:26 +02:00
Hauke Tönjes 98b01068d2
Fixed zip creation Bug
- Using do-not-zip
- Added loading Animation while creating pass
2021-07-01 01:27:17 +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