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

Nicklist context #61

Merged
merged 2 commits into from
Jun 29, 2023
Merged

Nicklist context #61

merged 2 commits into from
Jun 29, 2023

Conversation

casperstorm
Copy link
Member

@casperstorm casperstorm commented Jun 28, 2023

This is the first draft of context menu for nicklist.
Currently it supports two things:

  • Whois
  • Message (Query)

Closes #49

@tarkah
Copy link
Member

tarkah commented Jun 28, 2023

[ ] Align the context menu better. (@tarkah can you help with this?)

Will do 👍

@@ -74,7 +74,7 @@ impl Input {
}

#[derive(Debug, Clone)]
enum Content {
pub enum Content {
Text(String),
Copy link
Member

Choose a reason for hiding this comment

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

I've locked this module back down 322ec2e and added an appropriate builder method. We don't need to expose these internals.

@casperstorm casperstorm merged commit b30ddca into main Jun 29, 2023
@casperstorm casperstorm deleted the feat/nicklist-context branch June 29, 2023 20:20
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.

Simple context menu for user
2 participants