Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon headers #272

Merged
merged 9 commits into from
Jun 29, 2018
Merged

Icon headers #272

merged 9 commits into from
Jun 29, 2018

Conversation

asitu
Copy link
Contributor

@asitu asitu commented Jun 23, 2018

🎟️ Ticket(s): Closes #249


screenshot 2018-06-23 15 17 12

πŸ‘· Changes

implemented icon header component

πŸ”¦ Testing Instructions

        <IconHeader  type='containers' title='/inertia-deploy-test_dev_1'/>

pearchery added 3 commits June 23, 2018 13:56
- Icon header for container page
- Icons from fontawesome.com
'/': { target: 'https://127.0.0.1:4303', secure: false },
},
// proxy: {
// '/': { target: 'https://127.0.0.1:4303', secure: false },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What’s wrong with the proxy?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we renable this :)

@coveralls
Copy link

coveralls commented Jun 23, 2018

Pull Request Test Coverage Report for Build 991

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 40.862%

Totals Coverage Status
Change from base Build 987: 0.0%
Covered Lines: 1393
Relevant Lines: 3409

πŸ’› - Coveralls

Copy link
Member

@bobheadxi bobheadxi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the proxy should be removed - I used it last night, everything was working fine. Did you have issues with it?

Also a heads up that the linter is throwing heaps of complaints you'll have to fix before we land this PR:

/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/actions/dashboard.js
  8:3  warning  Unexpected console statement  no-console
/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/actions/login.js
  8:3  warning  Unexpected console statement  no-console
/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/actions/main.js
  8:3  warning  Unexpected console statement  no-console
/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/components/IconHeader/IconHeader.js
   6:1   error  Expected indentation of 2 spaces but found 4            indent
   6:16  error  Empty components are self-closing                       react/self-closing-comp
   7:1   error  Expected indentation of 2 spaces but found 4            indent
   7:17  error  Empty components are self-closing                       react/self-closing-comp
   8:1   error  Expected indentation of 2 spaces but found 4            indent
   8:11  error  Empty components are self-closing                       react/self-closing-comp
   9:1   error  Expected indentation of 2 spaces but found 4            indent
   9:15  error  Empty components are self-closing                       react/self-closing-comp
   9:45  error  Missing trailing comma                                  comma-dangle
  12:30  error  'type' is missing in props validation                   react/prop-types
  13:5   error  Expected indentation of 2 space characters but found 4  react/jsx-indent
  14:9   error  Expected indentation of 6 space characters but found 8  react/jsx-indent
  15:9   error  Expected indentation of 6 space characters but found 8  react/jsx-indent
  20:1   error  Expected indentation of 2 spaces but found 4            indent
  23:27  error  Newline required at end of file but not found           eol-last
/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/pages/containers/Containers.js
  25:22  error  Multiple spaces found before 'type'         no-multi-spaces
  25:27  error  Unexpected usage of singlequote             jsx-quotes
  25:46  error  Unexpected usage of singlequote             jsx-quotes
  25:57  error  A space is required before closing bracket  react/jsx-tag-spacing
/home/travis/gopath/src/github.com/ubclaunchpad/inertia/daemon/web/pages/login/Login.js
  48:5  warning  Unexpected console statement  no-console
βœ– 23 problems (19 errors, 4 warnings)
  18 errors, 0 warnings potentially fixable with the `--fix` option.

Good work though, thanks for putting in the PR! πŸ˜„

@bobheadxi bobheadxi changed the title Anna/#249 iconheaders Icon headers Jun 24, 2018
bobheadxi
bobheadxi previously approved these changes Jun 29, 2018
@bobheadxi bobheadxi merged commit a7d1c1f into master Jun 29, 2018
@bobheadxi bobheadxi deleted the anna/#249-iconheaders branch June 29, 2018 05:58
@asitu asitu restored the anna/#249-iconheaders branch July 7, 2018 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants