epistemonikos / isoq

iSoQ
https://isoq.epistemonikos.org
2 stars 0 forks source link

Feature/222 prevent delete explanation text #277

Closed damian-garrido closed 1 month ago

damian-garrido commented 1 month ago

This pull request introduces a utility function to handle explanations and updates the codebase to use this new function. The main changes involve importing the displayExplanation function and updating various components to use it for generating explanations.

Introduction of Utility Function

Component Updates

These changes improve the consistency and maintainability of the code by centralizing the logic for generating explanations.