Update app icon to Avigilon Alta logo, remove Test Connection button, rename proxy buttons
- Replace app icon (assets/icon.png) with Avigilon Alta "A" logo - Add Windows .ico version of the icon - Remove Test Connection button from API Connection section - Rename Start/Stop Cookie Proxy buttons to Start/Stop Proxy - Add .claude/ and nul to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-3
@@ -50,7 +50,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="connection-controls">
|
||||
<button type="button" id="testConnectionBtn" class="btn-outline" disabled>Test Connection</button>
|
||||
<button type="button" id="disconnectBtn" class="btn-outline" disabled>Disconnect</button>
|
||||
</div>
|
||||
<div id="connectionStatus" class="status-message"></div>
|
||||
@@ -69,8 +68,8 @@
|
||||
<input type="text" id="cookieKey" placeholder="Paste your cookie key here">
|
||||
</div>
|
||||
<div class="proxy-buttons">
|
||||
<button type="button" id="startCookieProxyBtn" class="btn-primary" disabled>Start Cookie Proxy</button>
|
||||
<button type="button" id="stopCookieProxyBtn" class="btn-outline" disabled>Stop Cookie Proxy</button>
|
||||
<button type="button" id="startCookieProxyBtn" class="btn-primary" disabled>Start Proxy</button>
|
||||
<button type="button" id="stopCookieProxyBtn" class="btn-outline" disabled>Stop Proxy</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user