-
Notifications
You must be signed in to change notification settings - Fork 58
add knowledge data count #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Type
Enhancement
Description
Add total data count display to knowledge base pages
Update UI layout with improved styling and padding
Track data count across search and pagination operations
Decrement count when knowledge items are deleted
Diagram Walkthrough
File Walkthrough
+page.svelte
Add data count tracking to documents pagesrc/routes/page/knowledge-base/documents/+page.svelte
totalDataCountvariable to track total number of knowledge itemsformatting
+page.svelte
Add data count display to Q&A pagesrc/routes/page/knowledge-base/question-answer/+page.svelte
totalDataCountvariable for tracking knowledge items_knowledgebase.scss
Add CSS styles for data count displaysrc/lib/scss/custom/pages/_knowledgebase.scss
.knowledge-countelement with padding.action-container-paddingclass for consistent spacing