Commit graph

9 commits

Author SHA1 Message Date
Anthony Potdevin
3ffc0fac34
chore: 🔧 ln-url 2020-09-23 14:47:31 +02:00
Anthony Potdevin
e0e6c3b45d
chore: 🔧 expires at for invoice 2020-08-31 11:20:38 +02:00
Anthony Potdevin
1750b71340
chore: 🔧 description for create invoice 2020-08-31 10:28:36 +02:00
Anthony Potdevin
6972b25529
chore: 🔧 invoice status 2020-08-31 09:05:11 +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
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
Anthony Potdevin
91628dbc5c
feat: probe route (#63) 2020-06-06 18:04:19 +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