softsimon
bc0af68d97
Mempool svg logo bug fix
...
fixes #2505
2022-09-19 13:27:30 +02:00
wiz
72bed3b062
Merge pull request #2548 from mempool/simon/block-search-result
...
Suggest block height in search result
2022-09-19 06:24:42 +09:00
softsimon
ad30ba9602
Updated mempool group page
2022-09-18 23:05:11 +02:00
wiz
1b2e7090c3
Merge branch 'master' into simon/mempool-node-group-page
2022-09-19 05:39:43 +09:00
wiz
04ed24feae
Merge branch 'master' into mining-pool-preview
2022-09-19 05:29:29 +09:00
wiz
78cc33ab01
Merge branch 'master' into tx-page-diagram
2022-09-19 05:11:31 +09:00
wiz
287756ea19
Merge branch 'master' into optimize-tx-diagram
2022-09-19 04:59:01 +09:00
softsimon
b255f68a83
Allow address label to overflow without pushing UI
...
fixes #2544
2022-09-18 20:50:07 +02:00
Mononaut
f7cd401e7a
Add mining pool preview
2022-09-17 22:27:37 +00:00
Mononaut
0ca33f7b5b
Handle special input/output types in tx diagram
2022-09-17 17:23:44 +00:00
softsimon
a43f0454f9
Mempool node group page
2022-09-17 11:06:49 +02:00
Mononaut
64f3a597a2
Add interactivity to tx sankey diagram
2022-09-17 01:20:08 +00:00
Mononaut
1e5cef4a62
Add sankey diagram to main tx page
2022-09-16 20:50:12 +00:00
Mononaut
5e1ca44a7f
limit number of lines in tx svg diagram
2022-09-16 20:49:31 +00:00
hunicus
7014ac2335
Fix spacing on ws esmodule api example
2022-09-13 07:38:17 -04:00
hunicus
19a86cbd59
Fix spacing on ws commonjs api example
2022-09-13 07:14:03 -04:00
hunicus
fc57effd5c
Add python example for websocket api docs
2022-09-13 06:44:34 -04:00
softsimon
b6296fcbeb
Suggest block height in search result
2022-09-12 19:20:22 +02:00
wiz
0a645431ae
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
deae7b28e6
Merge branch 'master' into block-preview-title-layout
2022-09-12 04:56:25 +09:00
wiz
da8044c073
Merge branch 'master' into refactor-preview-routing
2022-09-12 04:18:14 +09:00
wiz
047843b19a
Merge branch 'master' into isp-preview
2022-09-12 03:09:30 +09:00
Mononaut
a74811cb7e
improve preview block hash truncation
2022-09-11 01:17:46 +00:00
Mononaut
0ac3352835
tweak block preview (height & hash side by side)
2022-09-10 16:11:08 +00:00
Mononaut
7d367572dc
Add lighting ISP preview
2022-09-10 14:53:52 +00:00
Felipe Knorr Kuhn
b53bd5149e
Merge branch 'master' into nymkappa/bugfix/location-hover
2022-09-09 23:26:09 -07:00
Mononaut
9a5844bbdc
Refactor preview routes into separate module
2022-09-10 01:00:45 +00:00
softsimon
67675e1f79
Dashboard node statistics skeleton loader fix
2022-09-09 22:39:10 +02:00
wiz
4089e4e8d1
Merge branch 'master' into disable-spinners-in-previews
2022-09-10 04:06:11 +09:00
Mononaut
f8fbef78bf
Disable block viz/map loading spinners on previews
2022-09-09 19:01:32 +00:00
Mononaut
4fb77a9a45
Add network to preview headers & inc font size
2022-09-09 18:15:36 +00:00
softsimon
a8188a3536
Removing extra capacity row
2022-09-09 19:42:44 +02:00
wiz
0e090f940a
Merge pull request #2367 from mempool/simon/eslint-triple-equals
...
Tooling: Eslint force triple equals
2022-09-09 19:20:03 +02:00
wiz
1a2e336c18
Change "Running on Tor" to "Exclusively on Tor"
2022-09-10 02:16:06 +09:00
wiz
e6bc15a9e1
Merge branch 'master' into nymkappa/feature/show-tor-node-page
2022-09-09 18:37:35 +02:00
wiz
c92fcd20f7
Merge branch 'master' into fix-liquid-cb-previews
2022-09-09 18:04:40 +02:00
wiz
c98e95751f
Merge branch 'master' into nymkappa/bugfix/skeleton-label
2022-09-09 17:33:14 +02:00
wiz
5e1f891f02
Merge pull request #2526 from mempool/nymkappa/bugfix/i18n
...
Lightning dashboard -> Lightning network
2022-09-09 17:33:10 +02:00
wiz
478d8ce70d
Merge branch 'master' into nymkappa/feature/isp-country-map-stats
2022-09-09 17:04:24 +02:00
wiz
91c607b0e8
Merge branch 'master' into nymkappa/bugfix/isp-chart-color
2022-09-09 16:19:43 +02:00
nymkappa
dcfcac2cc6
Show summary stats and world map in isp and country node list page
2022-09-09 14:56:18 +02:00
wiz
769ca5794a
Merge branch 'master' into wiz/add-more-community-integrations-about-page
2022-09-09 14:53:52 +02:00
nymkappa
004768132b
Show clearnet nodes on world map
2022-09-09 14:53:33 +02:00
Erik Arvstedt
22def9b01c
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
2d2b7d3a9f
Add more Community Integrations on About page
2022-09-09 19:25:25 +09:00
nymkappa
aa1519c18e
Show zero base fee tag on channels
2022-09-08 18:57:12 +02:00
softsimon
b5f6fdecbf
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
f015b165ee
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
4cb6418f83
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
5a0ffee58b
Fix missing space between value and label
2022-09-08 14:33:46 +02:00