Skip to content

Commit d5b9637

Browse files
committed
Comment out archive button from Replay view
1 parent 36db772 commit d5b9637

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

src/ui/coll.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -134,30 +134,30 @@ class WrRecColl extends Item {
134134
}
135135
}
136136

137-
protected renderToolbarLeft(isDropdown = false) {
138-
const leftBar = super.renderToolbarLeft();
139-
140-
if (this.embed) {
141-
return leftBar;
142-
}
143-
144-
return html`${leftBar}<a
145-
href="#"
146-
role="button"
147-
class="${!isDropdown
148-
? "button narrow is-borderless"
149-
: "dropdown-item is-hidden-tablet"}"
150-
title="Start Archiving"
151-
aria-label="Start Archiving"
152-
aria-controls="record"
153-
@click="${this.onShowStart}"
154-
@keyup="${clickOnSpacebarPress}"
155-
>
156-
<span class="icon is-small">
157-
<fa-icon size="1.2em" aria-hidden="true" .svg="${wrRec}"></fa-icon>
158-
</span>
159-
</a>`;
160-
}
137+
// protected renderToolbarLeft(isDropdown = false) {
138+
// const leftBar = super.renderToolbarLeft();
139+
140+
// if (this.embed) {
141+
// return leftBar;
142+
// }
143+
144+
// return html`${leftBar}<a
145+
// href="#"
146+
// role="button"
147+
// class="${!isDropdown
148+
// ? "button narrow is-borderless"
149+
// : "dropdown-item is-hidden-tablet"}"
150+
// title="Start Archiving"
151+
// aria-label="Start Archiving"
152+
// aria-controls="record"
153+
// @click="${this.onShowStart}"
154+
// @keyup="${clickOnSpacebarPress}"
155+
// >
156+
// <span class="icon is-small">
157+
// <fa-icon size="1.2em" aria-hidden="true" .svg="${wrRec}"></fa-icon>
158+
// </span>
159+
// </a>`;
160+
// }
161161

162162
protected renderToolbarRight() {
163163
const rightBar = super.renderToolbarRight();

0 commit comments

Comments
 (0)