You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Currently, the frontend of copy-paste website records only two sent verification-code : the activating one and the previous one.
It would be cooler to have a longer transfer history.
Requirements
Check the sender at frontend (mainly src/pages/Sender.tsx I think), make it able to record more generated code, and it would be better to show them on the frontend when we have three valid verification-code or more.
About where to put it, I think create a drop-down menu is a viable solution, or any better visual solution would be welcome.
Description
Currently, the frontend of copy-paste website records only two sent
verification-code: the activating one and the previous one.It would be cooler to have a longer transfer history.
Requirements
Check the sender at frontend (mainly
src/pages/Sender.tsxI think), make it able to record more generated code, and it would be better to show them on the frontend when we have three validverification-codeor more.About where to put it, I think create a drop-down menu is a viable solution, or any better visual solution would be welcome.