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

Feat/start prompt #1072

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Feat/start prompt #1072

wants to merge 22 commits into from

Conversation

Kitenite
Copy link
Contributor

Description

What is the purpose of this pull request?

  • New feature
  • Documentation update
  • Bug fix
  • Refactor
  • Release
  • Other

@drfarrell
Copy link
Collaborator

drfarrell commented Jan 22, 2025

  • Added dragging styling for when a user drags something into the input
  • Added in ImagePills so it is consistent with chat
  • Expands the editor for when a user writes up to 10 lines, then will scroll.
  • Tooltips
  • Styling the layout and padding when images are included or not.
  • Made a minimum of 10 characters before the user could submit.

useEffect(() => {
const handleEscapeKey = (e: KeyboardEvent) => {
if (e.key === 'Escape') {
invokeMainChannel(MainChannels.OPEN_EXTERNAL_WINDOW, '/projects');
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Kitenite this needs some functionality / navigation attached to it.

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