-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bundling Enhancements #70
Labels
enhancement
New feature or request
Comments
russelldc
pushed a commit
that referenced
this issue
May 5, 2019
russelldc
pushed a commit
that referenced
this issue
May 7, 2019
russelldc
pushed a commit
that referenced
this issue
May 7, 2019
Fixed No. 1 in commit fba8189 |
russelldc
pushed a commit
that referenced
this issue
May 7, 2019
russelldc
pushed a commit
that referenced
this issue
May 7, 2019
boukestam
added a commit
that referenced
this issue
May 7, 2019
[#70] Prevent bundled emails from flashing/appearing in inbox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When de-duping senders, if there are multiple emails from the same person and any are unread, then show as bold, if all are read then show as normal text. (reported by @jcgoble3, strategy by @abasiri)Done in commit fba8189Fix bundle flashing issue: insert a <style> tag and add the id of the email, then you can hide it properly. That way when gmail rewrites the tag for the emails and we lose the classes on it, it won't matter, it'll still be hidden. (strategy by @abasiri)Done in PR [#70] Prevent bundled emails from flashing/appearing in inbox #73Reduce the opacity of a bundle's icon image if bundle contains no unread messages. As requested by @abasiri and @jcgoble3:Done in commit 897f9b6I find that I want that to kind of fade to distinguish it from the unread ones better.
Display unique icons (and respective font color for the label-link) for Gmail's built-in categories (Promotions, Updates, etc.) as seen in this screenshot of Inbox. These icons are now available in the images folder of the repo.Done in commit 0bad7b2For custom labels, use their label color for the text color of the bundle's label-link and icon (it's an image, but might be possible with some CSS hackery).Done in commit ba984a4The functionality listed below would likely require Gmail.js for reliable observers/event listeners:
Found a bug:
The text was updated successfully, but these errors were encountered: