jupyterlab / jupyterlab-git

A Git extension for JupyterLab
BSD 3-Clause "New" or "Revised" License
1.45k stars 313 forks source link

pop up delay #1319

Open ggrrll opened 5 months ago

ggrrll commented 5 months ago

Hi,

thanks for the extension! it would be nice to be able to set the delay of the popus (for commit / push / pull , etc...) , which seem to hang there indefinitely

(or is there already ? )

thanks

welcome[bot] commented 5 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

krassowski commented 4 months ago

The underlying popups do support auto hiding after a delay, but I think an option to configure it is not exposed. I think PR would be welcome.

BoscoCHW commented 2 months ago

Hi @krassowski, I'm working on a PR that allows users to customize popup duration in the settings. https://github.com/jupyterlab/jupyterlab-git/pull/1340 Would you be able to link the issue to the PR?

Also I noticed the git clone command has its own plugin, hence requiring its own setting. Should we put the command back into the general plugin?