facia-tool
facia-tool copied to clipboard
Store EditionsClientCard model for editions clipboard data
What's changed?
Store editions clipboard data as EditionsClientCard
, not Trail
, which means the cardType
property will be persisted. At the moment, it's not appearing, and as a result recipe cards stored in the clipboard are blank.
Before | After |
---|---|
Implementation notes
Checklist
General
- [ ] 🤖 Relevant tests added
- [x] ✅ CI checks / tests run locally
- [x] 🔍 Checked on CODE
Client
- [x] 🚫 No obvious console errors on the client (i.e. React dev mode errors)
- [x] 🎛️ No regressions with existing user interactions (i.e. all existing buttons, inputs etc. work)
- [ ] 📷 Screenshots / GIFs of relevant UI changes included