[React] Create an introductory panel before displaying the StoryList in Map view #762
Replies: 4 comments
-
Hello, I would like to take on this issue. |
Beta Was this translation helpful? Give feedback.
-
Welcome @griseduardo! I will assign you. Please let us know if you have any questions :) |
Beta Was this translation helpful? Give feedback.
-
Hello, just one question about the text. |
Beta Was this translation helpful? Give feedback.
-
@griseduardo English is fine to fill in for languages you don't know. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions