summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2022-02-06 22:13:05 +0100
committerGitHub <noreply@github.com>2022-02-06 22:13:05 +0100
commit284c57fb72abd1add2aac6f95583c0053da13775 (patch)
treede7710872509e39fdba8c8259b3dc60fb740560f /src/main.rs
parente9d8de1be415c0647a8ec817f216ee613c2ebf5e (diff)
generic popup stacking solution (#1124)
* generic popup stacking solution * allow going back to file-revision popup * do not select diff in coming back to files-revlog * handle filetree popup via stacking * allow going back to inspect commit * allow coming back to compare/inspect commit
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index e36ef645..9f85240f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -27,6 +27,7 @@ mod components;
mod input;
mod keys;
mod notify_mutex;
+mod popup_stack;
mod profiler;
mod queue;
mod spinner;