mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#769
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/477
Author: @jhdcruz
Created: 5/14/2020
Status: ❌ Closed
Base:
master← Head:tags_bugfix📝 Commits (4)
c5bbe8aadded 'maxLength' for immortal tags78168afprevent word-break on tagInputfdb2f02fixed conflicts91f86baMerge branch 'master' into tags_bugfix📊 Changes
1 file changed (+13 additions, -21 deletions)
View changed files
📝
src/components/organisms/NoteDetail.tsx(+13 -21)📄 Description
Description
Fix style bugs on tags:
Prevent word-break on
CN,KRand other characters.Add
maxLengthto prevent "immortal" tags. (conflicts with the new update)Addresses Issue #330
c5bbe8ae3a:Max length on tagsI setmaxLengthto25after testingLLLLLL....,TTTTTT....wide letters on it and came to a conclusion to set it to25. This is a possible fix to the problem of immortal tags.Personally, I think this is a good move to prevent long tag abuse (although I know it's the user's decision).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.