-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Fix] Remove the artificial 65 char limit and fix caption on black theme #1876
Conversation
Your Render PR Server URL is https://storage-ui-stage-pr-1876.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7nbogc41lsb0l4t39vg. |
Your Render PR Server URL is https://chainsafe-components-stage-pr-1876.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7nboh441lsb0l4t3ac0. |
Your Render PR Server URL is https://files-ui-stage-pr-1876.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7nbohk41lsb0l4t3ahg. |
@@ -196,7 +196,7 @@ describe("File management", () => { | |||
}) | |||
|
|||
it("can rename a file with error handling", () => { | |||
const newName = "awesome new name" | |||
const newName = "awesome new name that is pretty long and it shouldn't matter that much anyway" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
closes #1874
after some tests, it seems that the limit in the name isn't enforced by the api side, for folders or shared folders (buckets) so I removed them all. While testing in dark mode I realize than we had a certainly long standing issue where the error message weren't readable, black on black. That's also fixed now
Before:
After
Submission checklist:
Layout
Theme