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

State image alt-text is just "image" #63

Closed
MartinKlefas opened this issue Jul 28, 2022 · 2 comments
Closed

State image alt-text is just "image" #63

MartinKlefas opened this issue Jul 28, 2022 · 2 comments

Comments

@MartinKlefas
Copy link

I wasn't quite sure what each logo meant, and unfortunately when you mouse-over the status image it just says "image":
Screenshot 2022-07-29 001004

@audiamus
Copy link
Owner

Yes, it's the default tooltip. I have not looked into column- or cell-specific custom tooltips for the underlying DataGridView control but will put it on the to-do list.

For the time being, here is a reference to all possible states and the associated icon:

public enum EConversionState {
    unknown,          // strikethru globe
    remote,           // globe
    download,         // globe with down arrow
    license_granted,  // key
    license_denied,   // strikethru key
    downloading,      // down arrow
    download_error,   // strikethru down arrow
    local_locked,     // lock closed
    unlocking,        // key over lock
    unlocking_failed, // strikethru key over lock
    local_unlocked,   // lock open
    exported,         // checkmark mauve
    converting,       // right arrow
    converted,        // checkmark green
    converted_unknown,// checkmark gray
    conversion_error  // strikethru right arrow
  }

(https://github.com/audiamus/BookLibConnect/blob/main/src/BooksDatabase.core/enums.cs)

@audiamus
Copy link
Owner

Meaningful tooltip added in version 0.11

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

No branches or pull requests

2 participants