Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

[FEATURE] Character limit is not available in the Bio section #9829

Closed
1 task done
ai-naymul opened this issue Nov 24, 2023 · 6 comments · Fixed by #9855
Closed
1 task done

[FEATURE] Character limit is not available in the Bio section #9829

ai-naymul opened this issue Nov 24, 2023 · 6 comments · Fixed by #9855
Assignees
Labels
💻 aspect: code undefined ⭐ goal: addition undefined 🔢 points: 3 undefined 🟧 priority: high undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@ai-naymul
Copy link

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

I opened my account and when I went to write my bio, after writing something, I can't write, I think there is a character limit, but it does not show how many characters I can write.

Proposed Solution

Add something like this:
Screenshot_2

Screenshots

Screenshot_1

Do you want to work on this issue?

No

If "yes" to above, please explain how you would technically implement this

No response

@ai-naymul ai-naymul added ⭐ goal: addition undefined 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Nov 24, 2023
Copy link
Contributor

To reduce notifications, issues are locked until they are 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2023
@eddiejaoude
Copy link
Member

Thank you for raising the issue 👍

@eddiejaoude eddiejaoude added 💻 aspect: code undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) 🟧 priority: high undefined 🔢 points: 3 undefined and removed 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Nov 29, 2023
@github-actions github-actions bot unlocked this conversation Nov 29, 2023
Copy link
Contributor

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@bojangabric
Copy link
Contributor

Hey, this seems like a good issue to get familiar with the project, could I work on it?

@SaraJaoude
Copy link
Member

Hey, this seems like a good issue to get familiar with the project, could I work on it?

@bojangabric thanks for your enthusiasm - I have assigned this to you. As you are new to the project, I would suggest reading our Contributing Guide to familiarise yourself with it's requirements and guidelines.

@a0m0rajab
Copy link

Just thought to help, here is the code for the bio text area:

<div className="col-span-3 sm:col-span-4">
<Textarea
name="bio"
label="Bio"
value={bio}
onChange={(e) => setBio(e.target.value)}
required
minLength="2"
maxLength="256"
/>
<p className="text-sm text-primary-medium-low dark:text-primary-low-high">
You can use Markdown syntax.
</p>
</div>

A possible solution is to get the bio.length information and add it as span/div after the markdown related text

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code undefined ⭐ goal: addition undefined 🔢 points: 3 undefined 🟧 priority: high undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants