Skip to content

fix: Community nodes - setting page empty state #15305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

michael-radency
Copy link
Contributor

@michael-radency michael-radency commented May 12, 2025

Summary

  • Community nodes - setting page empty state update and N8N_UNVERIFIED_PACKAGES_ENABLED false
  • Contact an admin... tool tip font fix
  • Show Manage only if instance owner and node is installed
  • Error text update

Related Linear tickets, Github issues, and Community forum posts

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)

@michael-radency michael-radency added the ui Enhancement in /editor-ui or /design-system label May 12, 2025
Copy link

@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.

mrge found 5 issues across 8 files. Review them in mrge.io

@@ -25,6 +25,7 @@ import CommunityNodeDetails from './CommunityNodeDetails.vue';
import CommunityNodeInfo from './CommunityNodeInfo.vue';
import CommunityNodeDocsLink from './CommunityNodeDocsLink.vue';
import CommunityNodeFooter from './CommunityNodeFooter.vue';
import { useUsersStore } from '@/stores/users.store';
Copy link

Choose a reason for hiding this comment

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

Rule violated: Ensure every PR has unit tests for Vue files

  Missing unit tests for the Vue component changes in NodesListPanel.vue

@@ -36,7 +36,19 @@ const communityNodesStore = useCommunityNodesStore();
const uiStore = useUIStore();
const settingsStore = useSettingsStore();

const getEmptyStateTitle = computed(() => {
Copy link

Choose a reason for hiding this comment

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

Rule violated: Ensure every PR has unit tests for Vue files

  Missing unit tests for modified Vue component

Copy link

@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.

mrge found 5 issues across 8 files. Review them in mrge.io

<N8nText size="small" color="primary" bold> Manage </N8nText>
</N8nLink>
<N8nText size="small" color="primary" bold>|</N8nText>
<div v-if="props.showManage">
Copy link

Choose a reason for hiding this comment

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

Unnecessary wrapper div element that could affect styling. Consider using Vue's template fragment () for conditional rendering without adding extra DOM elements.

@@ -8,6 +8,7 @@ import { N8nText, N8nLink } from '@n8n/design-system';

export interface Props {
packageName: string;
showManage: boolean;
Copy link

Choose a reason for hiding this comment

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

Rule violated: Ensure every PR has unit tests for Vue files

  Missing unit tests for modified Vue component

@@ -25,6 +25,7 @@ import CommunityNodeDetails from './CommunityNodeDetails.vue';
import CommunityNodeInfo from './CommunityNodeInfo.vue';
import CommunityNodeDocsLink from './CommunityNodeDocsLink.vue';
import CommunityNodeFooter from './CommunityNodeFooter.vue';
import { useUsersStore } from '@/stores/users.store';
Copy link

Choose a reason for hiding this comment

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

Rule violated: Ensure every PR has unit tests for Vue files

  Missing unit tests for the Vue component changes in NodesListPanel.vue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

affects only CommunityNodeFooter, tests added

@@ -36,7 +36,19 @@ const communityNodesStore = useCommunityNodesStore();
const uiStore = useUIStore();
const settingsStore = useSettingsStore();

const getEmptyStateTitle = computed(() => {
Copy link

Choose a reason for hiding this comment

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

Rule violated: Ensure every PR has unit tests for Vue files

  Missing unit tests for modified Vue component

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will be addressed in ticket

@dana-gill dana-gill requested a review from ShireenMissi May 12, 2025 09:18
Copy link

codecov bot commented May 12, 2025

Codecov Report

Attention: Patch coverage is 96.29630% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...mponents/Node/NodeCreator/Panel/NodesListPanel.vue 66.66% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels May 12, 2025
Copy link
Contributor

✅ All Cypress E2E specs passed

@michael-radency michael-radency merged commit e7c095d into master May 12, 2025
59 checks passed
@michael-radency michael-radency deleted the node-2947-community-nodes-setting-page-empty-state branch May 12, 2025 11:40
@github-actions github-actions bot mentioned this pull request May 12, 2025
@janober
Copy link
Member

janober commented May 12, 2025

Got released with n8n@1.93.0

ozcangungor pushed a commit to ozcangungor/n8n that referenced this pull request May 25, 2025
etobella pushed a commit to etobella/n8n that referenced this pull request May 25, 2025
Alexandero89 pushed a commit to Alexandero89/n8n that referenced this pull request May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants