JS-Based Modal Views #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Login Modal and CRUD Modals are currently handled by PHP. This is frankly disgusting and I hate it. Modals should be handled by JS for reliable implementation. This would also fix many Header() issues.
Need to JSON encode userdata / viewdata to pass to client. API could also work, but complex.