Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,21 @@ These options append classes and do not replace the bundle's default Bootstrap c

This allows host applications to apply project-specific styling without overriding templates.

### Column header filter dropdown design

Column header filter UI is designed in `docs/decisions/0006-column-header-filter-dropdowns.md`.

The selected approach is Bootstrap dropdowns, not Bootstrap popovers.

Rationale:

- dropdowns handle interactive form controls more naturally;
- Bootstrap JS is already required for existing dropdown controls;
- the existing filter request model and Stimulus serialization can be reused;
- the implementation can remain dependency-light and Bootstrap-first.

Header filters should be introduced as an opt-in filter layout before becoming a default.

---

## 9. Action rendering layer
Expand Down
Loading