Skip to content

feat(inbound-filters): add v2 page skeleton#116665

Draft
shellmayr wants to merge 5 commits into
masterfrom
shellmayr/feat/inbound-filters-v2-skeleton
Draft

feat(inbound-filters): add v2 page skeleton#116665
shellmayr wants to merge 5 commits into
masterfrom
shellmayr/feat/inbound-filters-v2-skeleton

Conversation

@shellmayr
Copy link
Copy Markdown
Member

  • Add a new tab to the inbound filters settings page, gated by the feature flag inbound-filters-v2
  • To the new tab, add a skeleton of the new table that will be connected to the API for inbound filters v2

Contributes to TET-2382

@shellmayr shellmayr requested a review from a team June 2, 2026 06:57
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Jun 2, 2026

TET-2382

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.59%

Copy link
Copy Markdown
Member

@priscilawebdev priscilawebdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

<SimpleTable.HeaderCell divider={false}>{t('Conditions')}</SimpleTable.HeaderCell>
<SimpleTable.HeaderCell divider={false}>{t('Created')}</SimpleTable.HeaderCell>
<SimpleTable.HeaderCell divider={false}>{t('Edited')}</SimpleTable.HeaderCell>
<SimpleTable.HeaderCell divider={false}>{t('Action')}</SimpleTable.HeaderCell>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be Actions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants