Piilotetut paneelit tavoitettavissa hashilla: #network, #laskentaverkko, #codelab
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1708,8 +1708,9 @@ IMPORTANT: Include get_db() dependency for FastAPI` },
|
||||
|
||||
// URL-hash navigointi
|
||||
const initHash = window.location.hash.replace('#', '');
|
||||
if (['codelab', 'agents', 'guide'].includes(initHash)) {
|
||||
switchMainTab(initHash);
|
||||
const hashMap = { 'laskentaverkko': 'network', 'network': 'network', 'codelab': 'codelab', 'agents': 'agents', 'guide': 'guide' };
|
||||
if (hashMap[initHash]) {
|
||||
switchMainTab(hashMap[initHash]);
|
||||
}
|
||||
|
||||
// Synkronoi coder-status kun WS on jo auki (suora #codelab navigointi)
|
||||
|
||||
Reference in New Issue
Block a user