web & server: add handling for google calendar and wellsfargo emails.

This commit is contained in:
2023-11-26 20:51:53 -08:00
parent 1261bdf8a9
commit c8147ded60
4 changed files with 98 additions and 15 deletions

View File

@@ -290,6 +290,22 @@
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "path",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,

View File

@@ -28,6 +28,7 @@ query ShowThreadQuery($threadId: String!) {
contents
}
}
path
}
}
tags {

View File

@@ -124,12 +124,15 @@ input::placeholder, .input::placeholder{
float: right;
}
/* Hide quoted emails */
/*
div[name="quote"],
blockquote[type="cite"],
.gmail_quote {
background-color: red;
display: none;
}
*/
.desktop-main-content {
display: grid;
grid-template-columns: 12rem 1fr;