Commit Graph

406 Commits (master)

Author SHA1 Message Date
Maxim Komlev 089c5b69f7 + pushed file browser button branch 2016-10-07 16:16:08 -07:00
Maxim Komlev 9019239f72 * example container for pager 2016-10-07 15:18:01 -07:00
Maxim Komlev 724fafa7ea + BrowseButton 2016-10-07 15:16:51 -07:00
Maxim Komlev d931c20d98 Merge branch 'dev' of https://github.com/react-toolbox/react-toolbox into dev
Conflicts:
	spec/style.scss
2016-10-07 13:00:13 -07:00
Maxim Komlev 07d1d51c59 * fixed
/home/travis/build/react-toolbox/react-toolbox/components/index.js
  31:2  error  Newline required at end of file but not found  eol-last

/home/travis/build/react-toolbox/react-toolbox/spec/components/pager.js
  65:2  warning  Unnecessary semicolon  no-extra-semi

/home/travis/build/react-toolbox/react-toolbox/components/checkbox/Checkbox.js
  50:32  error  'style' is missing in props validation  react/prop-types
2016-10-06 11:49:15 -07:00
Javi Velasco a59395e887 Fix #816 2016-10-06 20:18:35 +02:00
Maxim Komlev ff7dd4d2ff * fixed code linting 2016-10-06 11:18:15 -07:00
Maxim Komlev 183dfe031c + Pager control, actually it is not defined at matereal design but definitely it is helpful to have.
the control is based on react-toolbox controls and corresponds to matereal design. It is highly customisable and it follows default style patterns of react-toolbox components. actually what differentiate the control from others similar that it has always const set of buttons and the set depends on two properties: number of total pages (latsPage) and number of visible pages at block. e.g.
[<][1][...][4][5][6][...][8][>] or [<][1][2][3][4][5][...][8][>] or [<][1][...][4][5][6][7][8][>] where block size is 3. it gives smooth user experience. A layouting is based on flex but easily can be rewritten using inline-block at custom theme.

example is added to specs.
2016-10-05 14:20:29 -07:00
Javi Velasco 390e7694db Fix #787 2016-09-27 00:00:20 +02:00
Alex Cornejo 3c6273e95b minor style tweak in spec.
Add overflow-x: scroll to the sections, since when testing the spec in
mobile phones the table component doesn't fit.
2016-09-06 23:45:04 -07:00
Javi Velasco fcea0e437f DI change in AppBar 2016-09-03 12:23:22 +02:00
Javi Velasco 37d61a44a4 Merge branch 'appbar-icons' of https://github.com/acornejo/react-toolbox into acornejo-appbar-icons
* 'appbar-icons' of https://github.com/acornejo/react-toolbox:
  Add app_bar title, leftIcon and rightIcon props.
2016-09-03 12:11:52 +02:00
Javi Velasco 29638c7374 Merge pull request #740 from acornejo/tab-icons
add tab icons.
2016-09-03 11:15:57 +02:00
Alex Cornejo d4c0c4d8ba Add app_bar title, leftIcon and rightIcon props.
Here we add some basic default functionality for the most common use
cases of the AppBar component. It is still possible to provide and style
your own elements through children props, but for most use cases the
props will help reduce the amount of boilerplate.
2016-08-29 08:53:25 -07:00
Alex Cornejo 5c2406d2e5 add tab icons.
This adds the possibility of specifying an icon to use in the tab
headers. You can specify either a label only, icon only or both.

https://material.google.com/components/tabs.html#tabs-usage
2016-08-28 16:15:35 -07:00
Alex Cornejo 179323ccda add fullscreen dialog.
A first version of fullscreen dialogs as defined in the material spec
https://material.google.com/components/dialogs.html#dialogs-full-screen-dialogs
2016-08-25 00:21:39 -07:00
Javi Velasco 19db17d44f Merge pull request #702 from Reanmachine/reanmachine/fix-iconbutton-alignment
Fixed #696 - Button Icon/Inner Alignment
2016-08-22 20:59:09 +02:00
Aren Blondahl 9bf1c8e4fe Support for fixed & inverse color tabs. 2016-08-11 21:03:18 -06:00
Aren Blondahl 5c09c5c6bb Fixed #696 - Button Icon/Inner Alignment
Button content was improperly being aligned due to the misleading nature of how vertical-align: middle works. Added a visual segment to the spec so it can be acceptance tested by developers.
2016-08-10 03:31:07 -06:00
Javi Velasco 77b0a4a57d Fix linter warnings 2016-08-07 21:23:14 +02:00
Javi Velasco f250f6fa95 Update dependencies 2016-08-07 19:16:58 +02:00
Javi Velasco 39694e57aa Add an active property to control pickers from outside 2016-08-07 14:09:38 +02:00
Javi Velasco e7735e5236 Merge and solve conflicts 2016-08-07 13:43:07 +02:00
Javi Velasco f56eb82c3d Avoid !important in progress spec 2016-08-07 13:05:21 +02:00
Javi Velasco 770f55aa5b Merge branch 'dev' of https://github.com/sanfilippopablo/react-toolbox into sanfilippopablo-dev
* 'dev' of https://github.com/sanfilippopablo/react-toolbox:
  Added custom sized circular ProgressBar to spec
  Added viewBox attr to svg element of circular ProgressBar to allow custom sizing
2016-08-07 12:59:05 +02:00
Javi Velasco 40934393ab Change name from create to allowCreate in Autocomplete and fix linter warnings 2016-08-06 19:28:30 +02:00
Javi Velasco 461d788a4d Merge branch 'dev' of https://github.com/EventHubAU/react-toolbox into EventHubAU-dev
* 'dev' of https://github.com/EventHubAU/react-toolbox:
  Add create option to autocomplete
2016-08-06 19:17:27 +02:00
Javi Velasco 71fcd3f57c Refactor ripple adding multiple option 2016-08-06 14:24:40 +02:00
Pablo Sanfilippo bdd2ce3575 Added custom sized circular ProgressBar to spec 2016-08-05 16:41:45 -03:00
Javi Velasco 023a7323b8 Fixes #663 2016-08-04 20:48:52 +02:00
Abilio Almeida Eiroa 01ae580a32 Added support for locale on DatePicker dialog component
Updated components, docs and spec.
2016-08-01 13:21:32 +02:00
Che' Jansen 3461a1fba3 Add create option to autocomplete 2016-07-28 12:53:09 +10:00
Javi Velasco 2d17b65a5b Fixes #627 2016-07-16 20:42:05 +02:00
Javi Velasco 49658a39b4 Fixes #585 2016-07-10 14:23:40 +02:00
Javi Velasco 0513cb72e9 Fixes #616 2016-07-10 13:42:35 +02:00
David Cho-Lerat 49fa53aa96 Update pickers.js
Just like in components/date_picker/readme.md, you need to add 1 to value.getMonth()
2016-07-07 20:07:59 +02:00
Javi Velasco 3e29844e63 Update to react 15.2.0 2016-07-04 22:03:57 +02:00
Bao Dang 1d725dc062 #575: Use classname 'material-icons' if children is a string 2016-06-17 07:55:19 +10:00
Jake Klingler afe5bf1ba3 add 'suggestionMatch' prop to Autocomplete component to determine how suggestions are matched 2016-06-15 11:16:11 -06:00
Javi Velasco c19c3e72f3 Fix #541 2016-06-05 22:55:23 +02:00
Javi Velasco c356a2be5a Finish autoinjects 2016-05-31 10:23:05 +02:00
Javi Velasco 6afb914126 Autoinject theme for Tabs 2016-05-30 23:32:42 +02:00
Javi Velasco 975fb32c89 Autoinject theme for Tooltip 2016-05-30 07:07:50 +02:00
Javi Velasco 863c821400 Autoinject theme for Switch, Table and Snackbar 2016-05-30 06:59:44 +02:00
Javi Velasco d810c81f66 Autoinject theme to Slider 2016-05-29 23:57:34 +02:00
Javi Velasco e1b2b6b972 Autoinject theme to Radio component 2016-05-29 22:09:02 +02:00
Javi Velasco df88b1d2aa Autoinject Navigation theme 2016-05-29 21:56:10 +02:00
Javi Velasco f88ddde727 Autoinject theme to Menu component 2016-05-29 21:24:22 +02:00
Javi Velasco 592024f42c Autoinject styles for Lists 2016-05-29 20:59:54 +02:00
Javi Velasco 731153da00 Autoinject theme for Link 2016-05-29 20:03:41 +02:00
Javi Velasco e911a9f116 Autoinject theme for Layout 2016-05-29 19:59:17 +02:00
Javi Velasco 7a241e93ae Autoinject theme for dropdown 2016-05-29 19:37:40 +02:00
Javi Velasco 3827ed3aab Autoinject Drawer theme 2016-05-29 12:54:29 +02:00
Javi Velasco d48e243ad2 Autoinject Checkbox theme 2016-05-29 12:38:20 +02:00
Javi Velasco 4ff92ac7ea Autoinject theme for Dialog, DatePicker and Overlay 2016-05-28 22:04:00 +02:00
Javi Velasco 05c6dce5e1 Autoinject theme for Card 2016-05-28 19:15:12 +02:00
Javi Velasco 85e248c0c4 Autoinject Autocomplete, Avatar, Chip and Input 2016-05-28 17:44:29 +02:00
Javi Velasco f10748e4a4 Autoinject style for AppBar 2016-05-28 17:00:42 +02:00
Javi Velasco 6048bb72f4 Autoinjects for Button and IconButton 2016-05-28 15:37:10 +02:00
Javi Velasco 6ba69be723 Remove defineTheme 2016-05-27 21:58:34 +02:00
Javi Velasco a9e8304a84 All components moved to themr 😱 2016-05-26 21:17:25 +02:00
Javi Velasco d6bc5f5436 Move tabs to themr 2016-05-26 21:01:54 +02:00
Javi Velasco b75e7577cf Migrate Table component to themr 2016-05-26 20:37:57 +02:00
Javi Velasco d451cf05c4 Migrate switch to themr 2016-05-25 00:54:56 +02:00
Javi Velasco 8705c5775b Migrate snackbar to themr 2016-05-25 00:42:07 +02:00
Javi Velasco de89f9ae6d Migrate the Slider to themr 2016-05-22 22:35:32 +02:00
Javi Velasco 306e3974b3 Migrate Radio to themr 2016-05-22 22:18:41 +02:00
Javi Velasco 38cb1b029f Migrate ProgressBar to themr 2016-05-22 21:50:22 +02:00
Javi Velasco e5ef5e2f5f Migrate Navigation to themr 2016-05-22 21:39:40 +02:00
Javi Velasco 38e2690af9 Migrate Dropdown to themr 2016-05-22 21:28:48 +02:00
Javi Velasco 38827df58f Remove no longer supported method for dropdown 2016-05-22 20:47:11 +02:00
Javi Velasco 5f626e262f Migrate IconMenu to themr 2016-05-22 20:15:45 +02:00
Javi Velasco 85978a54d7 Avoid uncontrolled inputs 2016-05-22 19:43:25 +02:00
Javi Velasco c39caf622c Migrate List to themr 2016-05-22 19:08:47 +02:00
Javi Velasco 36869cb913 Migrate Link to themr 2016-05-22 18:18:47 +02:00
Javi Velasco 58f8d61598 Migrate Layout to themr 2016-05-22 18:11:31 +02:00
Javi Velasco f6d2d3f95d Migrate Drawer and Overlay to themr 2016-05-22 13:42:52 +02:00
Javi Velasco 6f2d17d5d2 Migrate TimePicker to themr 2016-05-22 13:25:56 +02:00
Javi Velasco 709f4b1ba5 Migrate DatePicker to themr 2016-05-21 20:52:48 +02:00
Javi Velasco 2fb2de8186 Migrate dialog to themr 2016-05-21 20:48:55 +02:00
Javi Velasco 92b170fce5 Migrate autocomplete 2016-05-21 19:48:53 +02:00
Javi Velasco bf58e87696 Update with dev 2016-05-21 19:12:29 +02:00
Javi Velasco 563868b90e Merge pull request #484 from lucaas/fix-483-autocomplete-unintuitive-filter-behaviour-with-multiple-false
Fix #483: Autocomplete unintuitive filter behavior with multiple=false
2016-05-21 19:11:36 +02:00
Javi Velasco 243644c144 Migrate input to themr 2016-05-21 18:57:49 +02:00
Javi Velasco 40be14660f Migrate checkbox to themr 2016-05-21 18:42:22 +02:00
Javi Velasco b2be1cbc8d Migrate Chip to themr 2016-05-21 18:17:01 +02:00
Javi Velasco bc26c3fd86 Migrate Card + refactoring + add defineTheme 🎨 2016-05-20 21:05:03 +02:00
Lucas Correia 8f2579ed3d Add seperate autocomplete with showSuggestionsWhenValueIsSet to spec 2016-05-20 16:24:17 +02:00
Lucas Correia 5dfee66632 Add showSuggestionsWhenValueIsSet prop, used to control autocomplete filter behaviour when multiple=false 2016-05-20 15:24:06 +02:00
Javi Velasco 29f89fe44d Migrate button to themr 2016-05-16 14:40:07 +02:00
Javi Velasco f4e74e95e7 Migrate Ripple to themr 2016-05-16 14:17:26 +02:00
Javi Velasco 1974336a56 Migrate Avatar to themr 2016-05-16 13:39:59 +02:00
Javi Velasco c7f8d8357a Add themr to AppBar 2016-05-15 13:23:55 +02:00
Javi Velasco 91bd684ec6 Reduce z-index for spec page 2016-05-10 19:59:30 +02:00
Lucas Correia 60b8e5518f Fix #454: Chip component unable to display nicely on small screen 2016-04-27 11:51:18 +02:00
Javi Velasco c612fdf83d Add onRippleEnded. Fixes #289 2016-04-12 22:26:49 +02:00
Javi Velasco 410cd6bfe3 Now we are Audiense 💎 2016-04-10 21:56:48 +02:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco 0277719942 Merge pull request #313 from patrick-jones/sidenav-283
Make drawer compliant with material design guidelines.
2016-04-10 20:21:54 +02:00
Javi Velasco baf4414719 Remove unneeded App 2016-04-10 17:44:42 +02:00