-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floating continue #5347
base: master
Are you sure you want to change the base?
Floating continue #5347
Conversation
@@ -1641,7 +1530,7 @@ fixmystreet.message_controller = (function() { | |||
if (typeof stopper.message === 'function') { | |||
$msg = stopper.message(); | |||
} else { | |||
$msg = $('<div class="box-warning">' + stopper.message + '</div>'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5347 +/- ##
==========================================
+ Coverage 82.41% 82.49% +0.07%
==========================================
Files 416 416
Lines 32899 32895 -4
Branches 5283 5291 +8
==========================================
+ Hits 27114 27136 +22
+ Misses 4225 4196 -29
- Partials 1560 1563 +3 ☔ View full report in Codecov by Sentry. |
849b649
to
cb3a375
Compare
Bromley parks/no parks messaging - works nicely on desktop if switched to new hover message, but doesn't appear at all on mobile (because the map page on which it's shown is never visited again). Think will need to add a new way to immediately show the message on current page hovered, rather than only on map page. Not sure if this applies to anything else. |
Check the new notification element for containing warning messages to show notificatins are being shown or not and remove the necessity for scrolling down in tests
When making a report, if you get to the 'Your details' view and then move the pin off the required selected asset, error message is not shown. Using Merton parks as an example in screenshots. Issue appears to be that the floating button is not used at this stage. On Merton cobrand, select 'Parks and Recreation Grounds'. Choose a park. Begin report. On 'Your details' view, move the pin out of the park. Current behaviour: New behaviour: |
No description provided.