Commit Graph

9196 Commits

Author SHA1 Message Date
softsimon
02f1b11ad6
Merge pull request #5021 from mempool/dependabot/docker/docker/frontend/nginx-1.26.0-alpine
Bump nginx from 1.25.4-alpine to 1.26.0-alpine in /docker/frontend
2024-05-04 14:11:17 +07:00
softsimon
c53fb9266c
Merge pull request #5023 from mempool/natsoni/block-view-fees-default
Change block display default mode to fees
2024-05-04 14:09:56 +07:00
softsimon
3d1edffd18
Merge pull request #5032 from mempool/mononaut/fix-mempool-animation-desync
Fix mempool animation desync
2024-05-04 14:08:42 +07:00
softsimon
24ea3199dd
Merge pull request #4598 from mempool/mononaut/mempool-delta-subscription
Feature: track-mempool websocket subscriptions
2024-05-04 13:47:29 +07:00
Mononaut
44116424b0
Reimplement mempool animation smoothing within viz component 2024-05-03 21:43:53 +00:00
Mononaut
a8868b5f0f
Simplify websocket mempool delta handling 2024-05-03 21:43:48 +00:00
Mononaut
5172f032e7
Add sequence number to track-mempool subscription messages 2024-05-03 16:31:56 +00:00
Mononaut
f8d30bf528
Add 'mempool delta' websocket subscriptions 2024-05-03 16:25:45 +00:00
softsimon
ba27ff9c42
Merge pull request #5022 from mempool/dependabot/npm_and_yarn/backend/ws-8.17.0
Bump ws from 8.16.0 to 8.17.0 in /backend
2024-05-03 05:16:37 +07:00
softsimon
02878d6a58
Merge pull request #5029 from mempool/dependabot/npm_and_yarn/unfurler/ejs-3.1.10
Bump ejs from 3.1.9 to 3.1.10 in /unfurler
2024-05-03 05:15:15 +07:00
dependabot[bot]
36f1f778c3
Bump ejs from 3.1.9 to 3.1.10 in /unfurler
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 18:34:47 +00:00
wiz
cd8abe5c06
ops: Tweak http port for onbtc unfurler instance 2024-05-02 00:53:14 +09:00
softsimon
471a2397c0
Add customize.js to .gitignore 2024-05-01 22:51:58 +07:00
softsimon
20df70c449
Fix missing return on invalid params 2024-04-30 02:02:53 +07:00
wiz
af13b6c9f8
Merge pull request #5024 from mempool/mononaut/onbtc-siteid
Add onbtc site id
2024-04-30 01:33:36 +09:00
Mononaut
06ee82af0b
Add onbtc site id 2024-04-29 14:36:45 +00:00
natsoni
57b466d80f
Update block display default mode to fees 2024-04-29 11:54:28 +02:00
wiz
dbd4d152ce
Merge pull request #5020 from mempool/mononaut/custom-unfurls
custom unfurls
2024-04-29 17:37:11 +09:00
wiz
95f47409d8
Add onbtc frontend config, add onbtc backend to build script 2024-04-29 17:29:45 +09:00
wiz
ed64b72676
ops: Add onbtc frontend config 2024-04-29 17:20:35 +09:00
wiz
f9948055e4
ops: Update build/unfurler stuff for onbtc 2024-04-29 17:12:51 +09:00
dependabot[bot]
6ad709f93a
Bump ws from 8.16.0 to 8.17.0 in /backend
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 02:16:33 +00:00
dependabot[bot]
f9498cf5a2
Bump nginx from 1.25.4-alpine to 1.26.0-alpine in /docker/frontend
Bumps nginx from 1.25.4-alpine to 1.26.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 02:06:21 +00:00
Mononaut
f5333c529c
Update unfurler routing, add fallback img 2024-04-28 16:18:35 +00:00
Mononaut
6b2cc23cd3
Add custom branding to unfurler previews 2024-04-28 16:18:16 +00:00
Mononaut
34329d04f0
favicons 2024-04-28 16:02:42 +00:00
Mononaut
701c283e97
Fix svg 2024-04-28 16:02:41 +00:00
Mononaut
f9fd589af2
Logo overrides, custom index.html 2024-04-28 16:02:41 +00:00
softsimon
0d9602693b
Correcting duplicate string 'Date' 2024-04-28 09:46:55 +07:00
softsimon
27be568eb5
Fix duplicate "sats" string 2024-04-28 09:43:35 +07:00
softsimon
8f06aea736
Extracting new i18n strings 2024-04-28 09:39:04 +07:00
wiz
65191538e2
Merge pull request #5016 from mempool/mononaut/customization
Customized frontend builds
2024-04-28 04:11:11 +09:00
Mononaut
d49485c363
Update custom address widgets on new block transactions 2024-04-26 23:59:27 +00:00
Mononaut
1de028840e
Custom address widget title links 2024-04-26 20:06:34 +00:00
Mononaut
3f9fb68c5f
Fix mobile custom enterprise logo 2024-04-26 20:01:00 +00:00
Mononaut
33ef15511f
Check in missing address transactions widget component 2024-04-26 19:41:11 +00:00
Mononaut
139c384e97
Add address transactions widget 2024-04-26 19:17:28 +00:00
Mononaut
ccb27dbdb9
Address widget timespans 2024-04-26 19:17:27 +00:00
Mononaut
6eb21ffd24
check in svg 2024-04-26 19:17:27 +00:00
Mononaut
b9b3c8f78a
Custom branding 2024-04-26 19:17:27 +00:00
Mononaut
4f4215577a
Add custom dashboard component 2024-04-26 19:17:27 +00:00
Mononaut
ac0f56325b
Add customizable enterprise build 2024-04-26 19:17:27 +00:00
softsimon
fd8df2a035
Merge pull request #5015 from mempool/natsoni/add-toggle-sats
Add an option to display values as sats
2024-04-26 12:58:52 +07:00
softsimon
b4decb8f91
Merge pull request #5014 from mempool/natsoni/small-fixes-liquid-frontend
Minor changes on Liquid frontend
2024-04-26 12:07:07 +07:00
softsimon
836c1e002e
Merge pull request #4981 from mempool/natsoni/fix-tx-details-loading
Fix miner data loading in transaction details
2024-04-26 12:06:03 +07:00
softsimon
701701e13c
Merge pull request #5013 from mempool/natsoni/fix-liquid-footer
Remove Mining dashboard from Liquid footer
2024-04-26 11:54:36 +07:00
natsoni
ea5c3212d6
Add an option to display values as sats 2024-04-24 16:44:56 +02:00
natsoni
65705a8a1d
Fix Liquid UTXOs table color 2024-04-24 14:19:14 +02:00
natsoni
8310ad9f24
Fix gauge clickable pointer 2024-04-24 14:17:50 +02:00
natsoni
1a5c2c4d3a
Add a 5% tolerance for declaring a "unpeg event" 2024-04-24 14:17:40 +02:00