-
Notifications
You must be signed in to change notification settings - Fork 414
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
Reduce Limit For Title and URL Length #1690
Comments
Notice the fee? :p Longer claim names require a larger fee. I'm not sure if the app is the right place to set the limits, we can leave that up for discussion. |
Yeah. Maybe a blockchain limitation would be better! App formatting needs fixing though to cope with any titles longer than the width of the table. @seanyesmunt I'm currently experimenting with ways to do this. Text fields are displayed as CODE FIXspan.btn__content .long-text p {
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} NOT FIXEDFIXED |
Yea, that looks good to me. I think someone mentioned the same in a recent issue. The blockchain hard-coded limitation is 240 :) |
@tzarebczan Can we close this, based on the merged pr? |
Yep |
Currently, there is a long limit for URL and title length, apparently 240 characters.
I imagine this could start being taxing on the blockchain in the future? I see no reason for titles and URLs over 60 characters and would help keep URLs and metadata looking clean. I guess it would also help prevent malicious code injections.
Also, long URLs break formatting in-app as shown in below image.
The text was updated successfully, but these errors were encountered: