KartikTalwar / gmail.js

Gmail JavaScript API
MIT License
3.74k stars 455 forks source link

Attach custom UI in the sidebar of Gmail #728

Closed yamini0312 closed 11 months ago

yamini0312 commented 1 year ago

I want to attach the custom UI in the sidebar of gmail window. Is it possible using gmail.js library? Can anyone help me to guide the flow how can I attach the custom UI in the gmail dom? I have attached the screenshot for the reference, I want to attach the custom UI something like this in the gmail.

Thanks!

Screenshot-from-2022-10-10-17-52-14

josteink commented 1 year ago

Gmail.js offers very little UI-support. If you want to do this, you will have to implement it yourself.

That said, if you within that sidebar need access to contextual Gmail-data, Gmail.js will provide you with the ability to work with that.

Hope this helps.

MadcowD commented 1 year ago

Thanks for all of your help @josteink . Is there a way to tip you or donate to the project.

josteink commented 1 year ago

The project as is has no running cost.

All the code and docs is on GitHub. NPM covers distribution. There's literally no part of this project where (lack of) money is a reason for work not getting done.

What would help the project is more regular contributors, following up on bugs, answering questions, attempting to reproduce, gathering data, maybe even proposing their own PRs to fix registered issues, or offer help to test other, incoming PRs.

There's a million ways to help, if you want to put in the effort 😉

josteink commented 11 months ago

Old issue is old. Closing.