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
* Support empty review display and add gray BG
* Adjust cancel button behavior
* Switch to correct red color
* Improve star accessibility
* Add spacing improvement
* Switch back to yellow stars with border
* Tidy up following rebase
* Temporarily change clear btn color for accessibility
* Add clearer documentation to form
* Switch to fetch request for form submission
* Interpret json response from endpoint
* Remove duplicated identifier
* Remove more unnecessary inputs and logic
* Prevent other buttons from submitting form
* Adjust review spacing
* Remove some temporary logic
* Improve component accessibility
* Switch to fetch handler service
* Restore tests and use mock fetch handler for demo app
* Switch out ReviewForRender with Review
* Generate submitted review on submit
* Tidy up defaults and tests
* Support passing in user itemname / screenname
* Tidy up following rebase
* Experiment with post request for debugging
* Revert "Experiment with post request for debugging"
This reverts commit 7856bd2.
* Include credentials
* Tidy up
* Adjust mocks to match new API response
* Adjust on-submit behavior and date handling
* Allow sanitized HTML in error messages
* Support review deletion
* Allow linebreaks in error messages
* Allow for string dates in prev review
* Tidy up demo app
* Ensure links inside errors match clear stars link
* Pass identifier to review component
* Adjust error message text
* Adjust unrecoverable error height
* Tidy up following CR
* Delete using screenname instead of itemname
* Adjust fetch handler interface import
* Add submitter param
0 commit comments