Disable PLEC Upload
This commit is contained in:
Binary file not shown.
@@ -32,12 +32,20 @@ function getHtml(): string {
|
|||||||
background: var(--vscode-button-secondaryHoverBackground);
|
background: var(--vscode-button-secondaryHoverBackground);
|
||||||
}
|
}
|
||||||
.tool-desc { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; }
|
.tool-desc { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; }
|
||||||
|
.tool-btn:disabled { cursor: not-allowed; opacity: 0.55; }
|
||||||
|
.tool-btn:disabled:hover { background: var(--vscode-button-secondaryBackground); }
|
||||||
|
.wip-badge {
|
||||||
|
display: inline-block; margin-left: 6px; padding: 1px 6px;
|
||||||
|
font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px;
|
||||||
|
background: var(--vscode-badge-background); color: var(--vscode-badge-foreground);
|
||||||
|
border-radius: 3px; vertical-align: middle;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3>HPL Toolbox</h3>
|
<h3>HPL Toolbox</h3>
|
||||||
<button class="tool-btn" data-cmd="hplToolbox.openPlecUpload">
|
<button class="tool-btn" data-cmd="hplToolbox.openPlecUpload" disabled title="Work In Progress">
|
||||||
PLEC Upload
|
PLEC Upload<span class="wip-badge">Work In Progress</span>
|
||||||
<span class="tool-desc">Upload HTML to internal PLEC server</span>
|
<span class="tool-desc">Upload HTML to internal PLEC server</span>
|
||||||
</button>
|
</button>
|
||||||
<button class="tool-btn" data-cmd="hplToolbox.openApplovinUpload">
|
<button class="tool-btn" data-cmd="hplToolbox.openApplovinUpload">
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ function getHtml(): string {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>AppLovin Playable Preview (QR)</h2>
|
<h2>AppLovin Playable Preview (QR)</h2>
|
||||||
<p style="opacity:0.8;font-size:12px;margin-top:0;">Upload HTML files to p.applov.in and get QR codes to scan with the AppLovin Playable Preview app (iOS/Android). Requires the <code>__Host-APPLOVINID</code> cookie set in <em>HPL Toolbox — AppLovin Upload</em> settings.</p>
|
<p style="opacity:0.8;font-size:12px;margin-top:0;">Upload HTML files to p.applov.in and get QR codes to scan with the AppLovin Playable Preview app (iOS/Android).</p>
|
||||||
|
|
||||||
<div class="file-cell" style="margin-bottom:8px;">
|
<div class="file-cell" style="margin-bottom:8px;">
|
||||||
<button id="pick" class="secondary">Choose files...</button>
|
<button id="pick" class="secondary">Choose files...</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user