You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the letter of complaint feature - it's a very similar UI with a modal that has "states"
View is at public/modules/actions/partials/modals/complaint-letter.client.view.html
Controller is at public/modules/actions/controllers/complaint-letter.client.controller.js
To view this on your local copy:
Create an account
Go to the Take Action section
Complete two actions: "Contact Super" and "Email Landlord"
Do the "Send a letter of complaint" action - this is the UI we are basing the SMS referral UI off of. Notice how each "state" in the modal window transitions from left-to-right - this is how we can account for error/success states before the user closes the modal.
public/modules/actions/partials/modals/complaint-letter.client.view.htmlpublic/modules/actions/controllers/complaint-letter.client.controller.jsTo view this on your local copy: