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

Make the UI a little cleaner #4405

Merged
merged 4 commits into from
Mar 6, 2023
Merged

Make the UI a little cleaner #4405

merged 4 commits into from
Mar 6, 2023

Conversation

jmaslek
Copy link
Collaborator

@jmaslek jmaslek commented Mar 6, 2023

Addresses #4399

@reviewpad reviewpad bot added the feat M Medium T-Shirt size feature label Mar 6, 2023
@@ -44,6 +44,10 @@

logger = logging.getLogger(__name__)

no_ticker_message = (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't the cmds under this menu also be grey if ticker is not loaded?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the reason they aren't is because they can all be run with cmd -t

@@ -129,46 +129,48 @@ def print_help(self):
stock_str = f"{s_intraday} {self.ticker}"

mt = MenuText("stocks/ta/", 90)
mt.add_param("_ticker", stock_str)
mt.add_param(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also have the load cmd here? the functionality is there tho

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes i should

@jmaslek jmaslek merged commit f0d8fa6 into develop Mar 6, 2023
@jmaslek jmaslek deleted the feature/ui-improvements branch March 6, 2023 18:57
jmaslek added a commit that referenced this pull request Apr 13, 2023
* Make the UI a little cleaner

* ta load

---------

Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat M Medium T-Shirt size feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants