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

Input and chat scroll layout, and disclaimer modal #5

Merged
merged 18 commits into from
Nov 24, 2023

Conversation

LMacPhail
Copy link
Collaborator

@LMacPhail LMacPhail commented Nov 21, 2023

Screen.Recording.2023-11-21.at.20.09.16.mov
Screen.Recording.2023-11-21.at.19.49.44.mov
  • Presents the user with a modal to ensure they've read the disclaimer before beginning
  • Fixes a scroll layout so that input box is stuck to the bottom of the window

history: [],
});

const { messages, history } = messageState;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Almost everything deleted from this file has just been moved into either MessageInput or MessageContainer.

@LMacPhail LMacPhail merged commit a77ecdc into docs-ui-merge Nov 24, 2023
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.

disclaimer text into radix dialog for both mobile and desktop & reduce copy in intro chat
2 participants