Skip to content

Commit

Permalink
fix issues with new angular builder
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettSummer committed Jul 14, 2024
1 parent acaa98e commit 73e6105
Show file tree
Hide file tree
Showing 26 changed files with 59 additions and 59 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^18.1.0",
"@angular/cdk": "^17.3.10",
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
Expand All @@ -29,7 +29,7 @@
"hammerjs": "^2.0.8",
"intersection-observer": "^0.5.0",
"nanoid": "^4.0.0",
"ng2-date-picker": "^17.0.0",
"ng2-date-picker": "^18.0.0",
"popper.js": "^1.12.9",
"reflect-metadata": "^0.1.9",
"rxjs": "~7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/admin/admin-navbar/admin-navbar.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "admin-navbar.dark";
@import "admin-navbar.dark.less";

.nav-admin {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion src/app/admin/bangumi-card/bangumi-card.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "bangumi-card.dark";
@import "bangumi-card.dark.less";
@image-width: 10rem;

bangumi-card {
Expand Down
2 changes: 1 addition & 1 deletion src/app/admin/list-bangumi/list-bangumi.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'list-bangumi.dark';
@import 'list-bangumi.dark.less';

.search-action {
width: 20rem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../_dark-theme-helpers';
@import '../web-hook/web-hook.dark';
@import 'bangumi-account-binding.dark';
@import '../../_dark-theme-helpers.less';
@import '../web-hook/web-hook.dark.less';
@import 'bangumi-account-binding.dark.less';

:host {
background-color: #f0f0f0;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/bangumi-card/bangumi-card.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'bangumi-card.dark';
@import '../../_dark-theme-helpers.less';
@import 'bangumi-card.dark.less';

@image-width: 10rem;

Expand Down
2 changes: 1 addition & 1 deletion src/app/home/bangumi-detail/bangumi-detail.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'bangumi-detail.dark';
@import 'bangumi-detail.dark.less';

.loading-wrapper {
position: static !important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../bangumi-extra-info.dark';
@import '../bangumi-extra-info.dark.less';

:host {
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../bangumi-extra-info.dark';
@import '../bangumi-extra-info.dark.less';
:host {
display: block;
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/bangumi-list/bangumi-list.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'bangumi-list.dark';
@import '../../_dark-theme-helpers.less';
@import 'bangumi-list.dark.less';

:host {
position: fixed;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/favorite-list/favorite-list.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'favorite-list.dark';
@import '../../_dark-theme-helpers.less';
@import 'favorite-list.dark.less';

:host {
position: fixed;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/home.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../_dark-theme-helpers';
@import 'home.dark';
@import '../_dark-theme-helpers.less';
@import 'home.dark.less';

@navbarHeight: 3.5rem;
@footerHeight: 8em;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/my-history/history-card/history-card.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../_dark-theme-helpers';
@import 'history-card.dark';
@import '../../../_dark-theme-helpers.less';
@import 'history-card.dark.less';

@image-width: 8rem;
@image-height: 4.5rem;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/my-history/my-history.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import './history.dark';
@import '../../_dark-theme-helpers.less';
@import './history.dark.less';

:host {
position: fixed;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/play-episode/comment/comment.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../_dark-theme-helpers';
@import 'comment.dark';
@import '../../../_dark-theme-helpers.less';
@import 'comment.dark.less';

bangumi-comment {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/play-episode/play-episode.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'play-episode.dark';
@import '../../_dark-theme-helpers.less';
@import 'play-episode.dark.less';

:host.dark-theme {
.dark-dropdown();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../_dark-theme-helpers';
@import 'edit-review-dialog.dark';
@import '../../../_dark-theme-helpers.less';
@import 'edit-review-dialog.dark.less';

:host {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/rating/my-review/my-review.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../_dark-theme-helpers';
@import 'my-review.dark';
@import '../../../_dark-theme-helpers.less';
@import 'my-review.dark.less';

:host {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/rating/rating.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'rating.dark';
@import '../../_dark-theme-helpers.less';
@import 'rating.dark.less';

:host {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/user-center/user-center.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import '../web-hook/web-hook.dark';
@import '../../_dark-theme-helpers.less';
@import '../web-hook/web-hook.dark.less';

:host {
background-color: #f0f0f0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/web-hook/web-hook.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../_dark-theme-helpers';
@import 'web-hook.dark';
@import 'web-hook.dark.less';

:host {
background-color: #f0f0f0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/static-content/developers/developers.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Component } from '@angular/core';
selector: 'developers',
templateUrl: './developers.html',
styles: [`
@import "../static-content.dark";
@import "../static-content.dark.less";
.parent-dark-theme();
`]
})
Expand Down
2 changes: 1 addition & 1 deletion src/app/static-content/privacy/privacy.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Component } from '@angular/core';
selector: 'privacy',
templateUrl: './privacy.html',
styles: [`
@import "../static-content.dark";
@import "../static-content.dark.less";
.parent-dark-theme();
`]
})
Expand Down
2 changes: 1 addition & 1 deletion src/app/static-content/static-content.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "static-content.dark";
@import "static-content.dark.less";
@navbarHeight: 3.5rem;
@footerHeight: 8em;

Expand Down
2 changes: 1 addition & 1 deletion src/app/static-content/tos/tos.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { environment } from '../../../environments/environment';
selector: 'tos',
templateUrl: './tos.html',
styles: [`
@import "../static-content.dark";
@import "../static-content.dark.less";
.parent-dark-theme();
`]
})
Expand Down

0 comments on commit 73e6105

Please sign in to comment.