-
Notifications
You must be signed in to change notification settings - Fork 71
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
add word break #3326
Merged
Merged
add word break #3326
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@freakstatic Can you please re-check this? Thank you! |
thesan
approved these changes
Jul 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PR. Thank you 🙏
thesan
added
the
waiting-for-checks
PR is reviewed and approved, but is waiting for checks to complete
label
Jul 21, 2022
Too late but It LGTM! |
thesan
added a commit
that referenced
this pull request
Oct 6, 2022
* 🪅 add word break (#3326) * add word break * add word-wrap for title Co-authored-by: Pasha Hliebov <p.hliebov@bsg.world> * 🥩 Fix Candidates Card "Staked" copy (#3338) * Fix: #2795 * Fix: Test Fix * 🔌 Refactor the api to easily switch between `ProxyApi` and `ApiRx` (#3385) Refactor `@/api` * ⏲️ Fix election/council remaining period timer (#3444) * Fix election/council remaining period clock * Fix tests * Fix one more test * 👮 Show moderated posts (#3420) * feat: Show moderated posts * fix: Moderated post stories args * fix: useForumThreadPosts error * ⚖️ Fix available staking balances (#3408) * New function to calc available balance for staking account * Apply of the new function * Small UI tweaks * Fix for same keys in bounty actors list * Update the SelectAccount balances * Update the getStakingBalance logic * Speed up `useMyBalances` * Fix the validation * Updating logic and corresponding UI * Always validate `balances.total` for staking * Validate AnnounceCandidacy including binding fees * Validate staking amounts including binding fee * Fix the ApplyForRoleModal tests Co-authored-by: WRadoslaw <r.wyszynski00@gmail.com> * 🗳️ Add a `node-mocks council:elect` for testing node (#3410) Add a `node-mocks council:elect` for testing node * 📄 Signal description copy change (#3193) * Update for staking amount validate * Fiexed:issue 3091 * update for issue 2770 * Reverse #2601 and #2770 fixes Co-authored-by: Theophile Sandoz <theophile.sandoz@gmail.com> * 🧵 Fixed datetime is not displayed for Forum thread (#3574) * Fixed datetime is not displayed for Forum thread * changed graphql for forumthreadinitialpost * removed unnecessary fields * changed quorum bar with council's size (#3595) * changed quorum bar with council's size fixed concilsize to denominator fixed used abstain for quorum & thresold added remain and abstain bar * added abstain slider in storybook Co-authored-by: Palllke2015 <palllke2015@gmail.com> Co-authored-by: Pasha Hliebov <p.hliebov@bsg.world> Co-authored-by: Akinsuyi Joshua <akinsuyi.joshua84@gmail.com> Co-authored-by: gyroflaw <83718263+gyroflaw@users.noreply.github.com> Co-authored-by: WRadoslaw <r.wyszynski00@gmail.com> Co-authored-by: Ken-tech-max <81464477+Ken-tech-max@users.noreply.github.com> Co-authored-by: Software Developer | Web, Blockchain & Desktop <69617937+mkbeefcake@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community-dev
issue suitable for community-dev pipeline
jsg-code-review
waiting-for-checks
PR is reviewed and approved, but is waiting for checks to complete
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Candidate Description Field - add text wrapping #2794