feat(lib): Make widget states (de)serializable
modified Cargo.lock
@@ -300,6 +300,9 @@ name = "bitflags"
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -468,6 +471,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2095,6 +2099,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -37,7 +37,7 @@ radicle-term = { version = "0.12.0" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/im/widget.rs
@@ -6,6 +6,7 @@ use ratatui::text::{Line, Span, Text};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -60,7 +61,7 @@ impl Window {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -151,7 +152,7 @@ impl<'a> Panes<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -235,7 +236,7 @@ impl<'a> Widget for Label<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -660,7 +661,7 @@ impl<'a> Widget for Bar<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -879,7 +880,7 @@ impl<'a> Widget for CenteredTextView<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|