Movable Input Field with auto-scroll#2710
Conversation
|
Performance benchmarks:
|
|
Nice, I'll try to check it tonight. One suggestion: can you add the console to one of the advanced examples? This makes it easier to locally play arround with it as well as provide an illustration to other how to add the console to their models. |
|
Great stuff! Works as expected one minor thing: the tips hint is tied to the movable input field. Perhaps move it to underneath "Command Console"? |
Done! |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Making a component out of the input field and adjusts the input field according to the contents of history shown and uses
solara.v.ScrollYTransition()for auto scrolling when input field is changed.This is the feature development for issue #2705, second and fifth points.