Skip to content
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

Merged
merged 6 commits into from
Jan 25, 2022

Conversation

Tbaut
Copy link
Collaborator

@Tbaut Tbaut commented Jan 24, 2022

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:
image

After
image


Submission checklist:

Layout

  • Change looks good in the desktop web ui
  • Change looks good in the mobile web ui

Theme

  • Components / elements inspected in light mode
  • Components / elements inspected in dark mode

@render
Copy link

render bot commented Jan 24, 2022

@render
Copy link

render bot commented Jan 24, 2022

@render
Copy link

render bot commented Jan 24, 2022

@github-actions github-actions bot added the Type: Bug Fix Added to PRs if they are addressing a bug label Jan 24, 2022
@Tbaut Tbaut requested review from asnaith, FSM1 and tanmoyAtb and removed request for asnaith January 24, 2022 14:48
@Tbaut Tbaut added the Status: Review Needed 👀 Added to PRs when they need more review label Jan 24, 2022
@Tbaut Tbaut changed the title [Fix] Remoce the artificial 65 char limit and fix caption on black theme [Fix] Remove the artificial 65 char limit and fix caption on black theme Jan 24, 2022
@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Tbaut Tbaut enabled auto-merge (squash) January 25, 2022 09:50
@Tbaut Tbaut merged commit a114dcf into dev Jan 25, 2022
@Tbaut Tbaut deleted the fix/tbaut-min-char-tooltip-dark branch January 25, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Review Needed 👀 Added to PRs when they need more review Type: Bug Fix Added to PRs if they are addressing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change # chars for uploaded files to unlimited
4 participants