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: replace tui with raratui #231

Closed therustmonk closed 11 months ago

therustmonk commented 11 months ago

Description

The PR includes the following changes:

  1. Change tui dependency to ratatui.
  2. Add the new LabeledInput component to replace tui-textarea (that still has not been released for ratatui). The new component has an insert mode that fits better with the app.
  3. Assign hotkey Alt+Backspace to clear an input field (Ctrl+Backspace is not handled correctly by crossterm).
  4. Handle focus movement in the settings tab.

Motivation and Context

The tui crate is no longer maintained.

How Has This Been Tested?

CI, Maually