-
Notifications
You must be signed in to change notification settings - Fork 7
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
[4.3.2] Fixed Profile styling issue #835
Merged
Merged
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
* updated index funtion to an ES6 arrow function * updated app-header function to an ES6 arrow function * updated avatar function to an ES6 arrow function * updated badge function to an ES6 arrow function * updated card function to an ES6 arrow function * updated card-content function to an ES6 arrow function * updated card function to an ES6 arrow function * updated card-header function to an ES6 arrow function * updated channel header function to ES6 * updated checkbox function to ES6 * updated divider function to ES6 * updated emoji categories function to ES6 * updated emoji menu function to ES6 * updated empty state function to ES6 * updated the icons functions to ES6 * fixed console error in icons * updated input function to ES6 * updated internal functions to ES6 * updated list function to ES6 * updated loader functions to ES6 * 🎨 Moved scope * 💩 Fixed conflict * 💩 Added missing returns * 🎨 Reverted change * updated menu function to an ES6 arrow function * updated multiple messages functions to ES6 arrow functions * updated message-input functions to ES6 arrow functions * updated modal function to ES6 arrow function * updated overlay function to an ES6 arrow function * updated paper function to an ES6 arrow function * updated pop-over function to ES6 arrow function * fixed merge conflict * updated radio button function to ES6 arrow function * updated radio button group function to ES6 arrow function * updated slider function to ES6 arrow function * updated switch function to ES6 arrow function * updated tab function to ES6 arrow function * updated adminbadge getstyles function * updated app-header get styles function * updated avatar get styles function * updated button get style function * updated channel-header get styles functions * updated card-content get styles function * updaetd card-header get styles function * updated app-header get styles functions * updated checkbox getstyles functions * updated dialog getstyles function * updated empty-state getstyles function * updated input get styles functions * updated lightbox get-styles functions * updated list-item get styles function * updated menu getstyles functions * updated menu-item getstyles functions * updated messages get-styles functions * updated modal getstyles functions * updated overlay getstyles functions * updated paper getstyles function * updated profile getstyles functions * updated profile-card getstyles function * updated select getstyles functions * updated slider getstyles functions * updated tab getstyles functions * updated table getstyles function * updated table bpdy getstyles function * updated table column getstyles functions * updated table header getstyles functions * updated table-header-column getstyles functions * updated table-row getstyles functions * updated tabs getstyles functions * 💩 Reverted change * 🎨 Removed newline * 🎨 Removed newline
…d some bugs with Pagination. Changed a lot of code styling, added getStyles tests.
* Added test for table-body style function, #203 * Added test for table-column style function * Added test for table-header-column style function * Added test for table-header style function * Added test for table-row style function * 🔥 Removed argument * 🔥 Changed argument
* Added commandStyle. * Adjusted docs text.
* Added onMenuClose. * Changed styles. * Changed onMouseOver to onChange. * Changed avatar styles. * Added key events. * Wip fixing docs. * WIP docs. * Removed borderRadius override. * Fixed docs. * Return this.hideMenu(); * Changed to single line. * Added onMenuOpen.
* WIP emoji parser to new `emoji.js`. * WIP emoji-parsing files. * Added prettier. * Ignored emojione.json. * Fixed parse script. * Added emoji.sh. * Updated emojione. * Added tone0. * Fixed modifier titles. * Removed log. * Removed svgSprites prop, added cdn url fix. * Added fontSize. * Changed script to fix error in emojione.json. * Removed statics. * Added attribution to component. * Added attribution to docs page. * Added attribution to README. * Fixed color. * Docgen. * Added attribution. * WIP emojifilter. * Fixed styles. * Added EmojiModifiers to EmojiFilter. * Sort of working docs. * Added parseHtml. * WIP emoji filter. * Fixed home table styles. * Added selectEmoji. * WIP filter. * Removed FocusTrap. * Uninstalled focus-trap-react. * Added tone filter.; * Fixed tab and enter events. * WIP emoji filter. * Added handleClose and added selectedEmoji. * Changed check. * Deconstructed onMenuClose. * Changed to handleChange. * Removed log. * Added focus on select. * Removed unused prop. * Added override style. * Only import _ because chain wouldnt work otherwise. * Made null default selected index. * Added onOpenMenu.
* ✨ Added multiline to message input #134 * ✨ Added multiLine to Input * 📝 Added docgen * 🎨 Added default argument * ✅ Fixed tests * ✅ Added tests * Fixed merge conflicts * Fixed multi-line delete text bomb. * Fixed broken test. * Added multiline fix to input component. * Ignored package-lock. * Reverted change. * Removed correct file. * Moved propTypes and defaultProps to top of file. * Moved propTypes, defaultProps and displayName to top of file. * Docgen. * Removed redundant. * Added coverage to gitignore. * Added correct multiline hadnling code. * Added multiline example to docs. * Added `mobile-detect`. * Added mobile check so mobiles can use enter in multiline message inputs. * Moved mobile detect to internal function. * Added maxRows to multiline input. * Added maxRows to Input textarea. * Only get styles once... * Only get styles once... * Added lodash.get. * Linted file. * Added getStyles.placeholder. * Added rowHeight prop. * Destruct props instead of passing them, changed checks. * Added rowHeight prop.
…ds, added EmojiFilter component.
* Added icons. * Docgen.
* Added overide possibilities for card-header header element. * DocGen. * Added test for new getStyle function.
* Changed mentions to highlights. * Applied changes. * Docgen.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.