L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Few UI bugs / suggestions #60

Closed louneskmt closed 2 years ago

louneskmt commented 2 years ago

Here are a few UI bugs to fix, or suggestions. This is a good first issue if you wanna start contributing to Sensei!

1) Some table views have an horizontal scroll while they shouldn't have one

image image

Expected behaviour:

image

2) Three dots menu positions are not relative to the three dot button, but to the border of the page

image image

3) Invoice amount input shouldn't accept negative values 4) Invoice amount should be in sats

image

5) Loading bar is broken

image

6) Add Sensei logo as favicon

image

7) Move "Fund Node" content to "Chain" tab?

nassersaazi commented 2 years ago

I would like to help with this @louneskmt .however am having some trouble setting up the Sensei node in my local environment

I am gettting the following error:

thread 'main' panicked at 'invalid bitcoind rpc config: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }', src/main.rs:182:10
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

that is after running this command: cargo run --bin senseid -- --network=regtest --bitcoind-rpc-host=localhost --bitcoind-rpc-port=18443 --bitcoind-rpc-username=admin1 --bitcoind-rpc-password=123

any help is highly appreciated 🙂

johncantrell97 commented 2 years ago

fixed the rest of these in #91