Improve node designer process method documentation#138
Merged
Edwardvaneechoud merged 7 commits intomainfrom Jan 4, 2026
Merged
Improve node designer process method documentation#138Edwardvaneechoud merged 7 commits intomainfrom
Edwardvaneechoud merged 7 commits intomainfrom
Conversation
Owner
Edwardvaneechoud
commented
Jan 4, 2026
- Add get_secret_value() autocomplete for SecretStr type after accessing .secret_value on SecretSelector components
- Fix text selection highlighting to use distinct cyan color (accent) instead of similar light blue as active line
- Fix arrow key navigation in autocomplete by adding completionKeymap while keeping custom Tab handling
- Add get_secret_value() autocomplete for SecretStr type after accessing .secret_value on SecretSelector components - Fix text selection highlighting to use distinct cyan color (accent) instead of similar light blue as active line - Fix arrow key navigation in autocomplete by adding completionKeymap while keeping custom Tab handling
- Create ProcessCodeHelpModal.vue with comprehensive documentation: - Overview of the process method - Method signature and inputs explanation - How to access settings from UI components - Working with SecretStr and get_secret_value() - Common Polars patterns (filter, select, add column, aggregate) - Keyboard shortcuts for the code editor - Add help button (?) to ProcessCodeEditor header - Help modal uses existing modal pattern and styling
- Fix arrow key navigation in autocomplete by using defaultKeymap: true and Prec.highest for custom Tab handling - Add SecretStr variable detection: when a variable is typed as SecretStr (e.g., `my_var: SecretStr = ...`), typing `my_var.` suggests get_secret_value() - Make help button more prominent with accent color background and "Help" text
- Create NodeDesignerHelpModal.vue with tabbed documentation: - Overview: What is Node Designer, quick start steps - Layout: Page structure explanation with diagram - Components: All available components with descriptions and types - Code: Process method, settings access, keyboard shortcuts - Tips: Best practices and common patterns - Add Shift+Tab keyboard shortcut for outdenting selected code (works in both ProcessCodeEditor and pythonEditor) - Add Help button to Node Designer header that opens the help modal
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.