setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
715 stars 134 forks source link

Make node finder search bar case insensitive #45

Closed matthijsjanssens closed 2 years ago

matthijsjanssens commented 2 years ago

Just a simple quality of life feature to make the node finder search bar case insensitive by default. I'm fairly new to rust and open-source in general but excited to follow the development of blackjack and maybe contribute in the future. Really cool idea.

image
setzer22 commented 2 years ago

Thanks! This one had been bugging me for a while 😄

You need to fix the formatting issue that's making CI fail before we can merge, but other than that it all looks good to me! Just run cargo fmt from the project root (you may need to install it via cargo install cargo-format).

Since you mentioned blackjack, I've been working on a new demo that's going to be pretty cool. Stay tuned! 😁

matthijsjanssens commented 2 years ago

Oops, should be fixed now (Fix formatting f30e731). Thanks for the help! Looking forward to the new blackjack demo.

setzer22 commented 2 years ago

@matthijsjanssens Thanks! Merged :)