Commit Graph

112 Commits (master)

Author SHA1 Message Date
Slyghtning 4f099e3746 Forwarding history UI changes 1 year ago
Édouard dfcbaa47c2
Merge pull request #96 from edouardparis/fix-unknown-view-routing-delete
fix: check UnknownView error in routing delete method
2 years ago
rkfg 231dc8c333 Fix cursor foreground color 2 years ago
edouard c11ee5a585 fix: check UnknownView error in routing delete method
When deleting the ROUTING view, every sub-view are being deleted
gocui returns ErrUnknownView if the view was not created, we can
safely ignore this error.
2 years ago
rkfg 2961841b10 Fix column views init 2 years ago
rkfg f336cea379 Update gocui 2 years ago
Édouard afe7699f4e
Merge pull request #92 from hieblmi/maturity-for-force-closures
Add blocks_til_maturity for force closed channels
2 years ago
Slyghtning d618155cea Add blocks_til_maturity for force closed channels 2 years ago
rkfg 8c172646b6 Refactor 256 color 2 years ago
rkfg a178a82fef Add color option 2 years ago
rkfg 66b0b3e134 Better color gradients for channel age 2 years ago
rkfg 76454a420a Replace the color library, colorize channel age 2 years ago
rkfg 9cdac2a3d4 Add channel age column 2 years ago
rkfg 2d8e6ea6cc Rename Policy1/2 to LocalPolicy/RemotePolicy 2 years ago
rkfg 520e23fb92 Show disabled channels 2 years ago
rkfg 6c6372f740 Remove WeFirst parameter altogether 2 years ago
rkfg a2590193d0 Show closed channels, fix policy order 2 years ago
rkfg 336c6c2994 Show disabled channel percent 2 years ago
rkfg 91bd48bcac Show disabled channel count for node 2 years ago
Édouard 3f8f17cf87
Merge pull request #80 from rkfg/amount_formatting
Add pretty amount formatting
2 years ago
rkfg ee26c19141 Format base fee 2 years ago
rkfg c7ee21824a Show max htlc 2 years ago
rkfg d804c9eab1 Format wallet and total channel balances 2 years ago
rkfg 8187bfdf0e Add pretty amount formatting 2 years ago
rkfg 88ec989b20 Fix crash on missing policies 2 years ago
Slyghtning e93f3dcefe #70: Display channel fees 2 years ago
Edouard 504a936492
Merge pull request #61 from rkfg/htlcs
Display pending HTLCs in channel view
2 years ago
Edouard 82acda22f5
Merge pull request #59 from rkfg/sort
Make gauge sort more stable
2 years ago
rkfg 30a7adfc64 Add remote balance and update count columns 2 years ago
rkfg ceb8bb7578 Display pending HTLCs in channel view 2 years ago
rkfg 1b278fff12 Make gauge sort more stable 2 years ago
rkfg 172b30c557 Add forced aliases 3 years ago
Jussi Tiira 261f50d7ea cleanup: if instead of switch-case with single case 3 years ago
Jussi Tiira 12c7114c3e RM: remove help panel 3 years ago
edouard 60d35c5911 v0.2.0 3 years ago
rkfg 651cdfb98b Allow sorting by all columns 3 years ago
Martin Milata af2ea1c717 Add short channel id columns
SCID represents the same information as channel id but uses different
representation made of three components (block height, transaction
index, output index).
3 years ago
rkfg 2351421622 Limit cursor movement in detail views 3 years ago
rkfg b9253086e1 Show incoming/outgoing policies stably 3 years ago
rkfg 62f9eca83c Add Home/End/PgUp/PgDn navigation 3 years ago
rkfg c6dfed56cc Fix formatting 3 years ago
Martin Milata f0dedd5d2a add routing view 3 years ago
rkfg 52e7098908 Constrain the cursor and prevent segfaults 3 years ago
Edouard f72c5ca099
V0.1.0 (#10)
* config: add Views

* refac views channels

* fix config default

* views: menu

* config default: add comment

* fix config default

* README: enhance config section

* fix README

* controller: F2 Menu

* views: transactions

* fix views: set current in layout

* fix menu

* ft transactions

* fix Help

* fix controller Menu

* view: transaction

* refac controller

* fix ui controller

* try some bold

* fix cursor

* refac color

* focus column transactions

* controller: add keyBinding Menu m

* help view: add menu

* fix cursor: push to the right

* refac remove current model

* ui: txs and channels sortable

* fix focus column

* view transaction: transaction dest addresses

* fix menu

* refac controller

* channels: sort

* rename current column

* refac cursor

* refac currentColumnIndex

* set cursor if view deleted

* remove previous

* clean view.View

* controller: ToggleView

* fix menu

* view txs: add config

* feat order

* fix channels sort
* feat transactions sort
* feat help: add asc/desc
* fix README
* color: magenta
* fix color
* fix views menu
* fix views help
* network backend: SubscribeTransactions
* pubsub: transactions
* controller.Listen: refresh transactions
* fix controller
* fix controller pubsub: no need for wallet ticker
* fix models transactions
* views channels: column SENT and RECEIVED
* update version
* fix README
* fix README
* fix models sort
* fix readme and default config
* fix readme
5 years ago
Edouard Paris 314908296a version v0.0.3 5 years ago
Edouard Paris 05b82cd759 fix views channels: Index 5 years ago
Edouard Paris 0453b712f5 controller: add keybindings 5 years ago
Edouard Paris 884616fe40 change version 5 years ago
Edouard Paris a4252ffdfb fix view channels: wrong current channel
issue #11
5 years ago
Edouard Paris 392fc9676b fix view channel: wrong layout
issue #12
5 years ago