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

Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover #804

Merged

Conversation

sanderl
Copy link
Contributor

@sanderl sanderl commented Nov 15, 2019

Fixes Part of #338.

Description of the changes:

  • Implemented the graph line enabling/disabling when the equation button is clicked
  • Replaced the x in the button content fx with the number for the equation.
  • Added a hover state to show clicking the icon sets the visibility of the line

How changes were validated:

  • manually

Copy link
Contributor

@joseartrivera joseartrivera left a comment

Choose a reason for hiding this comment

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

Thank you for taking on this feature! Works great functionally. Left a few comments and a solution for the issue we talked about at my desk. Thanks again! :)

src/Calculator/App.xaml Show resolved Hide resolved
src/Calculator/Calculator.vcxproj Outdated Show resolved Hide resolved
src/Calculator/Calculator.vcxproj Outdated Show resolved Hide resolved
src/Calculator/App.xaml Outdated Show resolved Hide resolved
src/Calculator/App.xaml Outdated Show resolved Hide resolved
src/GraphControl/Control/Grapher.cpp Outdated Show resolved Hide resolved
src/GraphControl/Control/Grapher.cpp Outdated Show resolved Hide resolved
src/GraphControl/Control/Grapher.cpp Outdated Show resolved Hide resolved
@sanderl sanderl added the graphing calculator Work items related to the graphing calculator feature. label Nov 18, 2019
…eColor.Text resource that was mistakenly taken out
…t visible. Update the function label for the EquationTextBox to increment the label to show f1, f2, f3, etc
…x and adding a new one repopulates the previous equation
@sanderl sanderl merged commit a33c1a4 into microsoft:feature/GraphingCalculator Nov 21, 2019
@sanderl sanderl deleted the EnableDisableLine branch January 16, 2020 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphing calculator Work items related to the graphing calculator feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants