Skip to content

Commit

Permalink
Feature: Timetable dark theme (#379)
Browse files Browse the repository at this point in the history
* feat: Dark mode for pro tips and colors selector popup in Timetable

* feat: update theme colors dependency for all apps
  • Loading branch information
YHhaoareyou authored Apr 18, 2022
1 parent 2f8dd9b commit 8492b1c
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 309 deletions.
2 changes: 1 addition & 1 deletion campus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@aws-amplify/auth": "4.4.4",
"@bit/wasedatime.core.assets.img.logo": "0.0.1",
"@bit/wasedatime.core.theme.colors": "0.0.4",
"@bit/wasedatime.core.theme.colors": "0.0.5",
"@bit/wasedatime.core.ts.constants.langs": "0.0.5",
"@bit/wasedatime.core.ts.ui.header": "0.2.17",
"@bit/wasedatime.core.ts.ui.loading-spinner": "0.1.2",
Expand Down
8 changes: 6 additions & 2 deletions campus/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion feeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write \"./**\""
},
"dependencies": {
"@bit/wasedatime.core.theme.colors": "^0.0.3",
"@bit/wasedatime.core.theme.colors": "0.0.5",
"@bit/wasedatime.core.ts.ui.loading-spinner": "0.1.2",
"@bit/wasedatime.core.ts.utils.responsive-utils": "npm:wasedatime.core.ts.utils.responsive-utils@^0.0.1",
"@fortawesome/fontawesome-svg-core": "1.3.0",
Expand Down
39 changes: 20 additions & 19 deletions feeds/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@aws-amplify/auth": "4.5.0",
"@aws-amplify/core": "4.5.0",
"@bit/wasedatime.core.assets.text-logo": "0.0.1",
"@bit/wasedatime.core.theme.colors": "0.0.4",
"@bit/wasedatime.core.theme.colors": "0.0.5",
"@bit/wasedatime.core.ts.constants.langs": "0.0.5",
"@bit/wasedatime.core.ts.styles.overlay": "0.0.1",
"@bit/wasedatime.core.ts.styles.wrapper": "0.0.1",
Expand Down
Loading

0 comments on commit 8492b1c

Please sign in to comment.