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

aichat sidebar #633

Closed
wants to merge 25 commits into from
Closed

aichat sidebar #633

wants to merge 25 commits into from

Conversation

adred
Copy link
Member

@adred adred commented May 2, 2024

No description provided.

Copy link

github-actions bot commented May 2, 2024

TestDriver Summary

return { numLines, linePos };
}

@mobx.action.bound
Copy link
Member

Choose a reason for hiding this comment

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

you'll need to add a constructor that calls mobx.makeObservable(this) in order for these attributes to work

}

@mobxReact.observer
class AIChat extends React.Component<{}, {}> {
Copy link
Member

Choose a reason for hiding this comment

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

Can we not reuse more from the aichat auxview or maybe make that a component somewhere else that both views can utilize? Same for the keybindings

Copy link
Member Author

Choose a reason for hiding this comment

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

currently doing this in another branch. can we skip it for this PR? 🙏

@sawka
Copy link
Member

sawka commented May 2, 2024

red, you're going to have to resolve the conflicts here -- including migrate to use clsx (instead of classnames) and the new "yarn modern".

@adred adred closed this May 7, 2024
@adred adred reopened this May 7, 2024
@sawka
Copy link
Member

sawka commented May 29, 2024

closing, since I think this is the old PR. I don't want to get confused.

@sawka sawka closed this May 29, 2024
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.

None yet

3 participants