Commit 6606a2f
ux: clickable mini-profile avatar (View Profile shortcut) + lock images
- Avatar now opens the full profile screen on click — same effect as the
button, just a quicker path. Hover scales up slightly to advertise the
affordance, active scales down for tactile feedback.
- Banner and avatar images are locked: draggable=false on the elements,
user-select: none + -webkit-user-drag: none on their containers, and
pointer-events: none on the inner imgs so the click bubbles to the
avatar wrapper instead of being absorbed by the picture.
- Extract `_miniProfileOpenFull(npub)` so the avatar click and the
"View Profile" button share one implementation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4057d5b commit 6606a2f
2 files changed
Lines changed: 41 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
| |||
103 | 115 | | |
104 | 116 | | |
105 | 117 | | |
| 118 | + | |
106 | 119 | | |
107 | 120 | | |
108 | 121 | | |
109 | 122 | | |
110 | 123 | | |
111 | | - | |
| 124 | + | |
| 125 | + | |
112 | 126 | | |
113 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
114 | 133 | | |
115 | 134 | | |
116 | 135 | | |
117 | 136 | | |
118 | 137 | | |
| 138 | + | |
119 | 139 | | |
120 | 140 | | |
121 | 141 | | |
| |||
198 | 218 | | |
199 | 219 | | |
200 | 220 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 221 | + | |
207 | 222 | | |
208 | 223 | | |
209 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2108 | 2108 | | |
2109 | 2109 | | |
2110 | 2110 | | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
2111 | 2115 | | |
2112 | 2116 | | |
2113 | 2117 | | |
2114 | 2118 | | |
2115 | 2119 | | |
2116 | 2120 | | |
| 2121 | + | |
| 2122 | + | |
2117 | 2123 | | |
2118 | 2124 | | |
2119 | 2125 | | |
| |||
2127 | 2133 | | |
2128 | 2134 | | |
2129 | 2135 | | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
2130 | 2147 | | |
2131 | 2148 | | |
2132 | 2149 | | |
| |||
2135 | 2152 | | |
2136 | 2153 | | |
2137 | 2154 | | |
| 2155 | + | |
| 2156 | + | |
2138 | 2157 | | |
2139 | 2158 | | |
2140 | 2159 | | |
| |||
0 commit comments