feat(open): update silo mod for MDI tab open dialog #180

Merged
forbes merged 1 commits from feat/open-item-mdi-tab into main 2026-02-12 17:48:16 +00:00
Owner

Summary

Update silo submodule pointer to feat/open-item-mdi-tab branch which replaces the blocking modal Silo_Open dialog with a non-blocking MDI tab.

Changes

  • Points silo submodule to silo-mod PR #20 which:
    • Extracts search UI into OpenItemWidget (open_search.py)
    • Rewrites Silo_Open.Activated() to use MDI subwindow pattern (matching Silo_New)
    • Adds 500ms search debounce and immediate filter re-search

Depends on: silo-mod PR #20

Checklist

  • Commit messages follow conventional commits
  • Code follows project style (clang-format for C++, black for Python)
  • Changes are tested locally
  • Documentation updated (if applicable)
## Summary Update silo submodule pointer to `feat/open-item-mdi-tab` branch which replaces the blocking modal `Silo_Open` dialog with a non-blocking MDI tab. ## Changes - Points silo submodule to silo-mod PR #20 which: - Extracts search UI into `OpenItemWidget` (`open_search.py`) - Rewrites `Silo_Open.Activated()` to use MDI subwindow pattern (matching `Silo_New`) - Adds 500ms search debounce and immediate filter re-search ## Related Issues Depends on: silo-mod PR #20 ## Checklist - [x] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) - [x] Code follows project style (clang-format for C++, black for Python) - [x] Changes are tested locally - [ ] Documentation updated (if applicable)
forbes added 1 commit 2026-02-12 16:23:23 +00:00
feat(open): update silo mod for MDI tab open dialog
Some checks failed
Build and Test / build (pull_request) Has been cancelled
c8b381d893
Points to silo-mod feat/open-item-mdi-tab which replaces the modal
Silo_Open dialog with an MDI subwindow tab.
forbes merged commit 983a9018ad into main 2026-02-12 17:48:16 +00:00
forbes deleted branch feat/open-item-mdi-tab 2026-02-12 17:48:17 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#180