tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: relative columns width #235

Closed therustmonk closed 10 months ago

therustmonk commented 10 months ago

Description

Use percentage-based column width. Render logs in chronological order.

Motivation and Context

The ratatui crate panics if a column width exceeds the remaining size.

How Has This Been Tested?

Manually