Commit graph

64 commits

Author SHA1 Message Date
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
AP
414c20f053 chore: 🔧 improve logging 2020-05-23 14:46:47 +02:00
AP
bd91df5f00 chore: 🔧 remove cors 2020-05-21 10:25:56 +02:00
AP
feb036b29a refactor: ♻️ forward queries and cleanup 2020-05-21 09:14:56 +02:00
AP
4c74ed1536 fix: 🐛 logging and types 2020-05-20 22:32:55 +02:00
Anthony Potdevin
9d73c30fb4
feat: server authentication (#38)
* feat:  server sso auth

* chore: 🔧 continue sso integration

* fix: 🐛 correct filter

* chore: 🔧 add resolver types

* chore: 🔧 linter sort imports

* fix: 🐛 duplicate imports

* chore: 🔧 change auth context

* feat:  add accounts read and query

* fix: 🐛 small changes

* chore: 🔧 continue integration

* chore: 🔧 add auth

* chore: 🔧 switch to new context

* fix: 🐛 imports and account context

* chore: 🔧 add session token query

* chore: 🔧 change server auth

* chore: 🔧 add sso to server accounts query

* chore: 🔧 cleanup and small fixes

* chore: 🔧 separate generated files

* refactor: ♻️ change graphql imports

* fix: 🐛 add id to params

* fix: 🐛 auth changes

* chore: 🔧 improve logging and account fixes

* chore: 🔧 change footer

* chore: 🔧 remove console logs

* chore: 🔧 add spacing

* fix: 🐛 final changes
2020-05-19 07:50:16 +02:00
AP
0394209b80 chore: 🔧 eslint sort rule 2020-05-15 19:48:00 +02:00
AP
2c9be0b829 chore: 🔧 improve login process 2020-05-14 05:54:46 +02:00
AP
b4ac4f504f chore: 🔧 move api folder 2020-05-13 07:15:10 +02:00
AP
69555abfff chore: 🔧 update deps 2020-05-12 06:19:12 +02:00
Anthony Potdevin
3d29616300
feat: privacy settings (#37)
* feat:  privacy configs

* chore: 🔧 chat polling speed

* refactor: ♻️ chat state

* chore: 🔧 move config to cookie
2020-05-11 06:21:16 +02:00
Anthony Potdevin
933ead86e9
feat: switch to eslint (#35)
* feat:  switch to eslint

* chore: 🔧 fix lint issues

* chore: 🔧 remove comments
2020-05-06 22:39:36 +02:00
AP
ac577b5438 feat: add wallet version query and view 2020-05-03 11:14:36 +02:00
AP
b081e13d23 fix: 🐛 account settings 2020-05-01 15:24:02 +02:00
Anthony Potdevin
24c5109a06
feat: chat integration (#34)
* feat: chat wip

* chore: more chat stuff

* chore: fallback alias

* chore: more chat progress

* chore: chat continues

* chore: disconnect on account change

* chore: add start chat view

* fix: no messages fix

* chore: 🔧 more chat changes

* feat:  move to react feather

* chore: 🔧 add fee paid

* style: 🎨 change fee paid style

* fix: 🐛 wrong sidesettings icon

* chore: 🔧 add signed verified messages

* style: 🎨 chat mobile styling

* style: 🎨 contacts button icon

* chore: 🔧 add message types

* style: 🎨 chat changes

* chore: 🔧 error handling and styling

* chore: 🔧 chat settings

* chore: 🔧 contact last message

* chore: 🔧 small alias styling

* chore: 🔧 improve error handling

* chore: 🔧 juggernaut compatible

* chore: 🔧 multi currency

* chore: 🔧 add maxfee setting

* chore: 🔧 small fixes

* chore: 🔧 docker multistage
2020-05-01 14:08:30 +02:00