Skip to content

Commit

Permalink
Merge pull request #33 from ymaheshwari1/#32
Browse files Browse the repository at this point in the history
Implemented: app version info support and imported apps theme(#32)
  • Loading branch information
ymaheshwari1 authored Jan 19, 2024
2 parents f41a052 + e6f17b3 commit 4a23855
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@capacitor/android": "^2.4.7",
"@capacitor/core": "^2.4.7",
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.2.6",
"@ionic/core": "^7.6.0",
"@ionic/vue": "^7.6.0",
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import "@ionic/vue/css/display.css";

/* Theme variables */
import "./theme/variables.css";
import "@hotwax/apps-theme";

import i18n from "./i18n"
import store from "./store"
Expand Down
9 changes: 0 additions & 9 deletions src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,6 @@ http://ionicframework.com/docs/theming/ */

--ion-card-background: #1e1e1e;
}

.overline {
font-weight: 500 !important;
font-size: 10px !important;
line-height: 16px !important;
letter-spacing: 1.5px;
color: #666;
text-transform: uppercase !important;
}
}

.empty-state {
Expand Down
2 changes: 2 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require("@hotwax/app-version-info")

module.exports = {
pluginOptions: {
i18n: {
Expand Down

0 comments on commit 4a23855

Please sign in to comment.