mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
hijack /tx/ page for tracker users
This commit is contained in:
parent
ecc234a96a
commit
da25ed431f
1 changed files with 4 additions and 0 deletions
|
|
@ -192,6 +192,10 @@ export class StateService {
|
|||
}
|
||||
});
|
||||
|
||||
if (this.ref === 'https://cash.app/' && window.innerWidth < 850 && window.location.pathname.startsWith('/tx/')) {
|
||||
this.router.navigate(['/tracker/' + window.location.pathname.slice(4)]);
|
||||
}
|
||||
|
||||
this.liveMempoolBlockTransactions$ = merge(
|
||||
this.mempoolBlockTransactions$.pipe(map(transactions => { return { transactions }; })),
|
||||
this.mempoolBlockDelta$.pipe(map(delta => { return { delta }; })),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue