Skip to content

Conversation

@Natwar589
Copy link
Collaborator

No description provided.

refactor: standardize table cell width constraints and improve hover state display

- Add min-width and max-width constraints to created_by, updated_by, and timestamp cells for consistent sizing
- Change hover state display from inline to block with truncate for better text overflow handling
- Update title attributes on hover states to show formatted dates instead of user names for better UX
- Add text-xs class to hover state timestamps for improved readability
- Remove flex-1 class from user
refactor: consolidate knowledge base pages and add command palette integration

- Remove duplicate hippo knowledge base page implementation
- Migrate main knowledge base page from old file-based system to collection-based architecture
- Add search params handling for command palette deep linking to collections and resources
- Implement auto-expand and highlight for filtered collections/resources from command palette
- Add search functionality with filteredCollections state management
- Update
feat: migrate knowledge base from doc_ids to collection/resource architecture

- Add support for new knowledge_base format with collection_id and resource_ids structure
- Maintain backward compatibility with legacy doc_ids format in PublishVersionDataComparisonView and KnowledgebaseList
- Add collection expansion/collapse functionality with ChevronRightIcon for viewing resources
- Implement separate add/delete handlers for collections and individual resources
- Add getResourcesForCollectionAction
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 5, 2026

Deploying ai-middleware with  Cloudflare Pages  Cloudflare Pages

Latest commit: be2ee31
Status: ✅  Deploy successful!
Preview URL: https://b837ebb9.ai-middleware.pages.dev
Branch Preview URL: https://rag-ui-hippocampus.ai-middleware.pages.dev

View logs

refactor: simplify KnowledgebaseList component and remove legacy doc_ids support

- Remove unused CircleAlertIcon import and knowledgeBaseData from selector
- Remove useMemo wrapper from renderKnowledgebase, convert to inline rendering
- Extract Add dropdown menu into reusable renderAddDropdown function
- Simplify component structure by removing legacy doc_ids format handling
- Add hasKnowledgeBase boolean for cleaner conditional rendering
- Consolidate duplicate Add dropdown code between header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants