Skip to content

fix(ig-requests): remove 10-character limit on icon field#329

Open
aprameyak wants to merge 1 commit into
gtech-mulearn:devfrom
aprameyak:fix/ig-request-icon-url
Open

fix(ig-requests): remove 10-character limit on icon field#329
aprameyak wants to merge 1 commit into
gtech-mulearn:devfrom
aprameyak:fix/ig-request-icon-url

Conversation

@aprameyak

Copy link
Copy Markdown

Fixes the icon field on /dashboard/company/ig-requests rejecting URLs over 10 chars. Closes #328.

  • removed .max(10) on icon in CreateIGRequestFormSchema
  • removed the emoji placeholder on the input

@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

@aprameyak is attempting to deploy a commit to the awindsr's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify

netlify Bot commented Jul 22, 2026

Copy link
Copy Markdown

👷 Deploy request for staging-mulearn pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 940fa2e

@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR allows full icon URLs in the IG request form. The main changes are:

  • Removes the 10-character validation limit from the icon field.
  • Removes the short-string placeholder from the icon input.
  • Adds a patch changeset for the form fix.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
src/features/ig-requests/schemas/ig-requests.schema.ts Removes the 10-character maximum while preserving required-field validation.
src/features/ig-requests/components/ig-request-form-dialog.tsx Removes the misleading emoji or short-string placeholder without changing form behavior.
.changeset/fix-ig-request-icon-url.md Adds a patch release note for the icon validation fix.

Reviews (1): Last reviewed commit: "fix(ig-requests): remove 10-character li..." | Re-trigger Greptile

@alvin-dennis alvin-dennis moved this from Backlog to In progress in µlearn 5.0 Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

IG-request icon-link field too narrow (sized for <10 characters)

3 participants