-
-
Notifications
You must be signed in to change notification settings - Fork 18
Ai chat #1500
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
Draft
karinakharchenko
wants to merge
12
commits into
rocket-admin:main
Choose a base branch
from
karinakharchenko:ai
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Ai chat #1500
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
…nd UI improvements - Add grayed character limit counter styling - Add adaptive textarea rows based on window height (HostListener) - Add responsive layout for screen widths <= 800px - Rename suggestions to templates with icons and descriptions - Add dynamic suggestions based on table column names (date, status, price patterns) - Pass tableColumns input from dashboard to AI panel component Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add aiPanelExpandedSubject and aiPanelExpandedCast to TableStateService - Add toggleAIPanelExpanded() and restoreAIPanelExpandedState() methods - Persist expanded state in sessionStorage - Add expand/collapse button with open_in_full/close_fullscreen icons - Add CSS transitions for smooth expand/collapse animation - Center content with max-width 800px when expanded - Panel expands to full width minus 260px for sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add *ngIf to ai-panel-sidebar-content to completely remove it from DOM when panel is closed, preventing it from overlaying table actions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move AI panel outside mat-sidenav-container to fix z-index issues - Use 100vw instead of 100% for fixed positioning - Increase z-index to 100/1000 to stay above sidebar - Set panel top: 44px to not overlap header - Simplify HTML by removing redundant *ngIf checks - Change aiPanelSubject type from any to boolean Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move AI panel back inside mat-sidenav-content for proper table shifting - Add expanded styles for templates (horizontal layout, nowrap description) - Reduce gap between section titles and content - Center header in expanded mode with max-width 800px - Adjust z-index for sidebar to appear over expanded panel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add sidebarExpanded input to AI panel component - Pass shownTableTitles from dashboard to AI panel - Adjust expanded panel position: 240px when sidebar expanded, 65px when collapsed - Content adapts dynamically to available space Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Position action buttons (close/collapse) fixed to top-right
- Center header content with max-width 800px aligned with input
- Show "AI insights for {tableName}" in expanded mode
- Show only "AI insights" in collapsed mode
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use Material Design cubic-bezier easing for smoother feel - Fix sidebar collapse/expand showing table rows by using padding-left instead of left position - Add transitions to content elements (header, welcome, message form, footer) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move AI insights button to rightmost position using flexbox order - Make expand/collapse animation smoother with 550ms duration - Use gentler easing curve for more pleasant user experience Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Disable sidebar width transition when expanded to prevent table flashing - Table area is instantly covered when expanding AI chat Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use padding-left approach to hide table during sidebar transitions - Panel stays at left: 65px, content shifts via padding - Smooth 400ms ease-out animations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
Contributor
Author
- Set width transition to 0ms for sidebar expand/collapse - Keep transform and opacity animations for initial panel open - Add toggle animation trigger for Angular animations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.