Updated styling for viewing/editing story previews in project.
Details:
The project bucket header is sticky
User can scroll through stories in the project
Each story has a different icon depending on its story type
Technical Notes
Took a few shortcuts with regard to the logic for showing the story type icon. Used short-circuiting inside the component, but probably should have used a case statement. Will investigate that for future improvements.
Summary
Updated styling for viewing/editing story previews in project.
Details:
Technical Notes
Took a few shortcuts with regard to the logic for showing the story type icon. Used short-circuiting inside the component, but probably should have used a case statement. Will investigate that for future improvements.