Skip to content
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

feat: add inkeep #1027

Merged
merged 3 commits into from
Nov 28, 2024
Merged

feat: add inkeep #1027

merged 3 commits into from
Nov 28, 2024

Conversation

marcklingen
Copy link
Member

@marcklingen marcklingen commented Nov 28, 2024

Important

Add Inkeep components for chat, custom triggers, and search bar, update UI elements, and integrate InkeepChatButton into the app.

  • Inkeep Integration:
    • Add InkeepChatButton, InkeepCustomTrigger, and InkeepSearchBar components in components/inkeep/.
    • Use useInkeepSettings hook for shared settings in useInkeepSettings.ts.
    • Integrate InkeepChatButton in pages/_app.tsx.
  • UI Updates:
    • Update GithubMenuBadge in GitHubBadge.tsx to hide star count on small screens.
    • Update Logo component in logo.tsx for better responsiveness.
  • Support Chat:
    • Modify chat.tsx to configure Crisp chat with autoload: false and add isChatOpen function.
  • Dependencies:
    • Add @inkeep/uikit to package.json dependencies.
  • Theme Configuration:
    • Replace search placeholder with InkeepSearchBar in theme.config.tsx.

This description was created by Ellipsis for 4536f32. It will automatically update as commits are pushed.

Copy link

vercel bot commented Nov 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-docs ✅ Ready (Inspect) Visit Preview Nov 28, 2024 7:20pm

Copy link

github-actions bot commented Nov 28, 2024

📦 Next.js Bundle Analysis for langfuse-docs

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 331.84 KB (🟡 +1.09 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@marcklingen marcklingen marked this pull request as ready for review November 28, 2024 17:59
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Nov 28, 2024
@marcklingen marcklingen added this pull request to the merge queue Nov 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 28, 2024
@marcklingen marcklingen added this pull request to the merge queue Nov 28, 2024
Merged via the queue into main with commit 3bad645 Nov 28, 2024
8 checks passed
@marcklingen marcklingen deleted the add-inkeep branch November 28, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant