fedwiki / wiki-client

Federated wiki client-side javascript as a npm module.
Other
117 stars 38 forks source link

Replacing jQuery UI Dialog #311

Closed paul90 closed 8 months ago

paul90 commented 9 months ago

Replacing jQuery UI dialog with a child 'popup' window. By changing dialog.coffee this replaces all jQuery UI based dialogs at once.

On some browsers and devices the child window might open in a tab, or if the user has the opening of child windows blocked be requested to unblock for the wiki site. But, it removes the dialog that obscures a portion of the screen, and may present a challenge in a small windows.

Replacing Screenshot 2024-02-08 at 10 38 12

with Screenshot 2024-02-08 at 10 41 03