refactor(shared-ui): rename QuickInputBar to InputBar

- Rename QuickInputBar.svelte to InputBar.svelte (simpler name)
- Remove quickActions prop (moved to toolbar components)
- Add onSearchChange callback for real-time search updates
- Export both InputBar and QuickInputBar (alias) for backwards compatibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-12 11:58:13 +01:00
parent 51912a285d
commit 8a75b349dc
4 changed files with 275 additions and 564 deletions

View file

@ -118,8 +118,8 @@ export {
export { CommandBar } from './command-bar';
export type { CommandBarItem } from './command-bar';
// Quick Input Bar
export { QuickInputBar } from './quick-input';
// Input Bar
export { InputBar, QuickInputBar } from './quick-input';
export type { QuickInputItem, QuickAction, CreatePreview } from './quick-input';
// Pages