Commit 7a1531b
committed
feat: Profile read view, QR PNG copy, permission styling, Safari/iOS builds, GitHub Pages
- Add profile read-only view with npub/nsec display and toggle
- Add QR code Copy as PNG button (creates card with profile name)
- Fix Chrome MV3 async message passing (getNpub, getNsec, generatePrivateKey)
- Fix savePrivateKey bytesToHex error for nsec keys
- Fix CSP violations - remove inline onclick handlers
- Fix vault/api-keys relayInfo undefined error
- Improve permission page styling with modern card layout
- Make options pages open in same tab (no tab clutter)
- Add close buttons to all options pages
- Rename options.html to full_settings.html
- Rename default profile to 'Default Nostr Profile'
- Add bottom sheet permission UI (falls back to tab)
- Update build.js to copy source files for Xcode
- Create GitHub Pages landing page in docs/
- Update README with new features and planned TODOs
- Transfer repo to HumanjavaEnterprises org1 parent d8782d1 commit 7a1531b
133 files changed
Lines changed: 112101 additions & 908 deletions
File tree
- apple
- NostrKey.xcodeproj
- project.xcworkspace/xcuserdata/vveerrgg.xcuserdatad
- xcuserdata/vveerrgg.xcuserdatad/xcschemes
- distros
- chrome
- api-keys
- event_history
- experimental
- images
- permission
- vault
- safari
- api-keys
- event_history
- experimental
- images
- permission
- vault
- docs
- scripts
- src
- api-keys
- event_history
- experimental
- images
- permission
- utilities
- vault
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
65 | 76 | | |
66 | 77 | | |
67 | 78 | | |
| |||
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
89 | | - | |
| 100 | + | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
| |||
290 | 286 | | |
291 | 287 | | |
292 | 288 | | |
293 | | - | |
294 | 289 | | |
295 | 290 | | |
296 | 291 | | |
| |||
315 | 310 | | |
316 | 311 | | |
317 | 312 | | |
| 313 | + | |
318 | 314 | | |
319 | 315 | | |
320 | 316 | | |
| |||
794 | 790 | | |
795 | 791 | | |
796 | 792 | | |
797 | | - | |
| 793 | + | |
798 | 794 | | |
799 | 795 | | |
800 | 796 | | |
| |||
825 | 821 | | |
826 | 822 | | |
827 | 823 | | |
828 | | - | |
| 824 | + | |
829 | 825 | | |
830 | 826 | | |
831 | 827 | | |
| |||
859 | 855 | | |
860 | 856 | | |
861 | 857 | | |
862 | | - | |
| 858 | + | |
863 | 859 | | |
864 | 860 | | |
865 | 861 | | |
| |||
900 | 896 | | |
901 | 897 | | |
902 | 898 | | |
903 | | - | |
| 899 | + | |
904 | 900 | | |
905 | 901 | | |
906 | 902 | | |
| |||
942 | 938 | | |
943 | 939 | | |
944 | 940 | | |
945 | | - | |
| 941 | + | |
946 | 942 | | |
947 | 943 | | |
948 | 944 | | |
| |||
975 | 971 | | |
976 | 972 | | |
977 | 973 | | |
978 | | - | |
| 974 | + | |
979 | 975 | | |
980 | 976 | | |
981 | 977 | | |
| |||
1007 | 1003 | | |
1008 | 1004 | | |
1009 | 1005 | | |
| 1006 | + | |
1010 | 1007 | | |
1011 | 1008 | | |
1012 | 1009 | | |
1013 | | - | |
| 1010 | + | |
1014 | 1011 | | |
1015 | 1012 | | |
1016 | 1013 | | |
| |||
1043 | 1040 | | |
1044 | 1041 | | |
1045 | 1042 | | |
| 1043 | + | |
1046 | 1044 | | |
1047 | 1045 | | |
1048 | 1046 | | |
1049 | | - | |
| 1047 | + | |
1050 | 1048 | | |
1051 | 1049 | | |
1052 | 1050 | | |
| |||
Binary file not shown.
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
194 | | - | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments