-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Description
This issue is a UX comparison between SplitEth
and the older version EthSplitter. Several changes in the new version introduce additional friction in the user experience:
-
Custom token addition
-
Old version: Requires two step — Click Split Token option and paste the token address directly.
-
New version: Requires four steps — open token dropdown → open custom token input → paste address → click add button.
-
-
Equal split input method
-
Old version: Used a single select area for equal splits.
-
New version: Uses individual inputs per address.
-
Bulk add exists but is hidden behind a modal, adding two extra clicks (open modal → confirm/close modal) before wallets are loaded.
-
-
Input alignment inconsistency
-
For equal splits, the amount input is placed on the left and address inputs on the right.
-
For custom splits, the layout is reversed.
-
This inconsistency increases unnecessary mouse movement.
-
Need your thoughts on this and any other notable observations.
Thank you!!