Commit Graph

769 Commits

Author SHA1 Message Date
Sérgio Ramos
08cecc66f7 bootstrap <Select> base component
no actual implementation yet
2016-10-31 14:44:53 +00:00
Sérgio Ramos
f3bb799227 clean ignored files 2016-10-31 14:42:46 +00:00
Sérgio Ramos
7661a34b27 static subfolders for easier static hosting 2016-10-31 14:42:18 +00:00
Tom Gallacher
286dafca16 ui: run dev server on all interfaces 2016-10-31 14:40:54 +00:00
Tom Gallacher
d66fc3c6e3 make: adding lint-ci task
Fixes #50
2016-10-31 14:17:08 +00:00
Tom Gallacher
c980b1da53 ui: fixing broken build due to missing deps 2016-10-31 13:47:43 +00:00
Tom Gallacher
3a32db085a ui: fixing issue with deployment 2016-10-31 13:33:42 +00:00
Alex Windett
f66b9a03af FIX - missing "," 2016-10-31 12:25:20 +00:00
Alex Windett
1b46c59ef7 updating constants and updating components to use css constants 2016-10-31 12:10:24 +00:00
Sérgio Ramos
fcd55d3c44 implement <Input /> base component (fixes #44) 2016-10-31 12:03:49 +00:00
Sérgio Ramos
bcbadbab24 remove redundant box-shadow in <Radio /> 2016-10-31 12:03:49 +00:00
Sérgio Ramos
0b9630b02f don't duplicate label and children in <Radio /> 2016-10-31 12:03:48 +00:00
Tom Gallacher
61f290e0d7 make: Adding test-ci make task 2016-10-31 12:02:32 +00:00
Tom Gallacher
329c0f92cc ui: Implementing deploy 2016-10-31 11:13:38 +00:00
Sérgio Ramos
66d82ab84b un-ignore icon component 2016-10-31 11:12:28 +00:00
Sérgio Ramos
e33c8e8146 bootstrap icon component
no real imlementation yet
2016-10-31 11:11:59 +00:00
Sérgio Ramos
6acf077cda don't ignore Icon folders 2016-10-31 11:11:59 +00:00
Alex Windett
3a2378d875 commenting out Icon test as component is not implimented yet 2016-10-31 11:04:35 +00:00
Alex Windett
b398ca3bc9 fixing css functions config object 2016-10-31 11:00:18 +00:00
Alex Windett
d69a549902 adding box constants and creating mixin for generating buttons 2016-10-28 17:39:07 +01:00
Sérgio Ramos
b3ee3b53ce remove value validation in <RadioGroup>
it's redundant since we already require it in <Radio> propTypes
2016-10-28 17:02:23 +01:00
Sérgio Ramos
033093033a add more component tests 2016-10-28 17:02:23 +01:00
Tom Gallacher
e5909750ea ui: creating docker files for deployment 2016-10-28 16:52:39 +01:00
Sérgio Ramos
d108a14ff4 add simple tests to more components 2016-10-28 16:49:09 +01:00
Sérgio Ramos
3243941056 fix css compose in tests 2016-10-28 16:49:09 +01:00
Alex Windett
7ccf427966 refactoring rem function 2016-10-28 16:39:35 +01:00
Alex Windett
c7a7da2e85 Adding postcss debug file to gitignore 2016-10-28 16:37:14 +01:00
Sérgio Ramos
1927d47bf8 remove setup target 2016-10-28 16:09:15 +01:00
Sérgio Ramos
efebd9c2b9 replace postcs-module-values with postcss-constants 2016-10-28 16:09:15 +01:00
Alex Windett
9793440e09 Merge branch 'widget-group'
* widget-group:
  Widget
  Widget - implimenting widget
2016-10-28 16:02:24 +01:00
Alex Windett
aa3c940674 Widget
Fixing HTML attributes for single select and multi select, and
adding disabled option
2016-10-28 16:01:23 +01:00
Alex Windett
b933eff47b Widget - implimenting widget 2016-10-28 14:59:28 +01:00
Alex Windett
54b9601d9c changing props name to be more consistant 2016-10-28 12:47:58 +01:00
Alex Windett
7e85e17367 fixing indentation and missing semicolons 2016-10-28 11:25:29 +01:00
Alex Windett
80c596db66 Avatar - Adding custom color and style to avatar component 2016-10-28 11:25:29 +01:00
Alex Windett
8c147e4127 Avatar Component
- Creating Avatar component and adding to showcase
- Creating a composer file and adding class to vertically align content centrally
2016-10-28 11:25:29 +01:00
Alex Windett
4c03f55498 adding positional arguement to mixin with default setting or relative 2016-10-28 11:25:29 +01:00
Alex Windett
c6b6e362ab adding z-index mixin and implimenting 2016-10-28 11:25:29 +01:00
Sérgio Ramos
5eb2b15227 implement <RadioGroup> 2016-10-28 01:22:47 +01:00
Tom Gallacher
19236d849d circleci: fix bug in directory creation 🙄 2016-10-27 17:43:24 +01:00
Tom Gallacher
accd760bda circleci: create missing directory 2016-10-27 17:36:36 +01:00
Tom Gallacher
9615c8b98f circleci: export tests to subdir 2016-10-27 17:30:28 +01:00
Tom Gallacher
f4d7aed20f circlci: test files to correct folder 2016-10-27 17:06:36 +01:00
Alex Windett
3dcee6feff renaming lib directory to be util for clarity, and updating relvent paths in CSS files 2016-10-27 16:56:01 +01:00
Alex Windett
f8ebdbfd1f Fix - incorrect function spelling 2016-10-27 16:56:01 +01:00
Alex Windett
d1c3124d0c Updating CSS to use remCalc instead of pixels 2016-10-27 16:56:01 +01:00
Alex Windett
0a08aa84df REM Function - updating function to allow for multiple values to be pased in single arguement 2016-10-27 16:56:01 +01:00
Tom Gallacher
b3bc167898 circleci: run make before make install 2016-10-27 16:50:47 +01:00
Tom Gallacher
c9157e7b39 circleci: fixing incorrect circleci.yml 2016-10-27 16:49:54 +01:00
Tom Gallacher
c0b4d21e6f circleci: tests output usable files for circleci 2016-10-27 16:42:56 +01:00