Skip to content

[WIP] Refactors the TUI Design

Max Rossmannek requested to merge refactor-tui-as-screens into master

This PR refactors the TUI to add the following improvements:

  • reimplement the MainView as a ContentSwitcher
  • add specific widget subclasses for the list and search result views
  • leverage screens for interactive prompts and improve the focus handling
  • allows long bibtex renderings to be scrolled in the EntryView

As well as some other minor improvements.

Closes #111 (closed)

Edited by Max Rossmannek

Merge request reports