Added 'Test All Indexers' table and functionality to the Indexers tab, and upgraded to Ratatui 0.24.0 and cleaned up code for newer Ratatui version

This commit is contained in:
2023-11-25 17:36:30 -07:00
parent d0ce98eb93
commit 76e21e7697
44 changed files with 1132 additions and 428 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "managarr"
version = "0.0.29"
version = "0.0.30"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "A TUI to manage your Servarrs"
keywords = ["managarr", "tui-rs", "dashboard", "servarr", "tui"]
@@ -32,7 +32,7 @@ strum = {version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.0"
tokio = { version = "1.29.0", features = ["full"] }
tokio-util = "0.7.8"
tui = { version = "0.23.0", package = "ratatui", features = ["all-widgets"] }
ratatui = { version = "0.24.0", features = ["all-widgets"] }
urlencoding = "2.1.2"
[dev-dependencies]