Pengin-Open-Source / pengin-pi

PENGIN PI! A CRM with the back bone of a feature light ERP system. Utilitarian in design, easy to extend, customize, and deploy. Made by a community, supported by Tobu Pengin.
GNU General Public License v3.0
9 stars 1 forks source link

[TASK] modify JS that hides/reveals overlay when button pressed #415

Open stuart909 opened 6 months ago

stuart909 commented 6 months ago

Description The JS that hides and reveals the overlay needs to instead send a POST with the button ID to the routes/message/ui endpoint. Our before_request processor will toggle the chat_bool. The js needs to handle the server response and dynamically load the html content in the overlay div, or dynamically hide/remove it.

Additional Context

414