Skip to content

Commit

Permalink
Merge pull request #89 from symptomatic/development
Browse files Browse the repository at this point in the history
Low Energy Travel / Airport Maps
  • Loading branch information
awatson1978 authored Mar 16, 2021
2 parents 38808c3 + f1aa79e commit 7fac115
Show file tree
Hide file tree
Showing 28 changed files with 1,482 additions and 216 deletions.
25 changes: 25 additions & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,31 @@ clinical:[email protected]
clinical:[email protected]
clinical:hl7-fhir-data-infrastructure

# TESTING
# meteortesting:mocha
# practicalmeteor:chai

# PERFORMANCE MONITORING (Galaxy hosting provider)
# mdg:meteor-apm-agent
# bundle-visualizer

# WORKFLOW
# symptomatic:covid19-on-fhir
# symptomatic:covid19-geomapping
# symptomatic:covid19-reporting

# symptomatic:gravity
# symptomatic:saner


# DESKTOP
# omega:meteor-desktop-watcher@=2.2.5
# omega:meteor-desktop-bundler@=2.2.5

# symptomatic:saner
# symptomatic:data-management

# datarobot:waters
# symptomatic:data-management
# symptomatic:healthkit-importer
# symptomatic:immunization-card
Expand Down
1 change: 0 additions & 1 deletion app/Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ if(get(Meteor, 'settings.public.theme.palette')){
themedAppPalette = Object.assign(defaultAppPalette, get(Meteor, 'settings.public.theme.palette'));
}


// then feed the themed palette into the muiTheme generator.
export const theme = createMuiTheme({
typography: {
Expand Down
2 changes: 1 addition & 1 deletion app/core/AppLoadingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function AppLoadingPage(props) {
position: 'absolute',
left: '50%',
top: '40%',
marginLeft: '-60px'
marginLeft: '-40px'
}
}

Expand Down
2 changes: 0 additions & 2 deletions app/layout/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ export function App(props) {
return Session.get('selectedPatient')
}, []);


// ------------------------------------------------------------------
// User Interface Methods

Expand All @@ -410,7 +409,6 @@ export function App(props) {
props.history.replace('/');
};


// ------------------------------------------------------------------
// Social Media Registration

Expand Down
Loading

0 comments on commit 7fac115

Please sign in to comment.