-
Notifications
You must be signed in to change notification settings - Fork 0
Ali/dev #76
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
Ali/dev #76
Changes from 4 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fd0c437
Add static WhatsApp account linking UI to Connected Accounts section
hafiz-ahtasham-ali a0572d4
Load WhatsApp session data and store session ID in Clerk user metadata
hafiz-ahtasham-ali 3c413da
Change WhatsApp widget default message from "help" to "START"
hafiz-ahtasham-ali 009c4af
fix: add null safety to dashboard session data to prevent client-side…
hafiz-ahtasham-ali bbbc697
remove github and reorder auth in signup/in pages
jmoraispk dc53a60
put free early access button to sign-up page
jmoraispk 2f5d136
make loglife plugin
jmoraispk 13ce90f
add sessions plug-in instructions
jmoraispk 3cebe1e
update docs with full setup guide and fix plugin config
jmoraispk b2d7afd
add self-hosting documentation and update index layout
jmoraispk a70321e
Add OpenClaw tricks documentation
jmoraispk 235ffbb
fine tune user flow to dashboard
jmoraispk dd96314
improve pricing page
jmoraispk e3a370f
small fix for the animation counters
jmoraispk 861a980
change counter to h/m only
jmoraispk cda3cd0
adjust timing of hosted animation
jmoraispk 0933a0b
make flow sequential
jmoraispk 780812a
add mintlify rules
jmoraispk a933857
fix sidebar order
jmoraispk cd46b64
add documentation section to mintlify
jmoraispk ae8030d
Update deployment workflow and documentation for LogLife plugin
jmoraispk bf476d7
add plugin unit tests
jmoraispk 8966839
add development and security docs
jmoraispk c034cc6
add test for api/verification and welcome message
jmoraispk fe0ae5d
improve dashboard ux - enable ENTER to send msg
jmoraispk 871f5e6
update development documentation to include requirement for two phone…
jmoraispk 164aa47
refactor sidebar links to direct to home page instead of conditional …
jmoraispk 45dc572
WA number verification working
jmoraispk ec0410d
Enhance documentation and add automated setup script for LogLife plugin
jmoraispk f38cb34
update docs with gateway token regen
jmoraispk fa873c7
Add TypeScript type declarations for openclaw/plugin-sdk
jmoraispk a63030c
Refactor WhatsApp disconnect logic in AccountPage
jmoraispk 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.
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.
Setting
whatsappSessionIdtoundefineddoesn't remove the key fromunsafeMetadata, it sets it to undefined. To actually remove it, you should omit the key entirely or set it tonull, and provide user feedback.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.
@greptileai are you there?
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.
Yes, I'm here! How can I help you with this code?