Commit cbe8cde
Improve HTML reprs (#10816)
* Less vertical whitespace in HTML reprs
* ensure consistent line-height in google colab
* Refactor DataTree HTML repr
* Collapsable DataTree nodes
* more formatting
* Tweaks
* Add tests and truncation for many child nodes
* add missing DataTree.xindexes into repr
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add whats-new entry for DataTree HTML repr improvements
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix ruff PERF401: use list.extend instead of append in loop
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Adjust style per review
* Use browser default focus outline style
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 9725441 commit cbe8cde
File tree
5 files changed
+443
-156
lines changed- doc
- xarray
- core
- static/css
- tests
5 files changed
+443
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
0 commit comments