-
Notifications
You must be signed in to change notification settings - Fork 237
feat: conversations widget #2700
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0f5f39a
feat: conversations widget
veryayskiy 10d6735
add versioning
veryayskiy 9f326ab
add tests
veryayskiy a1616e0
fix lint error
veryayskiy 143261b
fix test
veryayskiy bd15415
fix terser
veryayskiy 0da2362
add session id for security reasons
veryayskiy 05f47ec
new messages
veryayskiy 1dfa26e
Merge branch 'main' into feat/converstation-widget
veryayskiy 0e51dc5
fix
veryayskiy 1113fcc
fix ets
veryayskiy 9683dcd
lazy load more
veryayskiy c6a985d
another approach
veryayskiy 4b3d546
Merge branch 'main' into feat/converstation-widget
veryayskiy e857b95
fix refs and add ignore for them
veryayskiy 4c4a231
fix test
veryayskiy 2118a65
fix terser
veryayskiy 0066656
optimisation
veryayskiy 3abe535
Merge branch 'main' into feat/converstation-widget
veryayskiy d530572
a bit more cleaning
veryayskiy 8b8be0b
a bit more
veryayskiy 26e4e94
changeset
veryayskiy ec6c8c2
domains
veryayskiy 1a8fb8d
Merge branch 'main' into feat/converstation-widget
veryayskiy 7d6fa0c
reuse persistence
veryayskiy 41efa37
pass posthog as param
veryayskiy 40ef109
terser
veryayskiy 10c8b4b
lazy load reset
veryayskiy 5d2d704
remove something that's most likely loaded
veryayskiy 1baa983
Merge branch 'main' into feat/converstation-widget
veryayskiy 95f26fa
return as it fail everything
veryayskiy 4def527
new structure
veryayskiy e99482e
remove enum
veryayskiy 4bf531d
fix
veryayskiy bd0d334
Merge branch 'main' into feat/converstation-widget
veryayskiy 1a88135
fix terser
veryayskiy ba46d37
fix snapshot
veryayskiy 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| 'posthog-js': minor | ||
| --- | ||
|
|
||
| conversations widget |
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
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
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
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.
ok, going through with a nitpicking mindset :)
we could have
conversations: false, instead ofdisable_conversations: truebut arguably
disable_conversationsis more clear