Gitwig - Panel & UI Window Directory

This document lists and describes all the user interface panels, tabs, views, overlay pickers, inputs, and modal dialogs implemented in Gitwig, along with their available keyboard shortcuts.


1. Home Screen (Repository List View)

The primary dashboard shown when Gitwig starts up.


2. Repository Detail / Workspace View

Triggered by opening a repository.

Sidebar Panel (Left)

Main Workspace Tabs

Tab 0: Workspace (Commits History & Workspace Staging)

Tab 1: Files Tab (Working Directory Browser)

Tab 2: Graph Tab

Tab 3: Branches Tab

Tab 4: Tags Tab

Tab 5: Remotes Tab

Tab 6: Stashes Tab

Tab 7: Worktrees Tab (Advanced Tab Group)

Tab 8: Submodules Tab (Advanced Tab Group)

Tab 9: Reflog Tab (Advanced Tab Group)

Tab 10: Forge Issues Tab (Advanced Tab Group)

Tab 11: Forge PRs Tab (Advanced Tab Group)


3. Commit Inspection Layout (Mode::Inspect)

Workspace layout for inspecting commits and diffs in details.


4. Conflict Resolution Panel (Inside Workspace Merge Conflict State)

Triggers when staging changes encounters merge conflicts.


5. Standalone Views (Full Screen / Dedicated Panels)

Logs View (Mode::Logs)

Full-screen git commits history.

Per-File History View (Mode::FileHistory)

Commits history of selected file.

Debug Logs Panel (Mode::DebugLogs)

App logs viewer.

Settings View (Mode::Settings)

Full-screen configuration editor split into Categories and Fields.

Signs & Symbols Legend Popup (Mode::Legend)

Quick reference guide to badges, operations, and status indicators.

About Popup (Mode::About)

Information about Gitwig, version details, and creator profile.

App Usage Stats Popup (Mode::StatsDashboard)

Dashboard detailing aggregated usage statistics such as session duration, total lines authored, repositories imported, branches/commits created, network activities, and a visual 52-week Activity Heatmap.

Search Columns Selector Popup (Mode::SearchColumnPicker)

Picker to select columns to search by (SHA, Message, Author, Date) before entering fuzzy logs search.

Repository Settings Popup (Mode::RepoSettings)

Custom per-repository config editor (Theme, Page Size, Max Commits, Editor path, custom Note, Git LFS Tracking/Pull). Accessed via s on the repository Overview screen.

Not Git Repository Popup (Mode::NotGitRepo)

Warning dialog shown when selecting a directory that is not a valid Git repository.

Help Overlay (Mode::Help / Mode::DetailHelp)

Floating keyboard shortcut reference popup shown on top of the Home Screen or Detail View.

Global Search View (Mode::GlobalSearch)

Full-screen dashboard to search for keywords/code across all tracked repositories simultaneously.


6. Interactive Search & Picker Overlays

Floating modal components with search-as-you-type inputs. Matches are ranked and updated in real time.


7. Input Modals & Setup Dialogs

Modal text entry boxes for setting up configurations or typing messages.


8. Warning & Confirmation Modals

Double-checks before executing hazardous or state-altering actions.

The Safety Intercept Feature

To prevent accidental data loss due to muscle-memory Enter keypresses, Gitwig intercepts keystrokes on the router level. For any modal classified as a Destructive Action, pressing Enter defaults to Cancel (ConfirmNo). To confirm a destructive action, the user must explicitly press y or Y. For non-destructive actions, Enter acts normally to confirm.

Destructive Actions (Enter acts as Cancel)

Non-Destructive Actions (Enter acts as Confirm)

Shortcuts