Skip to content

feat/added filter panel space#881

Merged
revolist merged 1 commit into
mainfrom
feat/filter-space
Jun 4, 2026
Merged

feat/added filter panel space#881
revolist merged 1 commit into
mainfrom
feat/filter-space

Conversation

@revolist

@revolist revolist commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • New Features

    • Filter panels now support custom content rendering at the bottom before action buttons.
  • Chores

    • Updated documentation and framework/format library dependencies.

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 603b8755-827a-4300-bb09-2b56a8fa3c11

📥 Commits

Reviewing files that changed from the base of the PR and between 3fee3b6 and a3d2d07.

📒 Files selected for processing (12)
  • docs
  • formats/date
  • formats/number
  • formats/select
  • packages/angular
  • packages/react
  • packages/svelte
  • packages/vue2
  • packages/vue3
  • src/plugins/filter/filter.panel.tsx
  • src/plugins/filter/filter.plugin.tsx
  • src/plugins/filter/filter.types.ts

Walkthrough

This PR updates nine git submodules (docs, formats, and framework packages) to newer upstream commits and adds support for plugins to inject custom UI content at the bottom of the FilterPanel above action buttons via a new extraBottomContent callback.

Changes

Submodule dependency updates

Layer / File(s) Summary
Framework and format dependency pointer advances
docs, formats/date, formats/number, formats/select, packages/angular, packages/react, packages/svelte, packages/vue2, packages/vue3
Nine git submodule references are updated to newer upstream commits across documentation, date/number/select formatting libraries, and Angular/React/Svelte/Vue framework package integrations.

Filter panel bottom content injection feature

Layer / File(s) Summary
Filter content callback types and plugin property
src/plugins/filter/filter.types.ts, src/plugins/filter/filter.plugin.tsx
ShowData interface adds optional extraBottomContent callback type, and FilterPlugin class introduces extraBottomHyperContent property to accept renderers for bottom-position content.
Plugin data flow and panel rendering
src/plugins/filter/filter.plugin.tsx, src/plugins/filter/filter.panel.tsx
FilterPlugin wires the extraBottomHyperContent property into panel data as extraBottomContent, and FilterPanel conditionally renders the injected content above its action button container.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

feature

Suggested reviewers

  • m2a2x

Poem

🐰 A filter panel spreads its arms so wide,
Now bottom content finds a cozy place to hide,
Dependencies dance to newer beats,
Fresh submodules bring upstream treats! 🎁

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat/added filter panel space' accurately describes the main change: adding extra bottom content space to the filter panel via a new extraBottomHyperContent property.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/filter-space

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud

sonarqubecloud Bot commented Jun 4, 2026

Copy link
Copy Markdown

@revolist revolist merged commit 790a26b into main Jun 4, 2026
8 checks passed
@revolist revolist deleted the feat/filter-space branch June 4, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants