Commit graph

110 commits

Author SHA1 Message Date
AP
9c657a416a chore: 🔧 more bar types in channel view 2020-05-26 20:25:20 +02:00
AP
c838056551 chore: 🔧 remove storybook and update deps 2020-05-26 09:04:00 +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
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
35cf8db27f feat: channel ui manager 2020-05-24 00:58:19 +02:00
AP
077e20d7da fix: 🐛 channels with unfound nodes 2020-05-23 19:23:09 +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
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
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
AP
dc0e5d7cd6 fix: 🐛 linting 2020-05-07 19:08:56 +02:00
AP
816306f2cd fix: 🐛 type error 2020-05-07 18:19:09 +02:00
AP
aa39ab5471 fix: 🐛 eslint plugins 2020-05-07 13:51:39 +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
a2267e7ae0 chore: 🔧 upgrade dependencies 2020-05-03 11:48:56 +02:00
AP
ac577b5438 feat: add wallet version query and view 2020-05-03 11:14:36 +02:00
AP
82296f3fbb chore: 🔧 lnd 10 support 2020-05-03 10:03:36 +02:00
AP
892d1b362c style: 🎨 modal buttons change 2020-05-02 23:15:09 +02:00
AP
dc4f329ed3 chore: 🔧 remove logger param 2020-05-02 23:01:29 +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
AP
457546e676 fix: enable channel force close 2020-04-26 09:58:50 +02:00
Anthony Potdevin
85581cc992
feat: new home (#28)
* chore: top styling

* chore: compatible section changes

* chore: wip remove home

* chore: refactor login flow

* chore: yarn lock update
2020-04-22 10:14:33 +02:00
AP
2a4e3a3834 fix: correct balances 2020-04-20 23:14:56 +02:00
Anthony Potdevin
b4473c50bd
feat: keysend integration (#27)
* feat: add keysend payments

* refactor: change file name

* refactor: set correct name

* chore: add keysend experimental warning
2020-04-20 20:15:47 +02:00
AP
b9f63c1524 chore: improve login ux 2020-04-17 20:11:37 +02:00
AP
1713ca26b1 refactor: get auth from context 2020-04-17 15:36:35 +02:00
AP
56ae465e07 refactor: add query mutation types 2020-04-16 22:52:41 +02:00
AP
3b8f4aad61 chore: styling small bugs and refactors 2020-04-16 22:36:09 +02:00
AP
4947c363ab fix: type adjustments 2020-04-16 16:18:26 +02:00
AP
a10edec4fe chore: codegen and types for apollo 2020-04-16 15:24:27 +02:00
Anthony Potdevin
83d9b20205
chore: changes and config for ssr and nextjs (#26)
* test: change docker to yarn

* test: change api handler url

* fix: image imports in public folder

* fix: add path prefix to links

* chore: update deps

* chore: small fixes

* chore: remove prefetch flag

* chore: remove use size hook

* Revert "chore: remove prefetch flag"

This reverts commit ae7ee3bc23.
2020-04-16 10:57:22 +02:00
AP
adb01e4081 style: fonts changes 2020-04-15 00:11:22 +02:00
AP
758281b7bc chore: basepath fixes 2020-04-14 23:02:33 +02:00
AP
00c78513ec chore: fix envs and add base path 2020-04-14 08:25:58 +02:00
AP
115266b264 chore: disabled strong password and link fixes 2020-04-13 18:37:03 +02:00
AP
6aebc91908 fix: dockerfile and small changes 2020-04-13 07:30:19 +02:00
Anthony Potdevin
aa60d618f9
Feat/nextjs (#25)
* feat: initial nextjs commit

* chore: general card styles changes

* chore: add storybook

* chore: small changes and fixes

* fix: trading filter encoding

* fix: add link to node

* chore: set to correct version
2020-04-12 18:27:01 +02:00