classifier/js/tree.js was inserting a <div class="empty-state">No folders found</div> inside the folder-tree pane when the tree was empty. That conflicted with the shared .empty-state rule promoted in the previous commit — which expects an outer flex container with a child .empty-state__inner card, used for the top-level welcome overlay. The two usages aren't the same thing semantically (one is the welcome screen; one is a tiny inline "list is empty" placeholder inside the folder tree). Rename the inline one to .tree-empty to remove the collision. The spreadsheet.css rule that targeted the old class is renamed to match; same padding/text-align/color. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.js | ||
| excel.js | ||
| filter.js | ||
| preview.js | ||
| resize.js | ||
| scanner.js | ||
| selection.js | ||
| sort.js | ||
| spreadsheet.js | ||
| store.js | ||
| tree.js | ||
| utils.js | ||
| validator.js | ||