diff --git a/TODO.md b/TODO.md index 679d6c5..7bbb41a 100644 --- a/TODO.md +++ b/TODO.md @@ -2,20 +2,22 @@ Small Stuff +- use dynamic ports for nodes to avoid conflicts with the host OS - add new LND node -- open/close channel -- use dynamic ports for nodes to avoid conflicts +- close channel - switch renovatebot to dependabot and use automatic security fixes -- build images if they don't exist +- pull docker images on startup if they don't exist locally - generate alice/bob/carol names for lnd nodes +- display docker streaming logs in the UI - mock docker for e2e tests - consistent scrollbars for all OS's (https://github.com/xobotyi/react-scrollbars-custom) (https://github.com/souhe/reactScrollbar) Bigger things +- create a splash page website for lightningpolar.com +- add block explorer (https://github.com/janoside/btc-rpc-explorer) +- add grpc API explorer (https://github.com/grpc-ecosystem/awesome-grpc#gui) - add support for c-lightning, eclair, btcd - live theme changer (https://medium.com/@mzohaib.qc/ant-design-dynamic-runtime-theme-1f9a1a030ba0) -- POC for styled-components (https://www.styled-components.com) (https://emotion.sh) - dark theme UI (https://material.io/design/color/dark-theme.html) -- add network designer (https://github.com/projectstorm/react-diagrams) - POC testing-library for testcafe (https://testing-library.com/docs/testcafe-testing-library/intro)