Skip to content

Commit

Permalink
Merge pull request #233 from TheWebTech/september-bug-fixes
Browse files Browse the repository at this point in the history
September bug fixes
  • Loading branch information
TheWebTech authored Sep 14, 2019
2 parents bb6a337 + 9e47a34 commit cac574b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 86 deletions.
51 changes: 48 additions & 3 deletions hsDarkIde.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,39 @@ body.design-manager.ext-dark-theme ::-webkit-scrollbar-thumb:window-inactive {


/* HubSpot added an effect when scrolling, similar to android's scrolling visual. This re-colors those elements to not look like garbage.*/
/* finder overhang top */
body.design-manager.ext-dark-theme .UIOverhang-sc-1i201eh-0{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0), var(--scroll-indicator-color))!important;
}
/* finder overhang bottom */
body.design-manager.ext-dark-theme .UIOverhang-sc-1i201eh-0:nth-child(3){
background-image: linear-gradient(to top, var(--scroll-indicator-color),rgba(0, 0, 0, 0))!important;
}


/* custom Module editor inspector*/
body.design-manager.ext-dark-theme .UISection__ScrollWrapper-zhnkqy-0.hZIoHm{
background-image:linear-gradient(var(--scroll-indicator-color), rgba(255, 255, 255, 0)),
linear-gradient(to top, var(--scroll-indicator-color), rgba(255, 255, 255, 0)),
linear-gradient(var(--scroll-indicator-color), rgba(234, 240, 246, 0)),
linear-gradient(to top, var(--scroll-indicator-color), rgba(234, 240, 246, 0))!important;
}

/* custom module editor inspector selected value for select field */
body.design-manager.ext-dark-theme .controlling-field-select-dropdown .controlling-field-name.is--code, body.design-manager.ext-dark-theme .custom-widget-editor-sidebar.field-edit-sidebar .controlling-field-name.is--code{ color:rgba(255, 255, 255, 0.5)!important;}

/*custom module editor inspector field rename*/
body.design-manager.ext-dark-theme .ksrTsw,body.design-manager.ext-dark-theme .heAHRv{background: rgba(255, 255, 255, 0.1) !important;}


/*
body.design-manager.ext-dark-theme .llXSEF,
body.design-manager.ext-dark-theme .dSMuYW,
body.design-manager.ext-dark-theme .eLZHvU,
body.design-manager.ext-dark-theme .iffnbF,
body.design-manager.ext-dark-theme .UIOverhang-iMLGZW:nth-child(2) {
body.design-manager.ext-dark-theme .UIOverhang-sc-1i201eh-0:nth-child(2) {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0), var(--scroll-indicator-color))!important;
}
}*/

body.design-manager.ext-dark-theme .cFIGxN,
body.design-manager.ext-dark-theme .kzrQvy,
Expand Down Expand Up @@ -324,7 +349,10 @@ body.design-manager.ext-dark-theme .layout-tree .widget-icon {
color: #d6cbcb!important;
}


/* fixes bg behind spacer */
body.design-manager.ext-dark-theme .layout-tree-editor-pane {
background-color: #33475b!important;
}
/*body.design-manager.ext-dark-theme .private-link:hover*/

body.design-manager.ext-dark-theme .private-expanding-text-input--inline.private-expanding-text-input--focused .private-expanding-text-input__input,
Expand Down Expand Up @@ -702,7 +730,20 @@ body.design-manager.ext-dark-theme .private-modal.private-table thead th {
color: rgb( var(--rgb-details-color));
}

/* embed modal tabs */
/* active tab */
body.design-manager.ext-dark-theme .mce-hubspot-popover .jPSLnJ{
background:rgba(255, 255, 255, 0.1) !important;
color: rgba( var(--rgb-details-color), 1) !important;
text-decoration:underline!important;
font-style:italic!important;

}
/* inactive tab */

body.design-manager.ext-dark-theme .mce-hubspot-popover .ghrJDr{
background:linear-gradient(45deg, #33475b, #2d3e50)!important;
}
/* new file modal */

body.design-manager.ext-dark-theme .private-selectable-box {
Expand Down Expand Up @@ -925,6 +966,10 @@ body.design-manager.ext-dark-theme .private-modal__header {
background: linear-gradient(-303deg, rgba( var(--rgb-details-color), 0.8) 0%, rgb(83, 200, 269) 56%, rgba( var(--rgb-details-color), 0.8) 100%);
}

/* Custom Module field headings */
body.design-manager.ext-dark-theme .UIExpandableSection__ExpandableHeader-sc-1x8lpm6-2 {
background-color: rgb(69, 85, 102)!important;
}

/*custom module code pen accordions*/

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.05.03",
"version": "1.05.04",
"default_locale": "en",
"description": "__MSG_extDesc__",
"browser_action": {
Expand Down
92 changes: 10 additions & 82 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,72 +106,6 @@ var developerTools = {
},
loadTip:function(){
var tips = [
{
tipId:"thousandUsers",
title:"We just passed 1000 weekly users!",
content:"Huge thank you to everyone who has provided feedback, submitted ratings, posted issues, contributed code, and simply use the extension.",
url:"https://github.com/TheWebTech/HubSpot-Developer-Extension/wiki/1,000-users",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"devday-announce",
title:'HS Community Developer Meetup',
content:"The community of HubSpot developers has come together to throw an event Sept 3rd, 9am to 6pm, at HubSpot offices presentations from community developers and HubSpotters, possibly some reveals, beer in the HS beer garden. An event by and for the community sponsored by HubSpot. If you're a developer, you are invited to attend in person or online. Want more information?",
url:"https://spin.d.pr/6RITrH",
},
{
tipId:"VSCode Extension",
title:"Use VSCode?",
Expand All @@ -196,6 +130,12 @@ var developerTools = {
content:"You can use HubL to resize images dynamically. Saving marketers from themselves. Do it.",
url:"https://designers.hubspot.com/en/docs/hubl/hubl-supported-functions#resize-image-url",
},
{
tipId:"do_tag",
title:'Need to modify lists in HubL? Use the DO tag',
content:"{% do list.append('stuff') %) Just DO it.",
url:"https://designers.hubspot.com/docs/hubl/syntax#expression-statements",
},
{
tipId:"Discovery Kit",
title:'HS Discovery Kit',
Expand All @@ -221,16 +161,10 @@ var developerTools = {
url:"https://github.com/williamspiro/HubSpot-Developer-Extension/wiki/Feature-Breakdown",
},
{
tipId:"DYK FTP",
title:'Did you know HubSpot supports FTP?',
content:"Access/edit templates, modules, and file manager assets with your favorite FTP client",
url:"https://designers.hubspot.com/docs/tools/hubspot-ftp",
},
{
tipId:"local dev",
title:'Used to Local Development?',
content:"Now with HubSpot's local server + FTP, it's possible, provide your feedback on it in the Developer Slack.",
url:"https://designers.hubspot.com/docs/tools/using-local-hubl-server-with-ftp",
tipId:"local dev-cli",
title:'Local development has arrived!',
content:"Using the HubSpot CMS CLI you can work locally using your favorite code editor and tools.",
url:"https://designers.hubspot.com/docs/tools/local-development",
},
{
tipId:"HS Dev Slack",
Expand All @@ -250,12 +184,6 @@ var developerTools = {
content:"We post our updates to both the beta and stable build of the extension as a release on our GitHub, check it out to learn about new features.",
url:"https://github.com/williamspiro/HubSpot-Developer-Extension/releases",
},
{
tipId:"design cert expire",
title:'The Design Cert. has been sunsetted',
content:"The design cert. is no longer useful. Instead a new developer certification will be coming soon. ",
url:"https://designers.hubspot.com/blog/were-sunsetting-the-hubspot-design-certification-heres-why",
},
{
tipId:"ext rate and review",
title:'Like the extension? consider rating/reviewing',
Expand Down

0 comments on commit cac574b

Please sign in to comment.