Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide the flipbook instructions when data is pasted (#1072)
## Summary: Previously, the instructions took up a bunch of screen real estate by default. Once someone has entered data in the flipbook, the instructions have served their purpose and can go away. I've also moved the instructions below the text input so the layout doesn't shift when the instructions disappear. Issue: none Test plan: ``` yarn dev open http://localhost:5173/#flipbook ``` Follow the instructions onscreen to get some data in the box. The instructions should vanish. Delete everything from the box and the instructions should reappear. Author: benchristel Reviewers: jeremywiebe, mark-fitzgerald, nedredmond, nishasy Required Reviewers: Approved By: jeremywiebe Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage, ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Extract i18n strings (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1072
- Loading branch information