Commit graph

1039 commits

Author SHA1 Message Date
Anthony Potdevin
e0498a6c91
chore: cleanup 2023-12-14 13:42:38 +01:00
Anthony Potdevin
5e9b3f681f
chore(release): 0.13.28 2023-12-12 16:50:49 +01:00
Anthony Potdevin
ccdf6cd8ac
feat: forward request sub (#594)
* feat: forward request sub

* chore: log change
2023-12-12 16:24:21 +01:00
Anthony Potdevin
1d5a3fe514
chore(release): 0.13.27 2023-12-07 15:03:29 +01:00
Anthony Potdevin
920869f5e9
chore: downgrade next 2023-12-07 15:02:51 +01:00
Anthony Potdevin
36907e53dd
chore: bump dep 2023-12-06 22:51:36 +01:00
Anthony Potdevin
da6c3e7425
chore(release): 0.13.26 2023-11-30 20:09:08 +01:00
Anthony Potdevin
d66aca8e22
chore: downgrade docker node version (#592) 2023-11-30 20:07:47 +01:00
Anthony Potdevin
0212be08e2
fix: linting 2023-11-30 19:35:34 +01:00
Anthony Potdevin
1e3b9c1594
chore(release): 0.13.25 2023-11-30 18:52:45 +01:00
Anthony Potdevin
f4541b3004
Merge branch 'master' of https://github.com/apotdevin/thunderhub 2023-11-30 18:51:26 +01:00
Anthony Potdevin
2b1bf30029
chore: bump deps 2023-11-30 18:51:18 +01:00
Kody Low
4e928702cf
feat: add nix flake (#584)
* feat: add nix flake

* fix: local_data dir for dev

* fix: remove fedimint nix flake parts
2023-11-30 18:25:49 +01:00
Anthony Potdevin
b436e2f792
chore(release): 0.13.24 2023-11-23 14:58:10 +01:00
Anthony Potdevin
8e51084167
refactor: forwards api (#583) 2023-11-05 21:13:05 +01:00
Yevhen Baidiuk
a8b04575cb
add statistick to channel view (#577)
* add dummy new component.

* did dropdown logic

* did dropdown work well

* fix dropDown and did dummyChart.

* improve styling in forwards.tsx

* chart in progress

* add styling

* x axis generate itself dynamic and good.

* Earning in progress.

* Earning done.

* raw version work.

* some stuff

* final columns prepared

* Earning work well.

* fee send/receive work well

* styling

* add minWidth

* add tooltip formatter

* default all channels option work well

* ready to pull request.

* fix offset bug

* second fix same bug

* fix bug 3
2023-11-05 15:42:35 +01:00
Anthony Potdevin
0d0dae9fde
chore: bump deps (#582) 2023-11-05 15:41:35 +01:00
Yevhen Baidiuk
0d56f5ad5d
add id's (#579) 2023-11-05 15:41:20 +01:00
Yevhen Baidiuk
5d8386db86
add flow index. (#576) 2023-11-05 15:37:58 +01:00
Yevhen Baidiuk
365a21b203
Bug fix/consider microsats,add year (#575)
* consider mSats

* add year

* fix NaN bug.
2023-11-05 15:37:21 +01:00
Yevhen Baidiuk
06f211edb7
swap send/recive to more logical order (#574)
* swap send/received for activity and columns.

* swap send/received for activity and columns. v2
2023-11-05 15:36:04 +01:00
Yevhen Baidiuk
7b41848be8
Feature/default channel sorting (#578)
* fix

* update
2023-11-05 15:35:31 +01:00
Yevhen Baidiuk
7edf7e40f4
fix key for column (#570) 2023-11-05 15:35:13 +01:00
Anthony Potdevin
570a097eed
chore(release): 0.13.23 2023-09-12 16:42:54 +02:00
Anthony Potdevin
c5842a6b06
fix: balance push (#567) 2023-09-12 16:42:11 +02:00
Anthony Potdevin
1703a464c1
chore(release): 0.13.22 2023-09-07 03:28:26 +02:00
Anthony Potdevin
6cd6d9c2f2
chore: extra logs 2023-09-02 00:27:22 +02:00
Anthony Potdevin
54cb94b325
fix: undefined type 2023-09-01 23:51:42 +02:00
Anthony Potdevin
48f62bbaaf
chore: forwards changes 2023-09-01 23:34:33 +02:00
Anthony Potdevin
e1f232f95b
chore: bump deps 2023-09-01 23:33:30 +02:00
Anthony Potdevin
0ce193550e
chore(release): 0.13.21 2023-08-20 00:03:41 +02:00
Anthony Potdevin
bf1959f490
feat: dataloaders (#561) 2023-08-19 23:59:10 +02:00
Anthony Potdevin
3d4bdad565
chore: change column sorting 2023-08-19 18:10:05 +02:00
Anthony Potdevin
d8b3ea8b43
chore: bump deps (#560) 2023-08-19 17:57:56 +02:00
AmbossKeegan
0f893bddad
Echarts implementation (#536)
* feat: implement the payments graph with echarts

* fix: improve echarts import in next.config.js

* fix: formatting

* fix: no-implicity-any

* fix: tidy up inconsistencies in echarts implementation

* feat: improve a number of aspects about echarts implementation as per suggestions

* feat: move forwards chart to echarts

* chore: move invoice, payment, forward graphs to new BarChart. move liquidityGraph to new HorizontalBarChart

* chore: remove V2 from new graphs

* feat: implement Sankey chart for forwards

* chore: change justification on Sankey Graph

* feat: add Sankey graph

* chore: remove chord graph

* chore: remove chord graph and update package.json

* chore: remove stray console log

* chore: format numbers on y axis to be integer values

* feat: tidy echarts implementation

* feat: revamp tooltip

* feat: bound the size of the sankey chart

* feat: provide function that creates a mock sankey dataset of arbitrary size

* fix: missing memo dependencies and css

* chore: small changes

---------

Co-authored-by: Anthony Potdevin <potdevin.anthony@gmail.com>
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
Co-authored-by: secondl1ght <secondl1ght@protonmail.com>
2023-08-18 18:15:29 +02:00
aftermath
e62f5bf6ea
Change updating documentation link (#551) 2023-08-18 16:03:04 +02:00
secondl1ght
b7180a8b0d
fix: channel table sorting fns (#559) 2023-08-11 13:28:45 +02:00
Anthony Potdevin
d3a92e362c
chore(release): 0.13.20 2023-07-25 15:33:24 +02:00
Anthony Potdevin
f63af9115c
chore: improve channel open (#550) 2023-07-25 15:32:14 +02:00
douglaz
accdc5e0ab
feat: add signet network (#545)
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2023-07-20 19:49:41 +02:00
AmbossKeegan
ec2857b11b
React tables migration (#540)
* feat: migration ClosedChannels and ChannelTable to tanstack react-table

* feat: create ColumnConfigurations to encapsulate functionality

* feat: hook up local storage to channel configurations

* feat: finish migrating all tables in codebase to tanstack

* feat: update package.json, remove dependency, and delete react-table

* fix: migrate missing table

* fix: remove default pagination

---------

Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2023-07-14 00:03:30 -03:00
Anthony Potdevin
8a55db4cb4
chore: run lint 2023-07-05 16:27:51 -05:00
⚡️2FakTor⚡️
8f9cd4a861
[UPDATE] Change the default received onchain address to taproot (#542)
* Changed the default received onchain address to taproot

* Update chain.resolver.ts
2023-07-05 16:26:47 -05:00
AmbossKeegan
edc77854f0
fix: new react table (#538)
* chore: move from old table library to tanstack react-table

* fix: remove logs

* feat: implement column sorting

---------

Co-authored-by: secondl1ght <85003930+secondl1ght@users.noreply.github.com>
2023-06-13 18:15:19 +02:00
AmbossKeegan
ffb955c203
fix: update lightning package (#537) 2023-06-08 18:32:20 +02:00
Anthony Potdevin
1408605cf9
chore(release): 0.13.19 2023-05-26 16:56:41 +02:00
Anthony Potdevin
e663499e92
Merge pull request #532 from apotdevin/bumpdeps
chore: bump deps
2023-05-26 16:18:34 +02:00
Anthony Potdevin
4b99ccfc8e
ci: add caching 2023-05-26 16:05:01 +02:00
Anthony Potdevin
ab72b1607f
chore: bump deps 2023-05-26 14:22:02 +02:00
AmbossKeegan
3ecf7c5646
feat: add channel id to channel select dropdown (#531)
* feat: add channel id to channel select dropdown

* fix: removed unnecessary complication in implementation and fix path issue

* fix: remove unneeded variables on objects
2023-05-26 10:53:27 +02:00