Commit 7af580e
feat(frontend): add binary-units info tooltip to custom amount selector
Add a small ⓘ icon next to the MB/GB/TB toggle on the custom amount
screen. Hovering reveals a tooltip that explains binary storage sizing
accurately and in plain language:
- "We use binary units — like most storage hardware"
- 1 GB = 1,024 MB (not 1,000)
- 1 TB = 1,024 GB (not 1,000)
- Note that some systems use 1 GB = 1,000 MB, so numbers may differ
Users who don't care see only a subtle muted icon; curious users get
the full picture without cluttering the UI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 377c55d commit 7af580e
1 file changed
Lines changed: 20 additions & 1 deletion
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
226 | 245 | | |
227 | 246 | | |
228 | 247 | | |
| |||
0 commit comments