It was the only one of eleven columns with no width, so it lived on whatever slack was left once kind, label and counts-toward took theirs -- and it holds the longest text of any of them. Before label and bucket existed it also held the operation badge and the segment name, and had the room for them. Now one line with an ellipsis, the full text on hover, and unclipped in the expand panel underneath, which already renders it. w-full with max-w-0 is what lets a cell in an auto-layout table absorb the slack and still clip; with only w-full the column grows to fit and nothing truncates. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| vendor | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.