Commit Graph

1545 Commits (3461a1fba3cac0cfbb96e694b7c1fae4640ec7cf)

Author SHA1 Message Date
Javi Velasco d04c181fdf Better readmes for autocomplete avatar chip and input 2016-05-28 17:58:43 +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 d5834e0372 Full extension imports in animations 2016-05-28 15:38:23 +02:00
Javi Velasco 6048bb72f4 Autoinjects for Button and IconButton 2016-05-28 15:37:10 +02:00
Yotam Bar-On 63f760bd13 Modify Button's display to be inline-flex
Text of ``label`` in ``<Button />`` is not aligned with the icon. This is because the ``<Button />`` has ``inline-block`` and not ``inline-flex``, so the ``align-items`` rule has no effect.
Changed the ``inline-block`` declaration into ``inline-flex``.
2016-05-28 16:06:37 +03:00
Javi Velasco 6ba69be723 Remove defineTheme 2016-05-27 21:58:34 +02:00
Javi Velasco 5056a9d84b Migrate docs to new theme syntax 2016-05-27 21:54:16 +02:00
Javi Velasco c600d6dcd9 Merge pull request #526 from dannydorfel/app-bar-mobile-devices-height
Media-queries for the max-height of the app-bar on mobile devices
2016-05-26 21:40:15 +02:00
Javi Velasco 310d683fa9 Avoid null values when parsing input 2016-05-26 21:38:07 +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
Danny Dörfel 3c4c1e6f01 Added media-queries for the max-height of he app-bar on mobile devices (56dp and 48dp) 2016-05-26 09:57:45 +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 4f85f4e5f9 Remove linter warning 2016-05-25 00:28:21 +02:00
Javi Velasco 22819ca54c Bugfix: delete style in form 2016-05-25 00:28:07 +02:00
Javi Velasco 6329c5d11d Make tests pass 2016-05-25 00:25:43 +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 54dca2d5cc Migrate MenuDivider to themr 2016-05-22 20:46:40 +02:00
Javi Velasco e20bae5e62 Migrate MenuItem to themr 2016-05-22 20:43:54 +02:00
Javi Velasco 140cc2c1a4 Migrate Menu to themr 2016-05-22 20:36:06 +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 d2cf4e37c3 Bugfix: Set empty string in time picker if no time is given 2016-05-22 19:39:30 +02:00
Javi Velasco 75cd934376 Fixes in Layout 2016-05-22 19:35:18 +02:00
Javi Velasco 78d7c920bd Fix typos in Layout 2016-05-22 19:13:04 +02:00
Javi Velasco c1093b2cd8 Fix typo 2016-05-22 19:09:38 +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 fee4a1931c Remove style for form 2016-05-22 13:45:01 +02:00
Javi Velasco f6d2d3f95d Migrate Drawer and Overlay to themr 2016-05-22 13:42:52 +02:00
Javi Velasco a2cc04cff4 Add Clock and ClockHours to TimePicker migration 2016-05-22 13:26:30 +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 0eab53a6cb Merge pull request #518 from felipeleusin/corejs-dependency
Set corejs as a dependency
2016-05-21 18:34:02 +02:00
Javi Velasco d8a5dc371f Add note about theming in chip readme 2016-05-21 18:27:33 +02:00