feat(ext/vault): scaffold vault.html tab with sidebar+pane layout and hash routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,6 +64,12 @@ chrome.storage.local.get('session_timeout').then((r) => {
|
||||
}
|
||||
}).catch(() => {});
|
||||
|
||||
chrome.commands.onCommand.addListener((command) => {
|
||||
if (command === 'open-vault') {
|
||||
chrome.tabs.create({ url: chrome.runtime.getURL('vault.html') });
|
||||
}
|
||||
});
|
||||
|
||||
chrome.runtime.onMessage.addListener(
|
||||
(request: Request, sender: chrome.runtime.MessageSender, sendResponse: (r: Response) => void) => {
|
||||
(async () => {
|
||||
|
||||
Reference in New Issue
Block a user