UX Enhancement: Do not keep in history page that has just been renamed
@@ -405,6 +405,7 @@
;; Redirect to the new page
(route-handler/redirect! {:to :page
+ :push false
:path-params {:name (string/lower-case new-name)}})
(notification/show! "Page renamed successfully!" :success)