Skip to content

Commit

Permalink
build: update to navi-0.2.0-beta.572 (#9)
Browse files Browse the repository at this point in the history
* update to navi-0.2.0-beta.572
* dark & light mode themes
  • Loading branch information
jkusa authored Mar 18, 2021
1 parent aef1467 commit be094b5
Show file tree
Hide file tree
Showing 6 changed files with 4,969 additions and 5,269 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jsconfig.json
.gradle
build/

app/target
app/build
app/out
models/target
models/build
models/out
ws/derby.log


# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
Expand Down
14 changes: 12 additions & 2 deletions ui/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@
*/

@import 'denali/denali';
/**
* To enable dark mode
* - Comment light theme
* - Uncomment dark theme
* - in ../index.html, update to have <body class="denali-dark-theme">
*/
@import 'yavin-light-theme';
// @import 'yavin-dark-theme';

@import 'denali/ember-power-select';
@import 'navi-directory';
@import 'navi-core';
@import 'navi-reports';
@import 'navi-dashboards';
@import 'navi-directory';
@import 'navi-notifications';

// app styles
@import 'theme.scss';
@import 'components/index.scss';
@import 'views/index.scss';
8 changes: 0 additions & 8 deletions ui/app/styles/theme.scss

This file was deleted.

4 changes: 4 additions & 0 deletions ui/config/dependency-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ module.exports = {
'ember-truth-helpers': '2.1.0 || 3.0.0',
'ember-get-config': '0.2.4 || 0.3.0',
'ember-in-element-polyfill': '1.0.0 || 1.0.1',
'@glimmer/component': '1.0.3 || 1.0.4',
'@glimmer/tracking': '1.0.3 || 1.0.4',
'ember-basic-dropdown': '3.0.13 || 3.0.16',
'ember-element-helper': '0.2.0 || 0.3.2',
},
};
Loading

0 comments on commit be094b5

Please sign in to comment.