Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some help inside the Home tab page #3

Open
KarlHeitmann opened this issue Jan 12, 2023 · 0 comments
Open

Add some help inside the Home tab page #3

KarlHeitmann opened this issue Jan 12, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@KarlHeitmann
Copy link
Owner

To see what you can do inside a tab page, you need to look at the source code of the application. Because there is not a single hint on what the application can do.

Take a look at the source code on ./src/ui/home.rs, there are no actions the user can take here. Only the global actions described on the function selection_menu_handler (HINT: use rg explorer to find where this function is defined ;) ).

To solve this issue, create a new function on ./src/ui/home.rs so when the user hits "?", it will display a widget showing him some general help: what keys he must press to go to each tab, what this project does, and what is the purpose of each tab.

You can inspire yourself by seeing how the handler action_edit function works. Use rg_explorer to find in which place this function is defined, and where it is used. Try to follow this pattern.

@KarlHeitmann KarlHeitmann added the documentation Improvements or additions to documentation label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant