Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addon/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ class LogTreeviewNode extends React.Component {
return h("tr", attributes,
h("th", {className: "slds-tree__item", "data-label": "Item", scope: "row"},
h("button", {className: "slds-button slds-button_icon slds-button_icon-x-small slds-m-right_x-small", hidden: (this.node.child.length == 0), "aria-hidden": true, tabIndex: -1, title: "Expand", onClick: this.toggleExpand},
h("svg", {className: "slds-button__icon slds-button__icon_small", "aria-hidden": true},
h("svg", {className: "slds-button__icon slds-button_icon-small", "aria-hidden": true},
h("use", {xlinkHref: "symbols.svg#chevronright"})
),
h("span", {className: "slds-assistive-text"}, "Expand " + this.node.title),
Expand Down
40 changes: 20 additions & 20 deletions addon/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,90 +669,90 @@ class App extends React.PureComponent {
ref: "dataExportBtn",
href: exportHref,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Data Export",
onMouseEnter: () => { this.setButtonTooltip("Data Export - Shortcut [e]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#download", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#download", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Data Export"),
),
h("a",
{
ref: "dataImportBtn",
href: importHref,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Data Import",
onMouseEnter: () => { this.setButtonTooltip("Data Import - Shortcut [i]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#upload", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#upload", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Data Import"),
),
h("a",
{
ref: "apexRunnerBtn",
href: apexRunnerHref,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Run Apex Code",
onMouseEnter: () => { this.setButtonTooltip("Run Apex Code - Shortcut [g]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#apex", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#apex", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Run Apex Code"),
),
h("a",
{
ref: "streamingBtn",
href: streamingHref,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Manage Streaming",
onMouseEnter: () => { this.setButtonTooltip("Manage Streaming - Shortcut [t]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#broadcast", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#broadcast", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Manage Streaming"),
),
h("a",
{
ref: "limitsBtn",
href: limitsHref,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Limits",
onMouseEnter: () => { this.setButtonTooltip("Limits - Shortcut [l]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#metrics", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#metrics", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Limits"),
),
h("a",
{
ref: "a",
href: "metadata-retrieve.html?" + hostArg,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Download Metadata",
onMouseEnter: () => { this.setButtonTooltip("Download Metadata - Shortcut [d]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#package", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#package", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Download Metadata"),
),
h("a",
{
ref: "apiExploreBtn",
href: "explore-api.html?" + hostArg,
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large",
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small",
title: "Explore API",
onMouseEnter: () => { this.setButtonTooltip("Explore API - Shortcut [x]"); },
onMouseLeave: () => { this.setButtonTooltip(""); }
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#description", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#description", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Explore API"),
),
// Workaround for in Lightning the link to Setup always opens a new tab, and the link back cannot open a new tab.
Expand All @@ -764,9 +764,9 @@ class App extends React.PureComponent {
onMouseEnter: () => { this.setButtonTooltip("Salesforce Home - Shortcut [h]"); },
onMouseLeave: () => { this.setButtonTooltip(""); },
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large"
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small"
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#home", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#home", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Salesforce Home")),
inLightning && !isInSetup && h("a",
{
Expand All @@ -776,9 +776,9 @@ class App extends React.PureComponent {
onMouseEnter: () => { this.setButtonTooltip("Setup Home - Shortcut [h]"); },
onMouseLeave: () => { this.setButtonTooltip(""); },
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large"
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small"
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#fallback", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#fallback", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Setup Home")
),
h("a",
Expand All @@ -789,9 +789,9 @@ class App extends React.PureComponent {
onMouseEnter: () => { this.setButtonTooltip("Options - Shortcut [p]"); },
onMouseLeave: () => { this.setButtonTooltip(""); },
target: linkTarget,
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-large"
className: "slds-button slds-button_icon slds-button_icon-border-filled slds-button_icon-small"
},
h("svg", {className: "slds-button__icon_large"}, h("use", {xlinkHref: "symbols.svg#settings", style: {fill: "#706E6B"}})),
h("svg", {className: "slds-button_icon-small"}, h("use", {xlinkHref: "symbols.svg#settings", style: {fill: "#706E6B"}})),
h("span", {className: "slds-assistive-text"}, "Options"),
),
),
Expand Down
Loading