Commit Graph

926 Commits

Author SHA1 Message Date
Sérgio Ramos
c378d8309a create monitor modal 2017-01-16 19:45:56 +00:00
Sérgio Ramos
7e157a15a1 remove Close dependency from Modal 2017-01-16 19:45:56 +00:00
Sérgio Ramos
8ac2a7c60f refactor Input and Select 2017-01-16 19:45:35 +00:00
Sérgio Ramos
bd1ff8171a detach transfer-props from List 2017-01-16 19:45:35 +00:00
Sérgio Ramos
224f13998e add forms colors 2017-01-16 19:45:35 +00:00
Alex Windett
bc5d974594 removing uppercasing of element, now have to make object name the name thats is to be used as component 2017-01-16 18:00:16 +00:00
Alex Windett
985a64c2a1 Merge pull request #159 from yldio/base-elements-new
creating base elements component loop
2017-01-16 17:56:34 +00:00
Alex Windett
dbe3289bb6 creating base elements component loop 2017-01-16 17:38:21 +00:00
Tom Gallacher
355e5bb587 Fixing incorrect fonts. 2017-01-16 14:02:31 +00:00
JUDIT GRESKOVITS
97fced5728 Resolving another conflict 2017-01-13 18:20:13 +00:00
JUDIT GRESKOVITS
55be4bbaa8 Resolving ocnflict 2017-01-13 18:17:27 +00:00
Tom Gallacher
348b24a31d Adding test hook to allow requiring of fonts 2017-01-13 18:14:25 +00:00
Tom Gallacher
4953ae36ea Fixing fonts 2017-01-13 18:14:25 +00:00
JUDIT GRESKOVITS
54524d23df Add Metric header and add svg inlining to webpack with new loader to style svgs with css 2017-01-13 18:08:43 +00:00
Alex Windett
1af66477d3 adding in explenation for file 2017-01-13 16:12:41 +00:00
Alex Windett
3ecedf94d6 adding baseunit objects to constants 2017-01-13 15:38:57 +00:00
Tom Gallacher
8513d8c904 Fixing the build 2017-01-13 12:43:47 +00:00
Tom Gallacher
2754d8d3dd Move box plot to use "prerelease" tag in npm
yarn add chartjs-chart-box-plot@prerelease
2017-01-13 12:36:43 +00:00
Sérgio Ramos
474cb6bfce fix borderRadius rems 2017-01-12 19:41:04 +00:00
Sérgio Ramos
124ec8e6d3 convert every px measure into rem 2017-01-12 19:04:52 +00:00
Sérgio Ramos
4eea80a74d custom outlet for metrics 2017-01-12 17:06:55 +00:00
Sérgio Ramos
df02761784 project instances 2017-01-12 16:22:40 +00:00
Tom Gallacher
555c432cc4 Frontend build should ignore lockfile for now 2017-01-12 15:17:05 +00:00
Tom Gallacher
dcba0ab5c7 Merge pull request #149 from yldio/topology-view
Topology view
2017-01-12 15:09:32 +00:00
Alex Windett
268d17bb4a styling modal and usuing React Close component instead of styled button 2017-01-12 14:19:35 +00:00
Tom Gallacher
6b572faccb Removing no longer needed module 2017-01-12 14:17:11 +00:00
Tom Gallacher
264a7542f8 re-adding missed yarn.lock 2017-01-12 14:08:38 +00:00
Tom Gallacher
6f3a0d8c07 Merge branch 'master' of github.com:yldio/joyent-dashboard into topology-view 2017-01-12 14:00:44 +00:00
Tom Gallacher
664ac4651d Topology view 2017-01-12 13:02:20 +00:00
JUDIT GRESKOVITS
4866b3585f Merge branch 'master' of https://github.com/yldio/joyent-portal 2017-01-12 12:39:16 +00:00
JUDIT GRESKOVITS
894189e890 Resolving conflict 2017-01-12 12:17:25 +00:00
Alex Windett
7dffed145c adding success and error styles to input filed 2017-01-12 12:09:35 +00:00
Alex Windett
92887e12c5 updating tabs css 2017-01-12 11:26:29 +00:00
Alex Windett
a5bb1f9dda wrapping toggle in base and removing margin on hidden label 2017-01-12 11:26:29 +00:00
JUDIT GRESKOVITS
ea79adaa38 Add AddMetrics functionality and move AddMetric component story to folder 2017-01-12 10:25:20 +00:00
Sérgio Ramos
6f48ec1d23 instance metrics 2017-01-11 21:11:48 +00:00
Sérgio Ramos
520b178281 primary/sec on the same service 2017-01-11 17:46:13 +00:00
Sérgio Ramos
2095eaf00c recursive service item with metrics 2017-01-11 17:46:13 +00:00
Sérgio Ramos
e12b87283a metrics data in state 2017-01-11 17:46:13 +00:00
Alex Windett
1b0fd13940 removing height on input component 2017-01-11 17:05:55 +00:00
Alex Windett
56d9a5ba46 creating textarea component 2017-01-11 17:04:07 +00:00
Alex Windett
68b418c7d2 moving more components over to new storybook structure 2017-01-11 14:44:58 +00:00
Alex Windett
8f2e140cbe moving stories to directory folders 2017-01-11 14:22:42 +00:00
Alex Windett
466fe72459 sorting stories alphabetically 2017-01-11 14:22:42 +00:00
Sérgio Ramos
74c061a6cd add more ListItem story states 2017-01-11 14:15:40 +00:00
Sérgio Ramos
0b775fb600 borderless MiniMetric 2017-01-11 14:14:45 +00:00
Sérgio Ramos
3433c24bee better handling of collapsed states for ListItem 2017-01-11 14:14:45 +00:00
Alex Windett
0b7473d9de moving avatar story and data used for it 2017-01-11 14:03:53 +00:00
Alex Windett
900268ab27 allowing component directories to contain there own stories for storybook. A component directory should now contain index.js, story.js and readme.md 2017-01-11 12:28:45 +00:00
Alex Windett
62b7524e53 Fixing <Close /> component`s requring of svg and adding to test file 2017-01-11 11:59:06 +00:00