Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3367679
feat: implement chat assistant as pure vaadin component
Totremont Mar 10, 2026
b58d1b6
refactor: remove unused files
Totremont Mar 10, 2026
4b17c35
build: update addon to 5.0.0-SNAPSHOT
Totremont Mar 10, 2026
fc3ceeb
WIP: use this instead of document
Totremont Mar 11, 2026
694cbf8
WIP: use default submit listener
Totremont Mar 11, 2026
e01a391
WIP: use correct unread count
Totremont Mar 11, 2026
07ed4c9
WIP: snap to boundary on resizing
Totremont Mar 11, 2026
f6b6d82
WIP: remove incorrect newHeight declaration
Totremont Mar 11, 2026
3af9691
WIP: add pointer capture targets
Totremont Mar 11, 2026
86df4f2
WIP: drop overlay attribute check
Totremont Mar 11, 2026
367e030
WIP: remove unnecessary comment
Totremont Mar 11, 2026
787c859
WIP: include pointer capture target
Totremont Mar 11, 2026
75ec896
WIP: bring back chat buttons
Totremont Mar 11, 2026
e51c6fc
WIP: adjusts window size when resizing screen
Totremont Mar 11, 2026
96ab550
WIP: center mouse movement in fab
Totremont Mar 11, 2026
ed1383e
WIP: add fc- prefix to message css style
Totremont Mar 11, 2026
3e3e204
WIP: initialize unread count to variable value
Totremont Mar 11, 2026
02a4928
WIP: consider minimum dimensions when shrinking content window
Totremont Mar 11, 2026
8651263
WIP: guard against null server reference
Totremont Mar 11, 2026
f13f050
WIP: guard against invalid pointer capture target
Totremont Mar 11, 2026
44804bd
WIP: remove non existing overlayArrowCenteredAttribute variable usage
Totremont Mar 11, 2026
cea3b16
WIP: drop unnecessary server round trip when refreshing listeners
Totremont Mar 11, 2026
93311ca
WIP: return to previous movement offset
Totremont Mar 11, 2026
38aa323
WIP: implement other mechanism to get popover overlay
Totremont Mar 11, 2026
6d44d6d
WIP: use current width and height when moving fab
Totremont Mar 11, 2026
198081b
WIP: fix license format in styles
Totremont Mar 11, 2026
91728df
build: remove json-migration-helper
Totremont Mar 11, 2026
5fe029f
WIP: fix listener refresh flag
Totremont Mar 11, 2026
521605d
WIP: usage uniqueFlag instead of object reference
Totremont Mar 11, 2026
a6a41e2
WIP: improve pointer event handling
Totremont Mar 12, 2026
fa3dc93
WIP: fix resizers positions
Totremont Mar 12, 2026
2d7ad6a
WIP: combine resizing logic into single file and method
Totremont Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vaadin.addons.flowingcode</groupId>
<artifactId>chat-assistant-addon</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<name>Chat Assistant Add-on</name>
<description>Chat Assistant Add-on for Vaadin Flow</description>

Expand Down Expand Up @@ -124,11 +124,6 @@
<artifactId>markdown-editor-addon</artifactId>
<version>${markdown-editor.version}</version>
</dependency>
<dependency>
<groupId>com.flowingcode.vaadin</groupId>
<artifactId>json-migration-helper</artifactId>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
Loading
Loading