Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teresa-ou committed May 12, 2020
1 parent 8a80c39 commit ea7490a
Show file tree
Hide file tree
Showing 32 changed files with 4,575 additions and 1,585 deletions.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": ["@babel/preset-env"]
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ The `dist` directory can then be loaded as an [unpacked extension](https://devel

Feel free to [send feedback](https://github.com/teresa-ou/inboxy/issues) by filing an issue.

## Acknowledgements

* [material.io](https://material.io/resources/icons/): Icons in [dist/assets/](https://github.com/teresa-ou/inboxy/tree/master/dist/assets/) are modified versions of icons from material.io. The original material.io icons are licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
* [Nova](https://www.streamlineicons.com/nova/index.html): The inboxy logo is modified from a Nova icon.

## License

[GPL](https://github.com/teresa-ou/inboxy/blob/master/COPYING), Copyright (C) 2020 [Teresa Ou](https://github.com/teresa-ou)
4 changes: 4 additions & 0 deletions dist/assets/bundle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions dist/assets/check-all.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/assets/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions dist/assets/light-bundle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions dist/assets/light-check-all.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/assets/light-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed dist/bundle.png
Binary file not shown.
Binary file removed dist/bundle@2x.png
Binary file not shown.
Binary file removed dist/check-all.png
Binary file not shown.
Binary file removed dist/check-all@2x.png
Binary file not shown.
Binary file removed dist/check.png
Binary file not shown.
Binary file removed dist/check@2x.png
Binary file not shown.
Binary file removed dist/light-bundle.png
Binary file not shown.
Binary file removed dist/light-bundle@2x.png
Binary file not shown.
Binary file removed dist/light-check-all.png
Binary file not shown.
Binary file removed dist/light-check-all@2x.png
Binary file not shown.
Binary file removed dist/light-check.png
Binary file not shown.
Binary file removed dist/light-check@2x.png
Binary file not shown.
24 changes: 9 additions & 15 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inboxy: Inbox Bundles for Gmail",
"version": "1.4.1",
"version": "1.4.2",
"description": "Adds Google Inbox bundles to Gmail",
"homepage_url": "https://www.inboxymail.com",
"content_scripts": [{
Expand All @@ -25,20 +25,14 @@
"128": "icons/inboxy@8x.png"
},
"web_accessible_resources": [
"bundle.png",
"bundle@2x.png",
"check.png",
"check@2x.png",
"check-all.png",
"check-all@2x.png",
"light-bundle.png",
"light-bundle@2x.png",
"light-check.png",
"light-check@2x.png",
"light-check-all.png",
"light-check-all@2x.png",
"star-outline.svg",
"star-filled.svg"
"assets/bundle.svg",
"assets/check.svg",
"assets/check-all.svg",
"assets/light-bundle.svg",
"assets/light-check.svg",
"assets/light-check-all.svg",
"assets/star-outline.svg",
"assets/star-filled.svg"
],

"manifest_version": 2
Expand Down
135 changes: 27 additions & 108 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ html.inboxy .bundle-row .bundle-date.unread {
font-weight: bold;
}

html.inboxy .bundle-row .bundle-date.cL {
margin-left: 0;
margin-right: 16px;
}

/* Allow column to shrink so that archive-bundle is next to the bundle-date */
html.inboxy .bundle-row .xW.xY {
html.inboxy .bundle-row .bundle-date-cell {
flex-basis: auto;
}

Expand Down Expand Up @@ -85,7 +90,7 @@ html.inboxy .bundle-row:not(.visible) .xY.yX {
max-width: 188px;
}

html.inboxy .bundle-row.visible .xW.xY,
html.inboxy .bundle-row.visible .bundle-date-cell,
html.inboxy .bundle-row.visible .bundle-senders {
display: none;
}
Expand All @@ -104,7 +109,7 @@ html.inboxy .bundle-row.visible td:nth-child(4) {
}

html.inboxy .bundle-row td.apU {
background-image: url('chrome-extension://__MSG_@@extension_id__/bundle.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/bundle.svg');
background-size: 20px;
background-repeat: no-repeat;
height: 20px;
Expand All @@ -117,7 +122,7 @@ html.inboxy .bundle-row:hover td.apU {
}

html.inboxy.messages-dark-theme .bundle-row td.apU {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-bundle.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/light-bundle.svg');
opacity: 0.55;
}

Expand All @@ -127,31 +132,11 @@ html.inboxy.messages-dark-theme .bundle-row:hover td.apU {

@-moz-document url-prefix() {
html.inboxy .bundle-row td.apU {
background-image: url('moz-extension://__MSG_@@extension_id__/bundle.png');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/bundle.svg');
}

html.inboxy.messages-dark-theme .bundle-row td.apU {
background-image: url('moz-extension://__MSG_@@extension_id__/light-bundle.png');
}
}

@media (min-resolution: 2dppx) {
html.inboxy .bundle-row td.apU {
background-image: url('chrome-extension://__MSG_@@extension_id__/bundle@2x.png');
}

html.inboxy.messages-dark-theme .bundle-row td.apU {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-bundle@2x.png');
}

@-moz-document url-prefix() {
html.inboxy .bundle-row td.apU {
background-image: url('moz-extension://__MSG_@@extension_id__/bundle@2x.png');
}

html.inboxy.messages-dark-theme .bundle-row td.apU {
background-image: url('moz-extension://__MSG_@@extension_id__/light-bundle@2x.png');
}
background-image: url('moz-extension://__MSG_@@extension_id__/assets/light-bundle.svg');
}
}

Expand All @@ -177,7 +162,7 @@ html.inboxy .bundle-row .flex-grow {
}

html.inboxy .bundle-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/check-all.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/check-all.svg');
background-size: 24px;
display: none;
height: 20px;
Expand Down Expand Up @@ -205,7 +190,7 @@ html.inboxy .bundle-row:hover .archive-bundle {

html.inboxy.dark-theme .bundle-row.visible .archive-bundle,
html.inboxy.messages-dark-theme .bundle-row:not(.visible) .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check-all.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/light-check-all.svg');
opacity: 0.7;
}

Expand All @@ -215,34 +200,12 @@ html.inboxy.dark-theme .bundle-row.visible .archive-bundle:before {

@-moz-document url-prefix() {
html.inboxy .bundle-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/check-all.png');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/check-all.svg');
}

html.inboxy.dark-theme .bundle-row.visible .archive-bundle,
html.inboxy.messages-dark-theme .bundle-row:not(.visible) .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check-all.png');
}
}

@media (min-resolution: 2dppx) {
html.inboxy .bundle-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/check-all@2x.png');
}

html.inboxy.dark-theme .bundle-row.visible .archive-bundle,
html.inboxy.messages-dark-theme .bundle-row:not(.visible) .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check-all@2x.png');
}

@-moz-document url-prefix() {
html.inboxy .bundle-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/check-all@2x.png');
}

html.inboxy.dark-theme .bundle-row.visible .archive-bundle,
html.inboxy.messages-dark-theme .bundle-row:not(.visible) .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check-all@2x.png');
}
background-image: url('moz-extension://__MSG_@@extension_id__/assets/light-check-all.svg');
}
}

Expand Down Expand Up @@ -318,13 +281,13 @@ html.inboxy.dark-theme .date-row {
}

html.inboxy .date-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/check-all.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/check-all.svg');
background-size: 20px;
margin-right: 24px;
}

html.inboxy.dark-theme .date-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check-all.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/light-check-all.svg');
opacity: 0.7;
}

Expand All @@ -334,31 +297,11 @@ html.inboxy.dark-theme .date-row .archive-bundle:before {

@-moz-document url-prefix() {
html.inboxy .date-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/check-all.png');
}

html.inboxy.dark-theme .date-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check-all.png');
}
}

@media (min-resolution: 2dppx) {
html.inboxy .date-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/check-all@2x.png');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/check-all.svg');
}

html.inboxy.dark-theme .date-row .archive-bundle {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check-all@2x.png');
}

@-moz-document url-prefix() {
html.inboxy .date-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/check-all@2x.png');
}

html.inboxy.dark-theme .date-row .archive-bundle {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check-all@2x.png');
}
background-image: url('moz-extension://__MSG_@@extension_id__/assets/light-check-all.svg');
}
}

Expand All @@ -367,47 +310,23 @@ html.inboxy.dark-theme .date-row .archive-bundle:before {
*/
html.inboxy .brq,
html.inboxy .ar8 {
background-image: url('chrome-extension://__MSG_@@extension_id__/check.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/check.svg');
}

html.inboxy.messages-dark-theme .brq,
html.inboxy.dark-theme .ar8 {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/light-check.svg');
}

@-moz-document url-prefix() {
html.inboxy .brq,
html.inboxy .ar8 {
background-image: url('moz-extension://__MSG_@@extension_id__/check.png');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/check.svg');
}

html.inboxy.messages-dark-theme .brq,
html.inboxy.dark-theme .ar8 {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check.png');
}
}

@media (min-resolution: 2dppx) {
html.inboxy .brq,
html.inboxy .ar8 {
background-image: url('chrome-extension://__MSG_@@extension_id__/check@2x.png');
}

html.inboxy.messages-dark-theme .brq,
html.inboxy.dark-theme .ar8 {
background-image: url('chrome-extension://__MSG_@@extension_id__/light-check@2x.png');
}

@-moz-document url-prefix() {
html.inboxy .brq,
html.inboxy .ar8 {
background-image: url('moz-extension://__MSG_@@extension_id__/check@2x.png');
}

html.inboxy.messages-dark-theme .brq,
html.inboxy.dark-theme .ar8 {
background-image: url('moz-extension://__MSG_@@extension_id__/light-check@2x.png');
}
background-image: url('moz-extension://__MSG_@@extension_id__/assets/light-check.svg');
}
}

Expand Down Expand Up @@ -490,12 +409,12 @@ html.inboxy .pinned-toggle .slider-button {

box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 0px 3px 1px rgba(60,64,67,0.149);
background: #ffffff center no-repeat;
background-image: url('chrome-extension://__MSG_@@extension_id__/star-outline.svg');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/star-outline.svg');
}

@-moz-document url-prefix() {
html.inboxy .pinned-toggle .slider-button {
background-image: url('moz-extension://__MSG_@@extension_id__/star-outline.svg');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/star-outline.svg');
}
}

Expand All @@ -516,13 +435,13 @@ html.inboxy .pinned-toggle.show-pinned .slider {
}

html.inboxy .pinned-toggle.show-pinned .slider-button {
background-image: url('chrome-extension://__MSG_@@extension_id__/star-filled.svg');
background-image: url('chrome-extension://__MSG_@@extension_id__/assets/star-filled.svg');
transform: translateX(24px);
}

@-moz-document url-prefix() {
html.inboxy .pinned-toggle.show-pinned .slider-button {
background-image: url('moz-extension://__MSG_@@extension_id__/star-filled.svg');
background-image: url('moz-extension://__MSG_@@extension_id__/assets/star-filled.svg');
}
}

Expand Down
Loading

0 comments on commit ea7490a

Please sign in to comment.