Skip to content

Added functionality to the History page

Hrishikesh Pramod requested to merge (removed):master into master

Goal: To allow users to transport expressions from history to the calculations page Achieved:

  • Clicking an item of the list in the history page redirects to the calculations page with the expression on the screen
  • Only the part before the '=' sign has been added for simplicity
  • Tested for bugs during redirection, none found.

Merge request reports