Skip to content
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 344 commits into from
Aug 23, 2017
Merged

[4.3.2] Fixed Profile styling issue #835

merged 344 commits into from
Aug 23, 2017

Conversation

IanCStewart
Copy link
Contributor

No description provided.

sjaakluthart and others added 30 commits May 19, 2017 15:12
* Refactored loader style function

* Added test for loader style function, #203

* Fixed naming

* Added root style function

* Fixed function, added test
* Refactored style function for message-input, #203

* Added test for message-input style function
* Refactored style function for message-list, #203

* Added test for message-list style function
* Refactored style function for radio-button, #203

* Added test for radio-button style fucntion, #203
* 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
* Refactored style function for pop-over, #203

* Added test for pop-over style function

* Added test for position argument
* Changed to es6 default value

* Added test for profile-card style function, #203

* Fixed avatar style test
* Refactored style function for radio-button-group, #203

* Added test for radio-button-group style function
* Refactored style function for search-box, #203

* Added test for search-box style function
* Changed to es6 default argument

* Added test for select style function, #203
* fixed #578

* updated docs for pagination
…d some bugs with Pagination. Changed a lot of code styling, added getStyles tests.
* Refactored style function for switch, #203

* Added test for switch style function, #203
* 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
* Refactored style function for alert, #203

* Added test for alert style function
* Refactored style function for banner, #203

* Added test for banner style function
* Refactored style function for divider, #203

* Small fix

* Added test for divider style function
* Refactored style function for icon-menu, #203

* Added test for icon-menu style function
* Refactored style function for list, #203

* Added test for list style function
* 🐛 Increased zIndex

* 📝 Added IconMenu example
Sjaak Luthart and others added 25 commits July 25, 2017 15:27
* 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.
* 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.
* Adjusted html stucture and css for profile component.

* Added override style for cover and coverImage.

* DocGen.

* Fixed tests.
@IanCStewart IanCStewart merged commit 5491280 into master Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants