Skip to content

Fix sidenav and unread chat messages logged out call #6166

Ben requested to merge fix/sidenav-f6166 into master

Ticket(s) / Related Merge Requests

#6166 (closed)

Summary of Changes

Fix sidenav being cut off on short devices, and unread chat messages still being called for when logged out.

Testing Considerations

Note

Topbar alert may require access to Strapi - if you can't do this, DM me.

Steps
  • With topbar alert - Make your viewport short, scroll down and see no cutoff at the bottom.
  • Without topbar alert - Make your viewport short, scroll down and see no cutoff at the bottom.
  • Double check nav in mobile viewports.
  • No calls are made to the graphql endpoint for unread message counts.

Deployment Considerations

Standard deployment.

Regression Scope

Sidenav.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual.

Screenshots / Screen Recording

simplescreenrecorder-2024-04-04_14.25.08

simplescreenrecorder-2024-04-04_14.26.31

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports