Commit 7825b3c
enhance: Show codec names in table preview instead of =BLOB=
- Raw blobs (no codec) now show "bytes"
- Raw json (no codec) shows "json"
- Codec fields show "<codec_name>" (e.g., <blob>, <hash>, <object>)
- HTML output properly escapes angle brackets for browser display
- Improves clarity when viewing table contents
Example output:
*id raw_blob blob_data json_data
1 bytes <blob> json
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 78f4d0c commit 7825b3c
1 file changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
| |||
55 | 70 | | |
56 | 71 | | |
57 | 72 | | |
58 | | - | |
| 73 | + | |
59 | 74 | | |
60 | 75 | | |
61 | 76 | | |
| |||
72 | 87 | | |
73 | 88 | | |
74 | 89 | | |
75 | | - | |
| 90 | + | |
76 | 91 | | |
77 | 92 | | |
78 | 93 | | |
| |||
113 | 128 | | |
114 | 129 | | |
115 | 130 | | |
116 | | - | |
| 131 | + | |
117 | 132 | | |
118 | 133 | | |
119 | 134 | | |
| |||
0 commit comments