Commit graph

436 commits

Author SHA1 Message Date
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
20197c221b chore: 🔧 change fetch default 2020-05-31 12:56:02 +02:00
apotdevin
86018d45b8 chore(release): 🚀 0.6.13 2020-05-31 12:40:48 +02:00
apotdevin
a05d1d7c83 fix: 🐛 remove header query 2020-05-31 12:40:02 +02:00
apotdevin
50a118e960 chore(release): 🚀 0.6.12 2020-05-31 11:48:32 +02:00
apotdevin
9163f503d0 chore: 🔧 update deps 2020-05-31 11:48:03 +02:00
apotdevin
ce6be64de4 refactor: ♻️ change api folder 2020-05-31 10:23:26 +02:00
apotdevin
146afbab9e chore(release): 🚀 0.6.11 2020-05-31 09:27:40 +02:00
apotdevin
b4ed3d7334 fix: 🐛 missing var 2020-05-31 09:26:48 +02:00
apotdevin
eae9489052 chore(release): 🚀 0.6.10 2020-05-31 09:00:42 +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
apotdevin
48bd4eba1d chore(release): 🚀 0.6.9 2020-05-30 08:14:01 +02:00
apotdevin
c7cfdfacca fix: 🐛 fee unit 2020-05-30 08:11:42 +02:00
AP
fd67d99ff6 style: 🎨 eslint addition 2020-05-28 19:41:54 +02:00
AP
9c657a416a chore: 🔧 more bar types in channel view 2020-05-26 20:25:20 +02:00
AP
bb90fbfe50 chore(release): 🚀 0.6.8 2020-05-26 09:28:00 +02:00
AP
f2d410b103 ci: 👷 add package lock to docker file 2020-05-26 09:08:48 +02:00
AP
c838056551 chore: 🔧 remove storybook and update deps 2020-05-26 09:04:00 +02:00
AP
8c287872e0 chore(release): 🚀 0.6.7 2020-05-26 07:04:32 +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
4c679d083a fix: 🐛 correct auth 2020-05-26 06:43:24 +02:00
AP
64cd011103 chore(release): 🚀 0.6.6 2020-05-25 22:33:10 +02:00
AP
ca9a2cfcee fix: 🐛 correct fee unit 2020-05-25 22:32:11 +02:00
AP
60ad4b3bef fix: 🐛 reset send message mutation 2020-05-24 10:03:57 +02:00
AP
cf965f3ca5 chore(release): 🚀 0.6.5 2020-05-24 01:01:15 +02:00
AP
35cf8db27f feat: channel ui manager 2020-05-24 00:58:19 +02:00
AP
8099a3919e chore(release): 🚀 0.6.4 2020-05-23 19:30:45 +02:00
AP
b349e999d8 docs: 📚️ add update info 2020-05-23 19:30:04 +02:00
AP
077e20d7da fix: 🐛 channels with unfound nodes 2020-05-23 19:23:09 +02:00
AP
5df58ec9f4 chore(release): 🚀 0.6.3 2020-05-23 18:46:18 +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
AP
414c20f053 chore: 🔧 improve logging 2020-05-23 14:46:47 +02:00
AP
7d7ef5697f fix: 🐛 logger format 2020-05-22 12:09:09 +02:00
AP
57e7fb86be fix: 🐛 get sso without cert 2020-05-22 11:43:21 +02:00
AP
020482255f ci: 👷 add env to docker ignore 2020-05-21 13:49:52 +02:00
AP
012bb8666c chore(release): 🚀 0.6.2 2020-05-21 10:32:02 +02:00
AP
c3804851cf fix: 🐛 channel time offline 2020-05-21 10:30:06 +02:00
AP
bd91df5f00 chore: 🔧 remove cors 2020-05-21 10:25:56 +02:00
AP
cc651351cc chore(release): 🚀 0.6.1 2020-05-21 09:19:14 +02:00
AP
feb036b29a refactor: ♻️ forward queries and cleanup 2020-05-21 09:14:56 +02:00
Gonzalo Aune
caefd02234
fix: catching getChannel callback error (#46)
catching FullChannelDetailsNotFound on the getChannel call we do using the lightning library, this seems to be a response we get if the channel edge is not found or is a zombie one.

fixes https://github.com/apotdevin/thunderhub/issues/45
2020-05-21 08:06:17 +02:00
AP
b23f8c2299 chore: 🔧 format seconds 2020-05-21 07:25:45 +02:00
AP
66a35fed92 chore: 🔧 parse channel times to seconds 2020-05-21 07:11:24 +02:00
AP
4c74ed1536 fix: 🐛 logging and types 2020-05-20 22:32:55 +02:00
AP
2797e6edf3 fix: 🐛 auth type 2020-05-20 21:27:23 +02:00
Gonzalo Aune
9a1fb63641
fix: changed baseFee from Int to Float (#43)
fixes https://github.com/apotdevin/thunderhub/issues/42
2020-05-20 21:24:14 +02:00
AP
a2bf90a4b2 chore: 🔧 home input styling and bug fix 2020-05-20 21:06:26 +02:00
AP
8384224c9b ci: 👷 formatting 2020-05-20 07:23:14 +02:00