givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
384 stars 82 forks source link

Editor -> builder clicking on save or Save As button keep loader spinning #157

Closed Shofiul-Alam closed 4 months ago

Shofiul-Alam commented 4 months ago

I found issue in builder.js file line number 2475 to 2481. It was causing spinner keep spinning after saveAjax request. Had to change code as follows. Please do a review and update.

image

btn.querySelector(".loading").classList.toggle("d-none"); btn.querySelector(".button-text").classList.toggle("d-none"); }, (error) => { btn.querySelector(".loading").classList.toggle("d-none"); btn.querySelector(".button-text").classList.toggle("d-none"); let message = error?.statusText ?? "Error saving!"; displayToast("bg-danger", "Error", message);

givanz commented 4 months ago

Thank you for the bug report, it's fixed in the last commit https://github.com/givanz/Vvveb/commit/fa2d148b920fcc02e25b3387de1da60cb466facb