-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add favicon download button next to URL field in entry edit #936
Comments
This will not happen since we are taking the position that any network action is due to deliberate user request. |
Please re-open this and make it a configurable option. I hate having to switch tab to click "Download favicon" every single time. It's a small thing but it is really annoying... |
I'd rather add a button next to the url field that triggers a favicon download. |
I'm okay with that compromise! Would save me the extra click that I have to do every single time anyway. |
When WITH_XC_NETWORKING is defined, create a QToolButton beside the Edit Entry -> Entry -> URL, which when pressed, acts as though the Edit Entry -> Icon -> Download Favicon button is pressed. This button is disabled (grayed-out) when the URL text is empty, and enabled when the text is present. Fixes keepassxreboot#936
When WITH_XC_NETWORKING is defined, create a QToolButton beside the Edit Entry -> Entry -> URL, which when pressed, acts as though the Edit Entry -> Icon -> Download Favicon button is pressed. This button is disabled (grayed-out) when the URL text is empty, and enabled when the text is present. Fixes keepassxreboot#936
When WITH_XC_NETWORKING is defined, create a QToolButton beside the Edit Entry -> Entry -> URL, which when pressed, acts as though the Edit Entry -> Icon -> Download Favicon button is pressed. This button is disabled (grayed-out) when the URL text is empty, and enabled when the text is present. Fixes #936 * Add favicon download button * Remove the progress dialog that appears when downloading an entry's URL's favicon since (when working correctly) it disappears before it can be read. When downloading icons from the button located next to the URL text box, display a message panel that confirms the download was a success. * Do not show successful icon download msg if icon alread exists
Expected Behavior
When adding a new entry, have a checkbox underneath the URL to "Download Favicon". KeePassXC would remember whether or not this box was checked for future entries. If this checkbox is checked, the Favicon would automatically be downloaded when the new entry is added.
Current Behavior
When created a new entry, if you want to download the Favicon you need to first enter the URL. Then click Icon, and then click 'Download Favicon'.
Context
If someone wants to use favicons for their entries, chances are they will want to do it every time they want to add a new entry. No reason for extra steps to do this.
I see there is a similar feature request to have an item in the Tools menu to download all Favicons, so this feature request is slightly different.
The text was updated successfully, but these errors were encountered: