Commit Graph

1800 Commits

Author SHA1 Message Date
Tom Gallacher 5c0d8e4601 ui: switch to st 2016-11-01 15:30:28 +00:00
Tom Gallacher 24a3f0bee6 ui: moving deployment to static http server 2016-11-01 14:53:24 +00:00
Tom Gallacher 9195f5922a ui: Fixing issues with embed-markdown-loader deps 2016-11-01 13:57:34 +00:00
Alex Windett e473e7a108 adding in firefox range styles for before and after thumb 2016-11-01 12:48:29 +00:00
Alex Windett f2d2babc3c chaning color of upper range 2016-11-01 12:48:29 +00:00
Tom Gallacher e0a8a2be26 make: Fixing issue with finding changed files 2016-11-01 12:40:22 +00:00
Alex Windett 5b51ad01a0 further refactoring of styles for range slider 2016-11-01 12:21:01 +00:00
Raoul Millais fa841e0cee Make running the stack work locally (#55)
* Do not check triton config for local setup

* Log how to run stack locally

- If docker is unconfigured (default)

* Remove exports from setup-tools

- Don't pollute the environment with these functions.  This file is
sourced so they will still be available

* Fix linting errors and make code style consistent

* Fix docker check when DOCKER_HOST is set

* Make setup work whe triton env vars are not set

* Document setup step
2016-11-01 12:13:47 +00:00
Tom Gallacher c2fca68f45 containerpilot: fixing incorrect manifest 2016-11-01 12:04:59 +00:00
Tom Gallacher 5bcbc6eca8 circleci: removing timezone 2016-11-01 11:56:37 +00:00
Tom Gallacher 7581c0df8b docker: only build dockerfile's on changes 2016-11-01 11:52:15 +00:00
Tom Gallacher a44c7c0bf8 docker-compose: Fixing up ui compose files 2016-11-01 11:52:15 +00:00
Alex Windett 272b8fcf43 adding in onChange prop to Range Slider 2016-11-01 11:36:06 +00:00
Alex Windett d65414731e removing widget thumb inline-block style to fix bug in safari 2016-11-01 11:24:03 +00:00
Alex Windett 5e3469fe88 refactoring mixins by using default values when needed 2016-11-01 11:18:49 +00:00
Alex Windett 62c726fb24 refactoring slider component by creating mixin for base box properties - radius, border, shaddow 2016-11-01 11:17:10 +00:00
Alex Windett 7ec68ebc98 fix misspelling of varibale name on widget 2016-11-01 11:17:10 +00:00
Tom Gallacher 96f311369b ui: Fixing installation script for ui 2016-11-01 11:15:50 +00:00
Sérgio Ramos 17d4c47857 implement <Pagination> component (fixes #54) 2016-10-31 18:59:38 +00:00
Alex Windett 1d334d2a76 adding variables and rem functions to slider css 2016-10-31 17:57:58 +00:00
Sérgio Ramos cc0c7896ea <Select> non-exploding test 2016-10-31 17:34:36 +00:00
Alex Windett ebefc42d53 Fixing naming of component 2016-10-31 17:30:57 +00:00
Alex Windett e1542996e9 Range Slider - adding in test 2016-10-31 17:28:08 +00:00
Sérgio Ramos 372fd02151 incomplete <Select> implementation
apparently styling <option> without fallbacking to ul/li
doesn't seem to be supported, even when in `multiple` mode
2016-10-31 17:26:48 +00:00
Alex Windett 0b332cbeb6 Range Slider - creating component 2016-10-31 17:24:29 +00:00
Tom Gallacher c0e68b4ef6 ci: speedup docker builds and pushes 2016-10-31 17:18:43 +00:00
Sérgio Ramos fdf1a4c508 `autoFocus` attribute as a boolean 2016-10-31 16:10:01 +00:00
Sérgio Ramos 6faa75f36b support and proxy native component attributes (fixes #53) 2016-10-31 16:02:33 +00:00
Sérgio Ramos 7712d20523 Revert "clean ignored files"
This reverts commit f3bb799227.
2016-10-31 15:18:31 +00:00
Sérgio Ramos c89d11b621 always calc rem for border-radius 2016-10-31 15:00:40 +00:00
Tom Gallacher 7be25cf921 circleci: cleanup circle.yml 2016-10-31 14:52:29 +00:00
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