-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Fields: Improve how long input (messages) is shown in order details #4547
Comments
Just an idea: when this is customer facing you should also remove the label "Custom Fields". I believe it's confusing (or just not relevant in the best case). "Custom Fields" as a label is of no interest for them - they don't care how things are called inside of Polar. IMHO you should just remove it. Keep the single label value and that's fine. Nothing else needed. |
To my defence, this was designed to be displayed in the table, not in a modal with plenty of space 😅 |
Just to clarify the screenshot is from the dashboard and what the developer/seller sees and not the end customer. They only see the field on checkout as an input like the others. I still hear you though, but I think it's less obvious to not distinguish them since the feature is |
Hi @birkjernstrom, it seems the described functionality is already implemented - unless I'm misunderstanding the issue? Screen.Recording.2024-12-07.at.22.53.56.movThe dummy data used in the above recording can be found in this commit. |
Definitely fixed 👍 |
Description
Easy to miss the entire content of long strings in custom fields on order details.
Current Behavior
Long messages/strings in custom fields are cut in the order details – requiring hover to show the full contents.
Expected Behavior
Experiment with the more user friendly option & design:
... (Show more)
<textarea disabled>
with a somewhat decent default size, but ability to scroll within textareaScreenshots
The text was updated successfully, but these errors were encountered: