Skip to content
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

feat: resource pool – add proper icon #1982

Merged
merged 5 commits into from
Feb 26, 2025

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Feb 25, 2025

Closes #1853

Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
262 261 0 1 0

😟 No changes in tests. 😕

Bundle Size: 🔺

Current: 80.62 MB | Main: 80.62 MB
Diff: +5.06 KB (0.01%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@@ -290,6 +290,7 @@ export const getActions =
database: DB_SET,

directory: DIR_SET,
resource_pool: DIR_SET,
Copy link
Member

@artemmufazalov artemmufazalov Feb 26, 2025

Choose a reason for hiding this comment

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

This includes create table / topic / dir / topic options, I doubt that resource pool has all of it (you set it as childless). Probably, only copy option should be here

Copy link
Member

Choose a reason for hiding this comment

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

Maybe it should be similar to index table index_table: JUST_COPY,

@astandrik astandrik added this pull request to the merge queue Feb 26, 2025
Merged via the queue into main with commit 9c0c6f8 Feb 26, 2025
7 checks passed
@astandrik astandrik deleted the astandrik.resource-pool-icon-1853 branch February 26, 2025 12:44
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.

resource pool – add proper icon when object is listed in schema tree
2 participants