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

Initial Implementation of the Status Bar as a WASM Plugin #138

Merged
merged 10 commits into from
Jan 13, 2021

Conversation

TheLostLambda
Copy link
Member

Mostly just knocked out these tasks, which closes #71

I also patched up 23 compiler warnings and clippy lints from main, since I like clean builds!

Here is a demo video of the newly added functionality:

2021-01-12.04-43-18.mp4

Comment on lines -10 to +12
println!("cargo:rerun-if-changed=src/app.rs");
println!("cargo:rerun-if-changed=src/cli.rs");
Copy link
Member

@h3nill h3nill Jan 12, 2021

Choose a reason for hiding this comment

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

Oh missed that 😅.... Thank You!

@h3nill
Copy link
Member

h3nill commented Jan 12, 2021

It is causing panic for me, whenever I try to switch mode with Ctrl + g

panic message: https://hatebin.com/azoyagyqdi

@TheLostLambda
Copy link
Member Author

It is causing panic for me, whenever I try to switch mode with Ctrl + g

panic message: https://hatebin.com/azoyagyqdi

Thanks for finding that! The bug was in the plugin code, which is now patched! The updated WASM has been shipped in this repo :)

@imsnif
Copy link
Member

imsnif commented Jan 13, 2021

I didn't take too deep of a look at the code, but on the surface this looks great to me. Fantastic (and quick!!) work :)

@TheLostLambda
Copy link
Member Author

Awesome! If it doesn't cause any issues in your testing, I'm happy merging whenever 🙂

@imsnif
Copy link
Member

imsnif commented Jan 13, 2021

Go ahead :)

@TheLostLambda TheLostLambda merged commit e7f16ed into main Jan 13, 2021
@h3nill h3nill deleted the wasm-status-bar branch January 17, 2021 06: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.

Feature: Design and implement a status bar
3 participants