-
Notifications
You must be signed in to change notification settings - Fork 689
feat: Add global chat for navigation #5820
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying windmill with
|
Latest commit: |
8185a08
|
Status: | ✅ Deploy successful! |
Preview URL: | https://93c66b30.windmill.pages.dev |
Branch Preview URL: | https://claude-issue-5819-20250527-0.windmill.pages.dev |
c3cda46
to
2cc8939
Compare
ac2df4a
to
e906297
Compare
e906297
to
3ce1f89
Compare
- Create GlobalChat.svelte with placeholder chat functionality - Create GlobalChatDrawer.svelte as drawer wrapper - Add global chat button to sidebar menu (both mobile and desktop) - Integrate global chat state management in main layout - Include message history, loading states, and error handling - Implement responsive design and proper drawer behavior 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: rubenfiszel <[email protected]>
1393ef5
to
8185a08
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implements a GlobalChat component that opens in a drawer, accessible from the left sidebar menu as requested in issue #5819.
Changes Made
New Components
Integration Points
Features Implemented
Technical Implementation
The implementation follows Windmill's existing patterns:
Drawer
andDrawerContent
componentsTesting
The global chat can be accessed by clicking the "Global Chat" button in the left sidebar menu. It opens as a right-side drawer with placeholder functionality ready for future AI integration.
Fixes #5819
Generated with Claude Code