Commit Graph

1253 Commits (f912729ef7afd7a7dbd8aa74cc239b13d3b8b1e9)

Author SHA1 Message Date
Roman Rott f912729ef7
Added required to Dropdown 2016-10-11 23:19:03 +03:00
Javi Velasco 9d3bba3c31 Fix #819 2016-10-08 12:27:57 +02:00
Roman Rott ca1de73201
Fixed Tooltip TypeError when quickly hovering between multiple tooltips 2016-10-07 23:45:00 +03:00
Javi Velasco c7ef9ea772 Fix small typo 🐞 2016-10-07 14:47:15 +02:00
Javi Velasco 561136594a Fix linter errors 2016-10-07 14:43:52 +02:00
Javi Velasco 7dfd3c5908 Only add scroll AppBar listener if hideable and remove ReactDOM 2016-10-07 14:40:28 +02:00
Javi Velasco f00bc32b90 Merge branch 'appbar-scrollhide' of https://github.com/acornejo/react-toolbox into acornejo-appbar-scrollhide
* 'appbar-scrollhide' of https://github.com/acornejo/react-toolbox:
  navbar hide on scroll behavior.
2016-10-07 14:30:01 +02:00
Javi Velasco 06b8adace1 Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  add missing styles for lgTablet and smTablet layout breakpoints
  Added row click support
  Bugfix: Typescript definitions can now be copied over on Windows
  Removed duplicate export from Datepicker Fixed issue with sass npm script not working on Windows
2016-10-07 14:28:00 +02:00
Javi Velasco e549e25c1b Small style change 2016-10-07 14:26:39 +02:00
Javi Velasco c0d89d3659 Merge branch 'feature/table-edit-enhancements' of https://github.com/KaleoSoftware/react-toolbox into KaleoSoftware-feature/table-edit-enhancements
* 'feature/table-edit-enhancements' of https://github.com/KaleoSoftware/react-toolbox:
  Use guard clause instead of conditional
  Re-apply changes
  Revert "Fix event value"
  Revert "Use contentEditable for editable table cells"
  Fix event value
  Use contentEditable for editable table cells
2016-10-07 14:24:17 +02:00
Javi Velasco 5f4b8cfc6b Merge pull request #827 from ryanmcafee/features/rowclick
Updated Sass/ Typescript build commands to add Windows support and added support for clicking on row in table
2016-10-07 14:19:54 +02:00
Javi Velasco 6183362c3b Merge pull request #838 from rubenmoya/dev
add missing styles for lgTablet and smTablet layout breakpoints
2016-10-07 14:10:19 +02:00
Alex Cornejo 4d5f4cf02f navbar hide on scroll behavior.
Add basic hide on scroll behavior for navbar. As described in

https://material.google.com/patterns/scrolling-techniques.html#scrolling-techniques-app-bar-scrollable-regions
2016-10-06 20:07:15 -07:00
Javi Velasco 8c21e30e72 Fix linter errors 2016-10-06 20:29:36 +02:00
Javi Velasco f4f5ae885e Fix #814 2016-10-06 20:21:50 +02:00
Javi Velasco a59395e887 Fix #816 2016-10-06 20:18:35 +02:00
Javi Velasco e4339de7c5 Fix #813 2016-10-06 20:11:39 +02:00
rubenmoya d7abd106ad add missing styles for lgTablet and smTablet layout breakpoints 2016-10-03 21:37:48 +02:00
Javi Velasco 7da10e94b3 Merge pull request #812 from chiester/add-table-model-header-details-to-docs
Add table model header details to docs
2016-10-03 10:07:03 +02:00
Javi Velasco 82c613a53f Merge pull request #823 from stianjensen/checkbox-style-prop
Apply Checkbox style property to internal .check
2016-10-03 10:03:28 +02:00
Javi Velasco 0e40963c52 Merge pull request #826 from hari-sree/build-fix-multiple-default-export
Fix multiple default exports in Datepicker
2016-10-03 10:01:50 +02:00
Javi Velasco 31136186fe Fixes #797 2016-10-02 12:38:45 +02:00
Ryan McAfee d374cc5c64 Added row click support 2016-09-28 13:11:06 -05:00
Ryan McAfee 7c39493b9b Removed duplicate export from Datepicker
Fixed issue with sass npm script not working on Windows
2016-09-28 12:52:36 -05:00
Sreehari b67f4c7d09 Fix multiple default exports in Datepicker 2016-09-28 21:34:52 +05:30
Stian Jensen 2ce1d4c2db Apply Checkbox style property to internal .check
This will allow you to override the styles of the visible check element
instead of the hidden input element.

This fixes #791.
2016-09-27 15:28:28 +02:00
Javi Velasco 70b0a3f595 Fixes #794 2016-09-27 00:18:23 +02:00
Javi Velasco 5ba891fe19 Merge with dev 2016-09-27 00:01:49 +02:00
Javi Velasco 390e7694db Fix #787 2016-09-27 00:00:20 +02:00
Tucker Connelly d01ff6db7e Use guard clause instead of conditional 2016-09-22 11:58:01 -07:00
Christopher Hiester b8516b41ad add emphasis to note 2016-09-22 11:19:38 -04:00
Christopher Hiester 6940013182 adjust scss after testing 2016-09-22 11:18:10 -04:00
Christopher Hiester 4e93e1387d Add table header model details to docs for table 2016-09-22 11:08:21 -04:00
Parmesh Krishen 1c259ff435 Fixing issue where closing an overlay on top of another overlay re-enables document body scrolling unnecessarily. 2016-09-22 08:41:25 -05:00
Javi Velasco 68e4b53081 Merge pull request #778 from laucheukhim/dev
Replace onMouseDown wth onClick in DatePicker and TimePicker
2016-09-21 09:43:19 +02:00
Tucker Connelly 0fb83bfdda Re-apply changes 2016-09-19 14:26:07 -04:00
Tucker Connelly 3e1e7b2ee6 Revert "Fix event value"
This reverts commit 6c153026dc.
2016-09-19 14:25:17 -04:00
Tucker Connelly c3e6c83815 Revert "Use contentEditable for editable table cells"
This reverts commit 04215a5845.
2016-09-19 14:23:56 -04:00
Tucker Connelly 6c153026dc Fix event value 2016-09-19 14:13:50 -04:00
Tucker Connelly 04215a5845 Use contentEditable for editable table cells 2016-09-19 14:13:50 -04:00
Javi Velasco ffdd6a214e Merge pull request #775 from aleksanb/patch-1
Pass down theme from Card title to nested Avatar
2016-09-19 10:07:48 +02:00
Javi Velasco c209a710da Merge pull request #789 from kodermax/patch-2
Russian locale
2016-09-19 09:54:45 +02:00
Javi Velasco df72b600c8 Merge pull request #784 from acornejo/appbar-iconbutton
appbar: fonticon -> iconbutton
2016-09-19 09:54:17 +02:00
Javi Velasco 26e0e2e3b2 Merge pull request #793 from ducreyna/dev
Add onBlur and onFocus props in Autocomplete component
2016-09-19 09:48:24 +02:00
Javi Velasco abf9274ca6 Merge pull request #795 from stianjensen/patch-1
Correct docs for CardTitle component
2016-09-19 09:47:53 +02:00
Javi Velasco 4df321c553 Merge pull request #799 from dynamic-do/fixes-scroll-in-IE11
Fixes scroll after overlay closing in IE11
2016-09-19 09:47:37 +02:00
Alex Cornejo 67d4628e82 appbar: fonticon -> iconbutton 2016-09-16 21:35:58 -07:00
James Browne 02cd7b57cf Changes double quotes to single quotes 2016-09-16 09:59:49 +01:00
James Browne bcb091bbf9 Makes sure that overlay: hidden is removed from the body tag when an overlay is closed in IE11. 2016-09-15 17:13:22 +01:00
Stian Jensen df97407ebf Correct docs for CardTitle component
`large` is applied when the CardTitle has no avatar, not the other way around.
2016-09-14 16:18:23 +02:00