Remove reliance on Flash styling
requested to merge 353432-remove-reliance-on-flash-styling-within-ee-app-views-trials-_errors-html-haml into master
What does this MR do and why?
Replace Flash styling in Haml with a Vuejs FlashAlert
component on The new trial page and The apply trial page.
Screenshots or screen recordings
The new trial page:
before | after |
---|---|
The apply trial page:
before | after |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Simulate GitLab.com (
echo "export GITLAB_SIMULATE_SAAS=1" > env.runit
in gdk directory andgdk restart rails-web
) - Visit the new trial page: http://localhost:3000/-/trials/new
- Fill in the form
- Click
Continue
- Visit the apply trial page: http://localhost:3000/-/trials/select
- Fill in the form
- Click
Start your free trial
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
closes #353432 (closed)
Edited by Alex Buijs