App Pages

Dashboard Page

The live first screen for project selection, variable preview, comparison summary, and security alerts.

App route: dashboard

Purpose

The Dashboard replaces static mock data with live project, env-file, comparison, and security data. It is the default overview for active work.

Visible regions

  • Projects table with project name, environment, files, variable count, last import time, and status.
  • Selected project detail panel with active file path, environment chip, import summary, and quick actions.
  • Variable preview table with search and filters for all, secret, and public variables.
  • Comparison rail summarizing total keys, missing cells, duplicate cells, and likely secrets.
  • Security rail showing project security score and top alerts.

Actions

ActionResult
Select a rowSets active project and active env file context.
Open FolderInvokes the Tauri command to open the project path in Finder.
Import Env VariablesRuns the project import and updates env-file, profile, sync, and security state.
File PreviewBuilds an export preview for the selected file.
Manage VariablesNavigates to the Variables page for the selected env file.
View SecurityNavigates to the Security page.
View CompareNavigates to the Compare page.