Merged
Conversation
…prove UI layout - Updated date-array-variable.tsx and date-set-variable.tsx to use XIcon for delete actions. - Enhanced layout and styling for date selection and existing date display. - Refactored float-array-variable.tsx and float-set-variable.tsx to replace Trash2Icon with XIcon and improved item display. - Modified integer-array-variable.tsx and integer-set-variable.tsx to use XIcon for item removal and adjusted layout. - Changed pathbuf-array-variable.tsx and pathbuf-set-variable.tsx to utilize XIcon for delete actions and improved item presentation. - Updated string-array-variable.tsx and string-set-variable.tsx to replace Trash2Icon with XIcon and refined the input and item display.
… variable components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new PDF processing module to the image catalog, enabling PDF page counting and page/image rendering nodes, and also refines the UI for boolean and date array/set variable components. The most significant changes are the addition of PDF utilities and nodes in the backend, and improved usability and styling for array/set variable inputs in the UI.
PDF Processing and Node Additions:
pdfmodule underimagewith utilities for loading PDFs, rendering pages to images, and validating input parameters. This includes helper functions and three new node implementations:PdfPageCountNode,PdfPageToImageNode, andPdfToImagesNode, which allow counting pages and rendering single or all pages as images. [1] [2] [3] [4] [5]hayroPDF rendering library as a dependency in the catalog package.UI Improvements for Variable Components:
BoolArrayVariableandBoolSetVariablecomponents to use clearer labels ("True"/"False" instead of "New Value"/"Index"), improved styling for array/set entries, replaced the trash icon with a more intuitive "X" icon, and enhanced accessibility and usability. [1] [2] [3] [4] [5] [6]DateArrayVariablecomponent for better layout, clearer date/time selection, and replaced the trash icon with "X" for removing entries. [1] [2] [3]Documentation:
NodeImage) and files (FlowPath).