Commit graph

1022 commits

Author SHA1 Message Date
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
secondl1ght
6ea7d97ac8
feat: add post to keysend billboard on amboss page (#522)
* feat: add keysend billboard to amboss page

* feat: add amboss link to node for more info

---------

Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2023-04-03 20:44:21 +02:00
secondl1ght
22c32b2b8d
chore: add config files to gitignore (#523)
* chore: add config files to gitignore

* fix: remove second config file

---------

Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2023-03-28 17:09:03 +00:00
secondl1ght
86a3490c2d
chore: add auto format on save (#524) 2023-03-28 10:05:38 +02:00
secondl1ght
5d1b0932d5
feat: make accounting years dynamically update (#517)
* feat: make accounting years dynamically update

* refactor: add usememo to avoid multiple fn calls
2023-03-10 18:36:42 +01:00
Anthony Potdevin
e6f81778d0
chore: change url 2022-12-11 16:07:11 +01:00
Anthony Potdevin
d02d6194fb
chore(release): 0.13.18 2022-12-06 20:54:33 +01:00
Anthony Potdevin
cb61a5073a
chore: extra queries and changes 2022-12-06 20:51:51 +01:00
Anthony Potdevin
d60a192b7b
chore(release): 0.13.17 2022-12-06 17:42:44 +01:00
Anthony Potdevin
3c9fa41ab4
chore: improvements 2022-12-06 17:38:17 +01:00
Anthony Potdevin
177bd3b7a9
Bump deps (#496)
* chore: bump deps

* more

* more

* more

* more

* more
2022-12-06 16:39:00 +01:00
Anthony Potdevin
8635881a82
chore: npm audit fix 2022-12-02 15:09:31 +01:00
Abhishek Shandilya
ded19a1d36
fix: tooltip key in tx bar chart (#491)
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
2022-12-02 15:07:12 +01:00
Abhishek Shandilya
c693fa1d09
feat: autofocus password input (#492) 2022-12-02 15:02:01 +01:00
Anthony Potdevin
8157d60a22
fix: invalid message 2022-12-01 16:53:58 +01:00
Anthony Potdevin
66735bd2e3
fix: balance calculation 2022-12-01 02:36:09 +01:00
Anthony Potdevin
f310785b16
fix: wrong error handling 2022-12-01 00:13:43 +01:00
Anthony Potdevin
a53918e30d
docs: extra scripts 2022-11-30 23:26:01 +01:00