-
Notifications
You must be signed in to change notification settings - Fork 63
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
Allow renaming repositories #471
Comments
That one is tracked in #57. |
@DavidMStraub it's really hard to use. Every time I stop typing for 1s the field is saved and I loose the "input". I have to copy-paste from a text editor to use it. |
How come you need more than 1 second? 😄 Which browser do you use? |
And please check if you have the same issue when editing task titles |
I often copy from manual notes, PDF or external website. The time it takes to remember a combination of random numbers or a complicated name of a village in France is much greater than the time available to me. 😄
Firefox LTS.
Same issue. I suggest the following modification: don't trigger the "save" event until the mouse has moved outside the input (or for a very long time, 10s for example). Another option: send periodic saves but keep editing possible until you click elsewhere on the page. |
I don't see a need to change the behaviour. It works perfectly fine on my end in FF 128. It uses the contenteditable HTML attribute, so no need to watch mouse behaviour. Could be that this older FF version doesn't handle it properly. Works on Chrome as well. |
Description
We can edit notes or add tags but repositories can't be renamed.
How to reproduce
Additional information
The text was updated successfully, but these errors were encountered: