Skip to content
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

Companion mode #4

Merged
merged 4 commits into from
Jul 31, 2024
Merged

Companion mode #4

merged 4 commits into from
Jul 31, 2024

Conversation

steppy452
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Screen.Recording.2024-07-30.at.7.12.33.PM.mov

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@steppy452 steppy452 requested a review from amcdnl July 31, 2024 00:13
Copy link

netlify bot commented Jul 31, 2024

Deploy Preview for reachat-storybook ready!

Name Link
🔨 Latest commit eff7c10
🔍 Latest deploy log https://app.netlify.com/sites/reachat-storybook/deploys/66aa0ee5c75b830008b997eb
😎 Deploy Preview https://deploy-preview-4--reachat-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

"reakeys": "^2.0.3",
"remark-gfm": "^4.0.0",
"remark-youtube": "^1.3.2"
},
"peerDependencies": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch but i think we need to keep these listed as devDepedendecies too

src/Chat.tsx Outdated
@@ -97,6 +99,11 @@ export const Chat: FC<ChatProps> = ({
const [internalActiveSessionID, setInternalActiveSessionID] = useState<
string | undefined
>(activeSessionId);
const [ref, { width }] = useMeasure();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the same measure lib we use in reaviz for this.

@amcdnl amcdnl merged commit 19b67b5 into master Jul 31, 2024
1 check passed
@amcdnl amcdnl deleted the syang/companion branch July 31, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants