Skip to content

Conversation

@jagadish-7
Copy link

@jagadish-7 jagadish-7 commented Jan 17, 2026

What does this PR do?

Visual Demo (For contributors especially)

A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).

image

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

Checklist

  • I haven't read the contributing guide
  • I haven't checked if my changes generate no new warnings

Summary by cubic

Fixes the bio textarea overlap in onboarding and adds a 256-character limit with a small tip. Addresses #26903 and Linear CAL-7075.

  • Bug Fixes

    • Cap textarea height and make overflow scrollable to avoid footer overlap.
  • New Features

    • Enforce a 256-character max for bio.
    • Show an info tip under the field.

Written for commit 0b6135f. Summary will update on new commits.

Signed-off-by: Jagadish Madavalkar <[email protected]>
@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Jan 17, 2026
@github-actions github-actions bot added the 🐛 bug Something isn't working label Jan 17, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 2 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="apps/web/public/static/locales/en/common.json">

<violation number="1" location="apps/web/public/static/locales/en/common.json:1685">
P2: Bio helper text shows a hard-coded "0/256 characters" that never updates, giving an incorrect character count after typing.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@@ -1746,7 +1682,8 @@
"finish_and_start": "Finish setup and get started",
"user_has_no_bio": "This user has not added a bio yet.",
"bio": "Bio",
"delete_account_modal_title": "Delete account",
"tip_onboarding": "0/256 characters",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 17, 2026

Choose a reason for hiding this comment

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

P2: Bio helper text shows a hard-coded "0/256 characters" that never updates, giving an incorrect character count after typing.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/web/public/static/locales/en/common.json, line 1685:

<comment>Bio helper text shows a hard-coded "0/256 characters" that never updates, giving an incorrect character count after typing.</comment>

<file context>
@@ -1682,6 +1682,7 @@
   "finish_and_start": "Finish setup and get started",
   "user_has_no_bio": "This user has not added a bio yet.",
   "bio": "Bio",
+  "tip_onboarding": "0/256 characters", 
   "delete_account_modal_title": "Delete Account",
   "confirm_delete_account_modal": "Are you sure you want to delete your {{appName}} account?",
</file context>
Fix with Cubic

@jagadish-7
Copy link
Author

Hi Reviewers, currently the "tip_onboarding" is updated only in en(English) language.

Let me know any better way to update this in all languages. Also for any other changes required to merge this PR.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working community Created by Linear-GitHub Sync size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Bug: Bio textarea overlaps with footer buttons when textarea is resized and lacks character limit

1 participant