App Pages
Dashboard Page
The live first screen for project selection, variable preview, comparison summary, and security alerts.
App route: dashboardPurpose
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
| Action | Result |
|---|---|
| Select a row | Sets active project and active env file context. |
| Open Folder | Invokes the Tauri command to open the project path in Finder. |
| Import Env Variables | Runs the project import and updates env-file, profile, sync, and security state. |
| File Preview | Builds an export preview for the selected file. |
| Manage Variables | Navigates to the Variables page for the selected env file. |
| View Security | Navigates to the Security page. |
| View Compare | Navigates to the Compare page. |