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(frontend): allows to specify column order for rich display #3709

Merged
merged 4 commits into from May 13, 2024

Conversation

HugoCasa
Copy link
Contributor

@HugoCasa HugoCasa commented May 11, 2024

windmill-labs/windmilldocs#608

🚀 This description was created by Ellipsis for commit b48c85f

Summary:

Enhances the DisplayResult.svelte component by adding new data handling capabilities and optimizing the rendering logic for various data types.

Key points:

  • Refactored DisplayResult.svelte to enhance data handling and display.
  • Added new result kind 'table-row-object' for specific data structures.
  • Optimized rendering logic for various data types including arrays and objects.
  • Removed redundant code and improved function implementations for data transformation.

Generated with ❤️ by ellipsis.dev

Copy link

cloudflare-pages bot commented May 11, 2024

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: b48c85f
Status: ✅  Deploy successful!
Preview URL: https://cc9fa8ba.windmill.pages.dev
Branch Preview URL: https://hugo-win-92-table-display-co.windmill.pages.dev

View logs

@HugoCasa HugoCasa marked this pull request as ready for review May 13, 2024 08:08
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to b48c85f in 1 minute and 6 seconds

More details
  • Looked at 296 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. frontend/src/lib/components/DisplayResult.svelte:72
  • Draft comment:
    The check !Array.isArray(result) in isObjectOfArrays function seems unnecessary since the input result is already expected to be an object (not an array). Consider simplifying the function by removing this check.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_TMKD0UVu5Z4b5jjv


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

3 days left in your free trial, upgrade for $20/seat/month or contact us.

@rubenfiszel rubenfiszel merged commit c883db3 into main May 13, 2024
3 checks passed
@rubenfiszel rubenfiszel deleted the hugo/win-92-table-display-column-ordering branch May 13, 2024 16:08
@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants