Fix acceleration list css, move to /acceleration/list
This commit is contained in:
parent
520e79aec4
commit
a79e1aec1c
@ -66,7 +66,6 @@ export class AccelerationFeesGraphComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.seoService.setTitle($localize`:@@bcf34abc2d9ed8f45a2f65dd464c46694e9a181e:Acceleration Fees`);
|
|
||||||
this.isLoading = true;
|
this.isLoading = true;
|
||||||
if (this.widget) {
|
if (this.widget) {
|
||||||
this.miningWindowPreference = '1m';
|
this.miningWindowPreference = '1m';
|
||||||
@ -86,6 +85,7 @@ export class AccelerationFeesGraphComponent implements OnInit, OnDestroy {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
this.seoService.setTitle($localize`:@@bcf34abc2d9ed8f45a2f65dd464c46694e9a181e:Acceleration Fees`);
|
||||||
this.miningWindowPreference = this.miningService.getDefaultTimespan('1w');
|
this.miningWindowPreference = this.miningService.getDefaultTimespan('1w');
|
||||||
this.radioGroupForm = this.formBuilder.group({ dateSpan: this.miningWindowPreference });
|
this.radioGroupForm = this.formBuilder.group({ dateSpan: this.miningWindowPreference });
|
||||||
this.radioGroupForm.controls.dateSpan.setValue(this.miningWindowPreference);
|
this.radioGroupForm.controls.dateSpan.setValue(this.miningWindowPreference);
|
||||||
|
@ -63,66 +63,82 @@ tr, td, th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.txid {
|
.txid {
|
||||||
width: 25%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
max-width: 30%;
|
|
||||||
@media (max-width: 1060px) and (min-width: 768px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fee-rate {
|
.fee, .block, .status {
|
||||||
width: 20%;
|
width: 15%;
|
||||||
@media (max-width: 1060px) and (min-width: 768px) {
|
|
||||||
text-align: start !important;
|
@media (max-width: 720px) {
|
||||||
}
|
width: 20%;
|
||||||
@media (max-width: 500px) {
|
|
||||||
text-align: start !important;
|
|
||||||
}
|
|
||||||
@media (max-width: 840px) and (min-width: 768px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
@media (max-width: 410px) {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bid {
|
.widget {
|
||||||
width: 30%;
|
.txid {
|
||||||
min-width: 150px;
|
width: 30%;
|
||||||
@media (max-width: 840px) and (min-width: 768px) {
|
overflow: hidden;
|
||||||
text-align: start !important;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-width: 30%;
|
||||||
|
@media (max-width: 1060px) and (min-width: 768px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 410px) {
|
|
||||||
text-align: start !important;
|
.fee-rate {
|
||||||
|
width: 20%;
|
||||||
|
@media (max-width: 1060px) and (min-width: 768px) {
|
||||||
|
text-align: start !important;
|
||||||
|
}
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
text-align: start !important;
|
||||||
|
}
|
||||||
|
@media (max-width: 840px) and (min-width: 768px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
@media (max-width: 410px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.time {
|
.bid {
|
||||||
width: 25%;
|
width: 30%;
|
||||||
}
|
min-width: 150px;
|
||||||
|
@media (max-width: 840px) and (min-width: 768px) {
|
||||||
.fee {
|
text-align: start !important;
|
||||||
width: 35%;
|
}
|
||||||
@media (max-width: 1060px) and (min-width: 768px) {
|
@media (max-width: 410px) {
|
||||||
text-align: start !important;
|
text-align: start !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
|
||||||
text-align: start !important;
|
.time {
|
||||||
|
width: 25%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.block {
|
.fee {
|
||||||
width: 20%;
|
width: 30%;
|
||||||
}
|
@media (max-width: 1060px) and (min-width: 768px) {
|
||||||
|
text-align: start !important;
|
||||||
|
}
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
text-align: start !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.status {
|
.block {
|
||||||
width: 20%
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
width: 20%
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tooltip text */
|
/* Tooltip text */
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="card list-card">
|
<div class="card list-card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<a class="title-link" href="" [routerLink]="['/acceleration-list' | relativeUrl]">
|
<a class="title-link" href="" [routerLink]="['/acceleration/list' | relativeUrl]">
|
||||||
<h5 class="card-title d-inline" i18n="dashboard.recent-accelerations">Recent Accelerations</h5>
|
<h5 class="card-title d-inline" i18n="dashboard.recent-accelerations">Recent Accelerations</h5>
|
||||||
<span> </span>
|
<span> </span>
|
||||||
<fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon>
|
<fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon>
|
||||||
|
@ -52,7 +52,7 @@ const routes: Routes = [
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'acceleration-list',
|
path: 'acceleration/list',
|
||||||
data: { networks: ['bitcoin'] },
|
data: { networks: ['bitcoin'] },
|
||||||
component: AccelerationsListComponent,
|
component: AccelerationsListComponent,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user