feat(admin): add success toast notifications to all save actions (#143)
Admin mutations showed error feedback on failure but no confirmation on
success. Wire useToast() into all 8 admin pages/hooks and fire a toast
after each successful mutation (24 total). Add useToast mock to the
corresponding 8 test files.
authored by