Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Aerogear 7703 - folder restructure and added sass #16

Merged
merged 2 commits into from
Jul 26, 2018
Merged

Conversation

ciaranRoche
Copy link
Member

Motivation

JIRA - https://issues.jboss.org/browse/AEROGEAR-7703

Description

Adds support to react app to allow the use of sass.

Change also includes a cleaner folder structure, adding a components folder.

Note

This change will mean heavy rebasing on any work that is currently in progress, open to suggestions on the order of when to merge this change to minimize conflicts.

ui/package.json Outdated
@@ -3,6 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"node-sass-chokidar": "^1.3.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

IHMO we should not use ^ since it can bring break changes which may impact the project.

@@ -12,7 +12,7 @@ class App extends Component {
<div className="App">
<Switch>
<Route exact path="/overview" component={Overview}/>
<Route exact path="/mobileclient/:id" component={Client}/>
<Route exact path="/mobileclien/:id" component={Client}/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo

@@ -0,0 +1,2 @@
@import "../style/variables";
Copy link
Contributor

Choose a reason for hiding this comment

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

The default layout would have this in index.scss. Why is it here now?

@coveralls
Copy link

coveralls commented Jul 26, 2018

Pull Request Test Coverage Report for Build 72

  • 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 100.0%

Totals Coverage Status
Change from base Build 60: 0.0%
Covered Lines: 48
Relevant Lines: 48

💛 - Coveralls

@ciaranRoche ciaranRoche merged commit 6553aaf into master Jul 26, 2018
@grdryn grdryn deleted the AEROGEAR-7703 branch January 7, 2019 12:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants