fix(command-bar): move cursor to end of input after typing#303
Conversation
This commit addresses issue scribe-org#286 by improving the cursor behavior within the command bar. Previously, the cursor remained fixed after the command prompt, even as the user typed input. This has been corrected so that the cursor now dynamically moves to the end of the input text as the user types, providing a more intuitive and user-friendly experience. Closes scribe-org#286
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
|
Nice, @smalik2811! We'll get to the review here in the coming days :) |
andrewtavis
left a comment
There was a problem hiding this comment.
Really some amazing work, @smalik2811! Great to have you on the project :) Would be happy to have you at our dev sync tomorrow if you had interest! Details for that are in the General channel on Matrix :)
|
Thank you so much 😊, @andrewtavis, for the kind words and encouragement! I'm really enjoying 😍 contributing to the project as well. I'd love to join the dev sync tomorrow – excited to learn about the upcoming features! |
Contributor checklist
./gradlew lintKotlin detekt testcommand as directed in the testing section of the contributing guideDescription
This commit addresses issue #286 by improving the cursor behavior within the command bar.
Previously, the cursor remained fixed after the command prompt, even as the user typed input. This has been corrected so that the cursor now dynamically moves to the end of the input text as the user types, providing a more intuitive and user-friendly experience.
Related issue