AyCode.Blazor/docs
Loretta b06d321bfb Refactor grid filter panel system for clarity/extensibility
Refactored the grid filter panel system:
- Renamed "quick-filter panel" to "filter panel" throughout.
- Introduced IMgGridFilterPanelComponent interface for filter panel contract.
- Split MgTagBox (now behavior-free) and new MgGridFilterPanelTagBox for grid filter logic.
- Grid tracks filter panel components, synchronizes criteria, and exposes new filter panel methods.
- Filter panel always rendered (CSS-hidden when off) to prevent invisible filtering.
- Added right-aligned "Clear Filters" button for panel-owned filters.
- Updated docs, parameter tables, and glossary for new terminology and structure.
- Updated usages to new component; legacy grid class implements no-op interface.
- Documented edge cases and updated CSS for new layout.
2026-07-17 05:34:01 +02:00
..
ARCHITECTURE.md [LOADED_DOCS: 4 files, no new loads] 2026-04-24 21:54:03 +02:00
CONVENTIONS.md Add XML doc standards; enable compiler-generated files 2026-05-23 09:27:29 +02:00
GLOSSARY.md Refactor grid filter panel system for clarity/extensibility 2026-07-17 05:34:01 +02:00
README.md [LOADED_DOCS: 4 files, no new loads] 2026-04-24 21:54:03 +02:00

README.md

AyCode.Blazor documentation

Top-level documentation for the AyCode.Blazor repo (Blazor/MAUI UI framework — Layer 1).

Reference docs (flat)

Topic folders

Topic-specific documentation lives at the sub-project level:

  • MGGRID (data grid component family): ../AyCode.Blazor.Components/docs/MGGRID/README.md

Navigation

Per the AI Agent Core Protocol (folder navigation rule), start from this README when browsing docs/. Single-file reference docs remain flat at this level; multi-file topics live in named subfolders.

See also

  • Base framework docs: ../../AyCode.Core/docs/README.md (if present) and per-project docs/ folders under AyCode.Core.