Add back navigation and console UX improvements#9
Open
StephenChi-hi wants to merge 1 commit intosatsie:masterfrom
Open
Add back navigation and console UX improvements#9StephenChi-hi wants to merge 1 commit intosatsie:masterfrom
StephenChi-hi wants to merge 1 commit intosatsie:masterfrom
Conversation
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.
hi, i made this pr to fix some small issues i saw while using the app.
i added a back button and connected it properly between the lessons because before it was hard to move back once you move forward. now navigation feels more normal. i also made it possible to type
nextinside the console to move to the next step after finishing a task, so you don’t always have to depend only on the UI.i improved the console a bit too. now you can click to copy text easily and selecting text is working better. before it was a bit frustrating when trying to copy output.
this fixes #5 and #2.
i found this project from @satsie discord profile and decided to go through the lessons. while using it, i noticed these small UX gaps and thought i could help improve them. i also experienced the same issues myself while learning.
this is part of my first open source contributions, so i am still learning how everything works. if anything should be changed or done differently please let me know. i really appreciate the effort behind this project and i am happy to contribute.