Skip to content

Conversation

@MiloradFilipovic
Copy link
Contributor

Summary

API specification for new design system component, DropdownMenu that should replace ActionToggle and ActionDropdown

Related Linear tickets, Github issues, and Community forum posts

Closes ADO-4384

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@bundlemon
Copy link

bundlemon bot commented Nov 24, 2025

BundleMon

Unchanged files (2)
Status Path Size Limits
WASM Dependencies
tree-sitter-bash.wasm
181.26KB -
WASM Dependencies
tree-sitter.wasm
74.47KB -

No change in files bundle size

Groups updated (2)
Status Path Size Limits
**/*.js
11.38MB (+94.95KB +0.82%) -
**/*.css
231.52KB (+10.74KB +4.87%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="packages/frontend/@n8n/design-system/src/v2/components/DropdownMenu/component-dropdown-menu.md">

<violation number="1" location="packages/frontend/@n8n/design-system/src/v2/components/DropdownMenu/component-dropdown-menu.md:106">
The “With badges and shortcuts” example listens for `@select=&quot;handleSelect&quot;` even though no `handleSelect` function is declared in the script block, so the example won’t run as written.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

<template>
<N8nDropdownMenu
:items="dropdownItems"
@select="handleSelect"
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 24, 2025

Choose a reason for hiding this comment

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

The “With badges and shortcuts” example listens for @select="handleSelect" even though no handleSelect function is declared in the script block, so the example won’t run as written.

Prompt for AI agents
Address the following comment on packages/frontend/@n8n/design-system/src/v2/components/DropdownMenu/component-dropdown-menu.md at line 106:

<comment>The “With badges and shortcuts” example listens for `@select=&quot;handleSelect&quot;` even though no `handleSelect` function is declared in the script block, so the example won’t run as written.</comment>

<file context>
@@ -0,0 +1,259 @@
+&lt;template&gt;
+  &lt;N8nDropdownMenu
+    :items=&quot;dropdownItems&quot;
+    @select=&quot;handleSelect&quot;
+  /&gt;
+&lt;/template&gt;
</file context>
Fix with Cubic

@currents-bot
Copy link

currents-bot bot commented Nov 24, 2025

E2E Tests: n8n tests passed after 9m 22.3s

🟢 588 · 🔴 0 · ⚪️ 12 · 🟣 4

View Run Details

Run Details

  • Project: n8n

  • Groups: 2

  • Framework: Playwright

  • Run Status: Passed

  • Commit: edb1c17

  • Spec files: 96

  • Overall tests: 600

  • Duration: 9m 22.3s

  • Parallelization: 9

Groups

GroupId Results Spec Files Progress
ui 🟢 539 · 🔴 0 · ⚪️ 12 · 🟣 4 90 / 90
ui:isolated 🟢 49 · 🔴 0 · ⚪️ 0 6 / 6


This message was posted automatically by currents.dev | Integration Settings

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

Labels

n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants