atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io/en/stable/
MIT License
447 stars 106 forks source link

FUI modal should be generated from php only #2229

Open mvorisek opened 23 hours ago

mvorisek commented 23 hours ago

Currently there are two locations where FUI modal is generated without php:

https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/confirm.plugin.js and https://github.com/atk4/ui/blob/5.2.0/js/src/plugins/create-modal.plugin.js

If there should be no roundtrip between client and server, they can be pregenerated, but never constructed within js only.