project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Implement Logging Out #401

Closed rajadain closed 5 years ago

rajadain commented 5 years ago

Overview

Implements logging out.

Connects #335

Demo

2018-12-31 14 47 21

Testing Instructions

fungjj92 commented 5 years ago

Add the carrot icon to this list #393

rajadain commented 5 years ago

Good point about accessibility. Generally any app that is primarily map driven is going to be a challenge for the visually impaired, so we may have bigger problems, but it's a good habit to make things accessible by default, which we should always try to do. 5ae9b7e includes a hidden button that will be visible to screen readers only, using recommended styling from 18F.

fungjj92 commented 5 years ago

Great ! Tested on ipad mode on chrome.

rajadain commented 5 years ago

Thanks for taking a look!