mirror of
https://github.com/multipleof4/dsh-context-plugin.git
synced 2026-09-18 11:35:44 +00:00
chore: rename display title to dsh-context-plugin
This commit is contained in:
@@ -564,7 +564,7 @@ function clientPlugin() {
|
|||||||
h('div', { className: 'dsh-ctx-header' },
|
h('div', { className: 'dsh-ctx-header' },
|
||||||
h('div', { className: 'dsh-ctx-title' },
|
h('div', { className: 'dsh-ctx-title' },
|
||||||
h('span', null, '📁'),
|
h('span', null, '📁'),
|
||||||
h('span', null, 'Workspace Context Ingestion')
|
h('span', null, 'dsh-context-plugin')
|
||||||
),
|
),
|
||||||
h('div', { style: { display: 'flex', gap: '4px' } },
|
h('div', { style: { display: 'flex', gap: '4px' } },
|
||||||
h('button', {
|
h('button', {
|
||||||
@@ -738,7 +738,7 @@ function clientPlugin() {
|
|||||||
fontSize: '12px',
|
fontSize: '12px',
|
||||||
gap: '6px'
|
gap: '6px'
|
||||||
},
|
},
|
||||||
title: 'Open Workspace Context Ingestion Window',
|
title: 'Open dsh-context-plugin Window',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
updateWindowState({ isOpen: true, isMinimized: false });
|
updateWindowState({ isOpen: true, isMinimized: false });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user