diff --git a/frontend/src/documents/DocumentsTable.jsx b/frontend/src/documents/DocumentsTable.jsx index 69059c3..26993b0 100644 --- a/frontend/src/documents/DocumentsTable.jsx +++ b/frontend/src/documents/DocumentsTable.jsx @@ -276,29 +276,7 @@ const DocumentsTable = ({ >
- +

{currentFolderName}

{showingSearchResults && (
Search results
)} diff --git a/frontend/src/skeuomorphic_ws.jsx b/frontend/src/skeuomorphic_ws.jsx index cdc1d95..1926b6b 100644 --- a/frontend/src/skeuomorphic_ws.jsx +++ b/frontend/src/skeuomorphic_ws.jsx @@ -1489,29 +1489,11 @@ const SkeuomorphicWorkspace = ({ [queueFocusCanvas, handleTagDragEnd, onRemoveTagFromDocument, updateRemovalCursor], ); - const renderBreadcrumbs = () => { - if (!breadcrumbs.length) return null; - return ( - - ); - }; - return (

{currentFolderName}

- {renderBreadcrumbs()} {showingSearchResults && Showing search results}
diff --git a/frontend/src/styles.css b/frontend/src/styles.css index e0ff320..9f3199f 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -665,39 +665,6 @@ button.danger:hover:not([disabled]) { gap: 0.3rem; } -.breadcrumb { - display: flex; - align-items: center; - gap: 0.3rem; - font-size: 0.85rem; - color: var(--muted); -} - -.breadcrumb-item { - display: inline-flex; - align-items: center; - gap: 0.3rem; -} - -.breadcrumb-item a { - text-decoration: none; - color: var(--accent); -} - -.breadcrumb-item a:hover, -.breadcrumb-item a:focus { - text-decoration: underline; -} - -.breadcrumb-current { - font-weight: 600; - color: var(--fg); -} - -.breadcrumb-separator { - color: var(--muted); -} - .column-header h2 { margin: 0; font-size: 0.9rem;