Commit graph

78 commits

Author SHA1 Message Date
Anthony Potdevin
a7f222f570
chore: 🔧 remove ssr queries 2020-11-28 13:03:53 +01:00
Anthony Potdevin
9a0e607754
chore: 🔧 boltz 2020-11-19 13:11:05 +01:00
Anthony Potdevin
c8156a00cd
chore: 🔧 typo 2020-11-18 22:15:27 +01:00
Anthony Potdevin
caab3ca95c
chore: 🔧 add go to lnmarkets button 2020-11-18 21:45:20 +01:00
Anthony Potdevin
65bd0ef0c2
chore: 🔧 lnmarkets integration 2020-11-16 19:45:51 +01:00
Anthony Potdevin
52d5c52404
chore: 🔧 add forward table 2020-11-15 20:03:36 +01:00
Anthony Potdevin
97ba42beb9
chore: 🔧 add chord graph 2020-11-15 19:00:44 +01:00
Anthony Potdevin
a183cc5ab9
chore: 🔧 cleanup forward view 2020-11-15 13:24:52 +01:00
Anthony Potdevin
eb99622136
refactor: ♻️ forward charts 2020-11-15 13:13:38 +01:00
Anthony Potdevin
3e915192df
refactor: ♻️ forward query 2020-11-14 22:20:37 +01:00
Anthony Potdevin
02f84a71af
chore!: 💥 🔧 drop support for lnd below 0.11.0 2020-11-02 13:54:25 +01:00
Anthony Potdevin
426a3b84fc
fix: 🐛 fee health default value 2020-08-31 09:58:10 +02:00
Anthony Potdevin
af6d6ac11c
Revert "chore: 🔧 debugging"
This reverts commit 70bb14e509.
2020-08-31 09:06:51 +02:00
Anthony Potdevin
70bb14e509
chore: 🔧 debugging 2020-08-31 07:23:26 +02:00
Anthony Potdevin
51eeef595e
fix: 🐛 query ssr and login redirect 2020-08-25 08:47:43 +02:00
Anthony Potdevin
fa56089a50
chore: 🔧 transaction polling 2020-08-20 23:30:09 +02:00
Anthony Potdevin
f2f1b40a38
chore: 🔧 new channel details (#126)
* chore: 🔧 new channel details

* chore: 🔧 add mutation

* chore: 🔧 cleanup

* refactor: ♻️ views

* fix: 🐛 correct query
2020-08-16 18:09:22 +02:00
Anthony Potdevin
3c2e24f815
refactor: ♻️ channel fees query 2020-08-14 21:11:49 +02:00
Anthony Potdevin
f985e51b98
feat: add leaderboard (#119)
* feat:  add leaderboard

* chore: 🔧 add leaderboard

* chore: 🔧 leaderboard card

* style: 🎨 node card

* chore: 🔧 cleanup

* chore: 🔧 remove ssr query
2020-08-09 23:16:44 +02:00
Anthony Potdevin
46d6ac74f6
Revert "chore: 🔧 update deps"
This reverts commit 97b12dd5df.
2020-08-09 16:12:05 +02:00
Anthony Potdevin
97b12dd5df
chore: 🔧 update deps 2020-08-05 21:24:46 +02:00
Anthony Potdevin
c0053ae642
fix: 🐛 new chat on mobile 2020-08-05 12:01:42 +02:00
AP
f60495edaa
refactor: ♻️ node info context 2020-08-05 08:38:45 +02:00
Anthony Potdevin
c8a9869062
chore: 🔧 remove hodlhodl (#113)
* chore: 🔧 remove hodlhodl

* chore: 🔧 cleanup package json
2020-08-05 08:38:38 +02:00
Anthony Potdevin
581185e6b0
chore: 🔧 remove client (#111)
* chore: 🔧 remove client

* chore: 🔧 change cookie name

* chore: 🔧 remove auth param

* chore: 🔧 remove auth components

* chore: 🔧 add getaccount query

* fix: 🐛 tests

* chore: 🔧 get account

* chore: 🔧 status check

* chore: 🔧 remove log

* chore: 🔧 update apollo client

* refactor: ♻️ server side props

* chore: 🔧 ssr queries

* chore: 🔧 more ssr queries

* chore: 🔧 type check

* chore: 🔧 increase nodeinfo limit

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-08-05 08:37:02 +02:00
Anthony Potdevin
bc4415cde7
chore: 🔧 enable strict tsconfig (#96)
* chore: 🔧 strict enable wip

* Improve typings, add type dependencies (#97)

We improve the TypeScript situation by enabling `noImplicitAny`. This
leads to a bunch of errors, as expected. We fix some of these by
installing the correct types, and some are fixed manually by an educated
guess. There are still a lot left, and these seem to be a big mix of
lacking types for the `ln-service` dependency and potential bugs.

* Strict null (#100)

* chore: 🔧 enable strict-null

* chore: 🔧 more checks

* chore: 🔧 some fixes

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 enable strict

* fix: 🐛 input

* fix: 🐛 forward report

* fix: 🐛 chat sending

* fix: 🐛 chat bubble input

Co-authored-by: Torkel Rogstad <torkel@rogstad.io>
2020-08-05 08:35:26 +02:00
AP
bf76e0baa0 feat: hash config passwords 2020-07-15 12:14:16 +02:00
AP
b2aaee378d fix: 🐛 incorrect asset url 2020-07-05 12:47:43 +02:00
AP
830586b6bd feat: balance from channel view 2020-06-27 19:15:49 +02:00
Anthony Potdevin
9a860ee141
feat: accounting (#75)
* feat:  accounting

* chore: 🔧 accounting params

* chore: 🔧 remove log

* chore: 🔧 remove null year

* chore: 🔧 disabled payment report

* chore: 🔧 rebalance filters
2020-06-27 11:44:43 +02:00
AP
dddf895f04 chore: 🔧 add more currencies 2020-06-23 07:21:54 +02:00
Anthony Potdevin
f1b0fa52a0
feat: advanced rebalance (#71)
* feat:  initial bos wip

* test: 🚨 mock balanceofsatoshis

* test: 🚨 correct mock

* chore: 🔧 rebalance mutation

* chore: 🔧 add options

* chore: 🔧 rebalance settings

* chore: 🔧 value for inputs

* fix: 🐛 styles and input

* chore: 🔧 update bos

* chore: 🔧 update deps

* fix: 🐛 change rebalance invoice desc

* style: 🎨 transparent header
2020-06-20 12:52:59 +02:00
AP
145d705908 style: 🎨 homepage changes 2020-06-14 19:20:22 +02:00
AP
c536981c28 feat: more privacy configs 2020-06-10 06:28:32 +02:00
AP
47ee9c0127 chore: 🔧 remove qr login 2020-06-10 06:28:32 +02:00
AP
d6f9e51ed0 feat: details view 2020-06-10 06:28:31 +02:00
AP
8c9607d1e4 feat: bake macaroons 2020-06-07 20:51:50 +02:00
AP
786d88f414 chore: 🔧 remove anys 2020-06-07 13:33:47 +02:00
AP
33aa158f6b chore: 🔧 change fee rate units 2020-06-06 10:26:02 +02:00
AP
dff30e2198 chore: 🔧 stat changes 2020-06-06 08:44:57 +02:00
Anthony Potdevin
009195c86f
feat: stats view (#54)
* feat:  channel stats

* chore: 🔧 add node resolver

* chore: 🔧 add monitored time

* chore: 🔧 and queries to front

* fix: 🐛 floats to ints

* chore: 🔧 add progress bars

* chore: 🔧 add channel resolver

* chore: 🔧 refactor forwards frontend

* refactor: ♻️ channel resolvers

* chore: 🔧 refactor channel queries

* refactor: ♻️ peer resolver

* refactor: ♻️ peer query

* fix: 🐛 small changes

* fix: 🐛 typo

* chore: 🔧 stats view wip

* chore: 🔧 add update script

* chore: 🔧 improve ui

* chore: 🔧 move buttons

* fix: 🐛 home path

* chore: 🔧 add public key to node resolver

* refactor: ♻️ resume resolver

* chore: 🔧 remove test account

* chore: 🔧 change logger for lnpay

* feat:  github version

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-06-05 18:50:10 +02:00
Anthony Potdevin
f80492b80a
refactor: ♻️ server structure (#52)
* refactor: ♻️ change schema

* chore: 🔧 small changes

* chore: 🔧 cleanup

* chore: 🔧 cleanup types

* chore: 🔧 change to absolute imports

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-06-01 08:36:33 +02:00
apotdevin
63611d415f fix: 🐛 fee unit display and node info 2020-06-01 07:39:58 +02:00
apotdevin
ce6be64de4 refactor: ♻️ change api folder 2020-05-31 10:23:26 +02:00
Anthony Potdevin
f65acbffa1
feat: support button and fixes (#51)
Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-05-31 08:59:49 +02:00
AP
9c657a416a chore: 🔧 more bar types in channel view 2020-05-26 20:25:20 +02:00
Anthony Potdevin
b02694cd6c
refactor: ♻ cookies set from server (#49)
* chore: 🔧 change withApollo

* feat:  set cookie from server

* chore: 🔧 remove bcrypt dep

* fix: 🐛 initialize check

* chore: 🔧 remove cookies correctly

* fix: 🐛 status type
2020-05-26 07:03:33 +02:00
AP
ca9a2cfcee fix: 🐛 correct fee unit 2020-05-25 22:32:11 +02:00
AP
35cf8db27f feat: channel ui manager 2020-05-24 00:58:19 +02:00
Anthony Potdevin
c2d2dc8e36
feat: style changes (#48)
* feat:  style changes

* chore: 🔧 number format

* fix: 🐛 partner capacity

* fix: 🐛 small change

* chore: 🔧 add channel status

* refactor: ♻️ bar width
2020-05-23 18:45:28 +02:00