Commit Graph

413 Commits

Author SHA1 Message Date
Sara Vieira
a761b7da31 feat(ui-toolkit): add syntax highlighting to styleguide
fixes #745
2017-10-11 12:01:26 +01:00
Sara Vieira
4baf6647d5 feat(ui-toolkit): toggles implementation according to spec 2017-10-10 11:15:35 +01:00
Sérgio Ramos
68834c31f4 chore: update dependencies (including react 16) 2017-10-09 19:27:46 +01:00
Sérgio Ramos
a70e93aee9 fix(my-joy-beta): fluid Select in instance list 2017-10-09 15:13:08 +01:00
Sérgio Ramos
e52ef9fbbb fix(ui-toolkit): fix missing withTheme declaration 2017-10-09 14:51:44 +01:00
Sérgio Ramos
b4abe731c5 chore: format 2017-10-09 14:51:44 +01:00
Sérgio Ramos
78ea172428 fix(my-joy-beta): use new Message API 2017-10-09 14:51:44 +01:00
Sérgio Ramos
4a668e7c32 feat(ui-toolkit): refactor Message into a more composable widget
fixes #733
2017-10-09 14:51:44 +01:00
Sérgio Ramos
4562b7cc21 chore: upgrade styled-is 2017-10-09 14:51:44 +01:00
Sérgio Ramos
dd32058c9d feat(my-joy-beta): sort and actions 2017-10-09 14:51:44 +01:00
Sérgio Ramos
3135f3b5a7 feat(cloudapi-gql): add rebootMachine mutation 2017-10-09 14:51:44 +01:00
Sérgio Ramos
37c865687b feat(cloudapi-gql): resolve Machine package 2017-10-09 14:51:44 +01:00
Sérgio Ramos
e3dbb9086c feat(cloudapi-gql): primary_ip Machine resolver 2017-10-09 14:51:44 +01:00
Sérgio Ramos
8259bfd284 feat(cloudapi-gql): add disableMachineFirewall schema mutation 2017-10-09 14:51:44 +01:00
Sara Vieira
cf2fb5e645 fix(ui-toolkit): fix cards implementation 2017-10-09 14:35:52 +01:00
Sara Vieira
8097d2f5ba fix(ui-toolkit): small fixes
- Adds sidebar design
 - Adds correct spacing to headers and text
 - Changes color design to look more like spec
 - Fixes papyrus font
 - Adds Roboto Mono as default code font
2017-10-04 18:30:10 +01:00
Inayaili de León Persson
525440c09b Copy updates to anchor readme (#714)
* Updates to get started

- Removed purpose.md
- Updated copy on contribute.md, faq.md and support.md

* Remove file structure and update structure

* Copy updates to anchors readme
2017-10-04 17:38:59 +01:00
Inayaili de León Persson
06ebc10ad2 Updated order of components and fallback font (#715) 2017-10-04 17:19:35 +01:00
Sara Vieira
6cd0b187e2 fix breadcrumb 2017-10-04 15:13:51 +01:00
Inayaili de León Persson
50a23cdb23 docs(ui-toolkit): remove structure.md and updated navigation 2017-10-04 14:27:57 +01:00
Inayaili de León Persson
6a67a6f1b5 doc(ui-toolkit): update copy on contribute, faq, and support 2017-10-04 12:17:31 +01:00
Sérgio Ramos
a3fc39c293 feat(my-joy-beta): remove affinity from instance sections 2017-10-03 16:30:41 +01:00
Sérgio Ramos
98cdf2a00b feat(my-joy-beta): add feed to instance sections 2017-10-03 16:30:27 +01:00
Sérgio Ramos
6c5a75fe89 feat(cloudapi-gql): add machine links 2017-10-03 16:29:56 +01:00
Sérgio Ramos
77540223ab fix(my-joy-beta): adapt to cloudapi-gql breaking changes 2017-10-03 16:05:01 +01:00
Sérgio Ramos
d3baebd25f feat(cloudapi-gql): transform objects on the type resolvers 2017-10-03 16:05:01 +01:00
Inayaili de León Persson
3d99fda795 Small formatting updates to download.md (#707) 2017-10-03 15:37:14 +01:00
Inayaili de León Persson
827f3d2ea0 Updated order of get started sections (#706) 2017-10-03 15:30:45 +01:00
Inayaili de León Persson
6f721f28c7 Update copy of overview.md (#705) 2017-10-03 15:25:04 +01:00
Sérgio Ramos
d93ca077bd chore(cloudapi-gql): s/joyent-portal-cloudapi-gql/cloudapi-gql 2017-10-03 15:02:27 +01:00
Sérgio Ramos
ed4ce42237 feat(gql-cloudapi): template tag schema re-write
- uniform api usage for some models (account/user, networks/vlans/fabrics, etc)
 - graphidoc, playground, faker, and voyager support
 - schema in a template tag and documented
 - apollo-errors
 - apollo-server-hapi and schema using graphql-tools/makeExecutableSchema
 - replace express with Hapi
 - eslint support for graphql
 - updated dependencies
2017-10-03 14:59:22 +01:00
Sérgio Ramos
b64f345e13 style: lint and format 2017-10-03 14:47:41 +01:00
Sérgio Ramos
09ef1cacde feat(my-joy-beta): initial tableview for networks and firewall 2017-10-03 14:47:41 +01:00
Sérgio Ramos
7a2a61a9db feat(my-joy-beta): only transform tags to array once 2017-10-03 14:47:41 +01:00
Sérgio Ramos
0c4f9e5080 feat(ui-toolkit): remove legacy flag from viewcontainer 2017-10-03 14:47:41 +01:00
Sérgio Ramos
0da6f30f38 feat(my-joy-beta): use editor on metadata 2017-10-03 14:47:41 +01:00
Sérgio Ramos
2291666d81 feat(my-joy-beta): show filter when loading machines 2017-10-03 14:47:41 +01:00
Sérgio Ramos
4447a9c610 feat(ui-toolkit): add editor component 2017-10-03 14:47:41 +01:00
Sérgio Ramos
83b11b198b feat(cloudapi): add metadata list resolver 2017-09-27 14:01:46 +01:00
Sérgio Ramos
bdb364b63d feat(my-joy-beta): navigation and tagoxony 2017-09-27 14:01:46 +01:00
Sara Vieira
3e0e7b2e5e feat(ui-toolkit): add more icons page 2017-09-26 17:07:45 +01:00
Sara Vieira
be4190d8cb feat(ui-toolkit): typography and getting started 2017-09-26 12:12:15 +01:00
Sara Vieira
718bab3c78 feat(my-joyent): ssd/magnetic form 2017-09-25 14:47:00 +01:00
Sara Vieira
d315f7faa3 fix(joyent-portal): fix filters on group select 2017-09-22 13:15:33 +01:00
Sara Vieira
b76717d660 perf(my-joyent): make page faster and work offline 2017-09-20 17:35:26 +01:00
Sara Vieira
520205d1b9 fix(my-joyent): improve design fidelity 2017-09-20 10:35:44 +01:00
Sérgio Ramos
0ac04c897d feat(joyent-boilerplate): use joyent-react-scripts 2017-09-19 12:41:08 +01:00
Sérgio Ramos
0a8b025c7e chore: update lint conf 2017-09-19 11:20:43 +01:00
Sérgio Ramos
7749f1eb62 chore: remove extracted packages 2017-09-19 10:34:50 +01:00
Sérgio Ramos
d36f869a64 build(normalized-styled-components): version bump 2017-09-19 10:34:50 +01:00