2605 Commits

Author SHA1 Message Date
softsimon
21c78222bf Updated mempool group page 2022-09-18 23:05:11 +02:00
wiz
46d9f6a8c9 Merge branch 'master' into simon/mempool-node-group-page 2022-09-19 05:39:43 +09:00
wiz
1a41461916 Merge branch 'master' into mining-pool-preview 2022-09-19 05:29:29 +09:00
wiz
4b76aa92e4 Merge branch 'master' into tx-page-diagram 2022-09-19 05:11:31 +09:00
wiz
e744090151 Merge branch 'master' into optimize-tx-diagram 2022-09-19 04:59:01 +09:00
softsimon
2adf56dbd6 Allow address label to overflow without pushing UI
fixes #2544
2022-09-18 20:50:07 +02:00
Mononaut
d5599c281d Add mining pool preview 2022-09-17 22:27:37 +00:00
Mononaut
c91714c697 Handle special input/output types in tx diagram 2022-09-17 17:23:44 +00:00
softsimon
20b4586595 Mempool node group page 2022-09-17 11:06:49 +02:00
Mononaut
9d66f83996 Add interactivity to tx sankey diagram 2022-09-17 01:20:08 +00:00
Mononaut
8aa042f61a Add sankey diagram to main tx page 2022-09-16 20:50:12 +00:00
Mononaut
1ab1374f3a limit number of lines in tx svg diagram 2022-09-16 20:49:31 +00:00
wiz
2cd7e8d870 Merge pull request #2509 from mempool/nymkappa/bugfix/location-hover
Show tooltip on location is truncated
2022-09-12 05:17:10 +09:00
wiz
bdc2fc295c Merge branch 'master' into block-preview-title-layout 2022-09-12 04:56:25 +09:00
wiz
d0a356c221 Merge branch 'master' into refactor-preview-routing 2022-09-12 04:18:14 +09:00
wiz
a176750d28 Merge branch 'master' into isp-preview 2022-09-12 03:09:30 +09:00
Mononaut
15c92ef4de improve preview block hash truncation 2022-09-11 01:17:46 +00:00
Mononaut
c4fb36f91c tweak block preview (height & hash side by side) 2022-09-10 16:11:08 +00:00
Mononaut
aa3e7e44f3 Add lighting ISP preview 2022-09-10 14:53:52 +00:00
Felipe Knorr Kuhn
b2b1ef15f4 Merge branch 'master' into nymkappa/bugfix/location-hover 2022-09-09 23:26:09 -07:00
Mononaut
6e881070bd Refactor preview routes into separate module 2022-09-10 01:00:45 +00:00
softsimon
4385d63ca9 Dashboard node statistics skeleton loader fix 2022-09-09 22:39:10 +02:00
wiz
3e359c85cb Merge branch 'master' into disable-spinners-in-previews 2022-09-10 04:06:11 +09:00
Mononaut
f5957fb928 Disable block viz/map loading spinners on previews 2022-09-09 19:01:32 +00:00
Mononaut
d8fe74ed5a Add network to preview headers & inc font size 2022-09-09 18:15:36 +00:00
softsimon
5ffdea8131 Removing extra capacity row 2022-09-09 19:42:44 +02:00
wiz
caa21d75ed Merge pull request #2367 from mempool/simon/eslint-triple-equals
Tooling: Eslint force triple equals
2022-09-09 19:20:03 +02:00
wiz
cc27e604ed Change "Running on Tor" to "Exclusively on Tor" 2022-09-10 02:16:06 +09:00
wiz
e4f48da686 Merge branch 'master' into nymkappa/feature/show-tor-node-page 2022-09-09 18:37:35 +02:00
wiz
3c62388cd3 Merge branch 'master' into fix-liquid-cb-previews 2022-09-09 18:04:40 +02:00
wiz
8c5d0b5ce6 Merge branch 'master' into nymkappa/bugfix/skeleton-label 2022-09-09 17:33:14 +02:00
wiz
6e6ef37d60 Merge pull request #2526 from mempool/nymkappa/bugfix/i18n
Lightning dashboard -> Lightning network
2022-09-09 17:33:10 +02:00
wiz
9640edeb9b Merge branch 'master' into nymkappa/feature/isp-country-map-stats 2022-09-09 17:04:24 +02:00
wiz
fc913cbb9d Merge branch 'master' into nymkappa/bugfix/isp-chart-color 2022-09-09 16:19:43 +02:00
nymkappa
e3b2005517 Show summary stats and world map in isp and country node list page 2022-09-09 14:56:18 +02:00
wiz
ae31d9d388 Merge branch 'master' into wiz/add-more-community-integrations-about-page 2022-09-09 14:53:52 +02:00
nymkappa
0753075eae Show clearnet nodes on world map 2022-09-09 14:53:33 +02:00
Erik Arvstedt
92233bec63 frontend: Don't copy resources to language dirs
Since 355e89ce5, the frontend references resources via root-relative URLs.
This means that `resources` dirs in the language dirs are no longer
accessed and can be removed.

Achieve this by defining a specific `assets` production config that
doesn't include `src/resources`.

As of fd35c8f4a, this shrinks the frontend size by 55% (279M -> 124M).

Also, the nginx location configs now can be simplified.
2022-09-09 14:42:55 +02:00
wiz
5c88ad6cf3 Add more Community Integrations on About page 2022-09-09 19:25:25 +09:00
softsimon
5fbe90d2b7 Merge pull request #2517 from mempool/nymkappa/bugfix/missing-loaders
Add skeleton loader in node per isp/country lists
2022-09-08 15:59:21 +02:00
softsimon
336c9954ac Merge pull request #2512 from mempool/nymkappa/feature/closed-channel-info
If a channel is closed, show closing date instead of last update
2022-09-08 15:49:39 +02:00
softsimon
db116e68eb Merge pull request #2504 from mempool/nymkappa/bugfix/placeholder-channel-page
Show '-' when value is not defined in channel page
2022-09-08 15:39:15 +02:00
nymkappa
b0106f6958 Fix missing space between value and label 2022-09-08 14:33:46 +02:00
nymkappa
628f11208f Change isp pie chart threshold from 0.5% to 0.4% 2022-09-07 21:53:42 +02:00
nymkappa
cc2130104c Lightning dashboard -> Lightning network 2022-09-07 15:38:48 +02:00
nymkappa
5c651bbdea Fix missing seo in lightning pages 2022-09-07 15:25:03 +02:00
wiz
814b1fdb7f Merge branch 'master' into nymkappa/feature/node-world-map 2022-09-07 15:03:46 +02:00
nymkappa
7e787868df Update ISP pie chart colors 2022-09-07 10:10:25 +02:00
wiz
ffbee04283 Merge branch 'master' into nymkappa/bugfix/node-list-location-label 2022-09-06 22:58:59 +02:00
wiz
2016d73de9 Merge branch 'master' into nymkappa/bugfix/node-per-country 2022-09-06 22:47:07 +02:00