-
Notifications
You must be signed in to change notification settings - Fork 2
Drop React FAB dependency by replacing ReactAdapter with vanilla component #58
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
Open
Totremont
wants to merge
38
commits into
master
Choose a base branch
from
drop-react
base: master
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.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3367679
feat: implement chat assistant as pure vaadin component
Totremont b58d1b6
refactor: remove unused files
Totremont 4b17c35
build: update addon to 5.0.0-SNAPSHOT
Totremont fc3ceeb
WIP: use this instead of document
Totremont 694cbf8
WIP: use default submit listener
Totremont e01a391
WIP: use correct unread count
Totremont 07ed4c9
WIP: snap to boundary on resizing
Totremont f6b6d82
WIP: remove incorrect newHeight declaration
Totremont 3af9691
WIP: add pointer capture targets
Totremont 86df4f2
WIP: drop overlay attribute check
Totremont 367e030
WIP: remove unnecessary comment
Totremont 787c859
WIP: include pointer capture target
Totremont 75ec896
WIP: bring back chat buttons
Totremont e51c6fc
WIP: adjusts window size when resizing screen
Totremont 96ab550
WIP: center mouse movement in fab
Totremont ed1383e
WIP: add fc- prefix to message css style
Totremont 3e3e204
WIP: initialize unread count to variable value
Totremont 02a4928
WIP: consider minimum dimensions when shrinking content window
Totremont 8651263
WIP: guard against null server reference
Totremont f13f050
WIP: guard against invalid pointer capture target
Totremont 44804bd
WIP: remove non existing overlayArrowCenteredAttribute variable usage
Totremont cea3b16
WIP: drop unnecessary server round trip when refreshing listeners
Totremont 93311ca
WIP: return to previous movement offset
Totremont 38aa323
WIP: implement other mechanism to get popover overlay
Totremont 6d44d6d
WIP: use current width and height when moving fab
Totremont 198081b
WIP: fix license format in styles
Totremont 91728df
build: remove json-migration-helper
Totremont 5fe029f
WIP: fix listener refresh flag
Totremont 521605d
WIP: usage uniqueFlag instead of object reference
Totremont a6a41e2
WIP: improve pointer event handling
Totremont fa3dc93
WIP: fix resizers positions
Totremont 2d7ad6a
WIP: combine resizing logic into single file and method
Totremont 15ccb81
WIP: add fabIcon method with configurable size
Totremont 7670c1f
WIP: use refreshContent()
Totremont 6ade2fc
WIP: use lombok getter
Totremont 50c41db
WIP: improve code style
Totremont c4fe9d4
build : update markdowneditor to 2.0.3 and improve pom
Totremont 04cce36
WIP: improve movement and ui
Totremont File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: FlowingCode/ChatAssistant
Length of output: 1415
🏁 Script executed:
Repository: FlowingCode/ChatAssistant
Length of output: 3512
🏁 Script executed:
Repository: FlowingCode/ChatAssistant
Length of output: 939
🏁 Script executed:
Repository: FlowingCode/ChatAssistant
Length of output: 2128
Remove unused
webdriver.chrome.driverproperty definitions.Tests use
WebDriverManager.chromedriver().setup()to manage the Chrome driver and create instances withnew ChromeDriver(). The property defined at line 19 and passed as a system property at line 415 is never read by test code. Additionally, thedriversdirectory referenced by this property does not exist in the repository. These lines can be safely removed.Proposed cleanup
- <webdriver.chrome.driver>${drivers.dir}/chromedriver</webdriver.chrome.driver>📝 Committable suggestion
🤖 Prompt for AI Agents