-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
72 lines (40 loc) · 2.12 KB
/
todo.txt
File metadata and controls
72 lines (40 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
- - - - - - - - - - - - - - - -
Misc To Do:
- add padding to all qr codes
- - - - - - - - - - - - - - - -
======== To Do: ========
- add margin to qr codes (currently only on barcodes, important for scanability)
- Wifi QR code generator / reader
- WIFI:T:WPA;S:networkname;P:passwordname;;
- link toggle button that adds or removes url params in link
- make arrow keys work with dropdown
- check if color is valid first
- popover is going over input and can't get rid of it... just make an alert myself?
- clicking checkbox doesn't toggle it, only label works
- option to print them, textarea input or file upload and make barcodes for each one
set the margin and settings and either print or make a pdf or document or image for download
- make dropdown button more accessible
- focus close btn on modal open
- links to share at bottom (similar to sharethis but less intrusive)
======== Bugs: ========
- color picker can be inaccessible
======== Maybe: ========
- wifi qr code: easy print option that opens it formatted to 8.5x11 or a4 paper, ready to print
- checkboxes to display network name and/or pass
- info modal about barcodes https://en.wikipedia.org/wiki/Barcode#Types_of_barcodes
- info modal with link to github, version number, link to email, link to donate, by justin golden, (c)
- remove option from url if it's already default option
- use atob() and btoa() to encode all info into shorter url
- history list of scanned codes below?
- scan normal barcodes too?
- info modal about qr codes and about wifi qr codes, how to use on phone
======== Aesthetic: ========
- try using tailwind css instead of bootstrap?
- update range inputs
======== Notes: ========
- no wifi info in url param: security
- if downloaded image doesn't work, sometimes right click copy and paste works to send qr codes
- might need to run "py -m http.server 4000" to host on localhost: 4000 to allow camera permission
- could make accent color red (#933), use in focus/highlight color and other places, looks good with black
problem is, red is associated with warning/danger, so be careful with design
- FIX default open or dont open qr code modal