Skip to content

Commit

Permalink
feat(ZNTA-2379) test button grommet component
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Feb 9, 2018
1 parent 6491d3a commit c683fd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions server/zanata-frontend/src/app/containers/Languages/index.js
Expand Up @@ -3,9 +3,10 @@ import { Component } from 'react'
import * as PropTypes from 'prop-types'
import {connect} from 'react-redux'
import {
Button, InputGroup, FormGroup, FormControl,
InputGroup, FormGroup, FormControl,
Badge, Pagination
} from 'react-bootstrap'
import { Button } from 'grommet'
import Helmet from 'react-helmet'
import { debounce, find, isEmpty } from 'lodash'
import Entry from './Entry'
Expand Down Expand Up @@ -122,7 +123,7 @@ class Languages extends Component {
</h1>
{permission.canAddLocale &&
<div>
<Button bsStyle='primary'
<Button className='btn-primary'
id='btn-language-add-new'
onClick={handleOnDisplayNewLanguage}>
<Icon name='plus' className='n1' parentClassName='plusicon'
Expand Down
2 changes: 1 addition & 1 deletion server/zanata-frontend/src/index.html
Expand Up @@ -11,7 +11,7 @@
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<script
src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>

<link href="https://github.com/grommet/grommet/blob/stable/grommet.min.css" rel="stylesheet">
<title>Zanata</title>
</head>
<body class="bodyStyle">
Expand Down
1 change: 1 addition & 0 deletions server/zanata-frontend/src/package.json
Expand Up @@ -151,6 +151,7 @@
"faster-stable-stringify": "1.0.0",
"file-saver": "1.3.3",
"fs-extra": "3.0.1",
"grommet": "^1.10.1",
"history": "3.3.0",
"immutability-helper": "2.6.4",
"intl": "1.2.5",
Expand Down

0 comments on commit c683fd2

Please sign in to comment.