Replace all window.alert()/window.prompt() calls with canopyUXUtils.popup() #53
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#53
Loading…
Reference in a new issue
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?
Replace basic built-in browser prompts with custom canopyUXUtils.popup() that allows us to use custom markup and CSS within the dialogue.
These calls where added before canopyUXUtils.popup() was written.
This is a security improvement in the case of popups that take in passwords (such as when deleting your account), as we'd be able to obscure them.
changed the description
Replaced all window.prompt() and window.alert() calls with new canopyUXUtils.popup()'s:
ee5a8d9516