Actions
Refactor #32978
openTracker #32749: PF4 UX Visual Refresh
Tracker #32747: Add index page template
reuse flash success & error helpers for JSON requests
Description
the rails success helper stores a toast notification message on the server-side which gets invoked after a full refresh,
in React modern apps there's no full refresh, so we need a way to retrieve that message through JSON.
Actions