This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[React] Create an introductory panel before displaying the StoryList in Map view #675
Closed
4 tasks
Labels
Currently, when a user enters the Map, the StoryList in the sidebar is displayed immediately. There is a card on the right side of the screen that pops up and explains a bit about the terrastories app.
Let’s update the UI so that there is no more card and instead, we display an introductory panel in the sidebar before we display the list of Stories.
See below for the design.
note: copy change from this design -- Let's end the explore text at "all over" and not make it specific to the Matawai
We’ll likely need to create a new component which will be rendered into the Sidebar. Then the Sidebar will conditionally display this panel or the list. The condition can be based on some component state which determines whether or not the “Explore” button on this screen has been clicked in this session.
Acceptance Criteria:
Bonus points: Add Jest tests
The text was updated successfully, but these errors were encountered: