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:fonts@1.2.0
clinical:hl7-resource-datatypes@4.0.6
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
10 changes: 8 additions & 2 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ base64@1.0.12
binary-heap@1.0.11
blaze-tools@1.0.10
boilerplate-generator@1.7.1
browser-policy@1.1.0
browser-policy-common@1.0.11
browser-policy-content@1.1.1
browser-policy-framing@1.1.0
caching-compiler@1.2.2
caching-html-compiler@1.1.3
callback-hook@1.3.0
Expand All @@ -16,6 +20,7 @@ clinical:extended-api@2.5.1
clinical:fonts@1.2.0
clinical:hl7-fhir-data-infrastructure@6.11.4
clinical:hl7-resource-datatypes@4.0.6
datarobot:waters@0.6.0
ddp@1.4.0
ddp-client@2.4.0
ddp-common@1.4.0
Expand Down Expand Up @@ -81,8 +86,9 @@ spacebars-compiler@1.1.3
standard-minifier-css@1.7.2
standard-minifier-js@2.6.0
static-html@1.2.2
symptomatic:healthkit-importer@0.8.3
symptomatic:orbital@0.6.1
symptomatic:covid19-geomapping@0.4.10
symptomatic:saner@0.6.2
symptomatic:vault-server@6.2.1
templating-tools@1.1.2
tmeasday:check-npm-versions@0.3.2
tracker@1.2.0
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.