Added Shift+J to jump to release

This commit is contained in:
Ultradesu
2026-06-10 17:01:40 +01:00
parent 00a558570c
commit 5be633d168
5 changed files with 157 additions and 0 deletions
+7
View File
@@ -446,6 +446,13 @@ pub struct AppState {
pub likes_loaded: bool,
pub logs: LogsTab,
pub queue_tab: QueueTab,
/// Shift-J jump in flight: focus this (release, track) once the release
/// view finishes loading.
pub pending_release_focus: Option<(i64, i64)>,
/// Where a Shift-J jump came from (tab, stack depth of the pushed
/// view): Esc from that view returns to the origin tab instead of
/// unwinding the Global stack.
pub jump_origin: Option<(Tab, usize)>,
pub cmdline: Cmdline,
pub search: SearchState,
/// Shared image cache keyed by `art::cache_key(url, w, h)`; reused by