Skip to content
🤷

Forgive us! These docs are a work in progress. Some pages may be incomplete or describe features that aren't quite finished yet. Farkitect is in early development and we don't recommend using it for real work just yet. Feel free to explore — just be aware that things are still being built.

Status Bar Reference

The status bar sits at the bottom of the workspace and displays contextual information. Toggle its visibility via the gear menu.

Shows what’s currently selected:

StateDisplay
Nothing selected(empty)
Single elementElement name and type
Multiple elementsCount of selected items
Diagram nodeElement name and type
Diagram edgeRelationship name and type

Shows aggregate counts for the current project:

  • Total number of elements
  • Total number of diagrams

Shows progress indicators for asynchronous operations:

  • Import — progress while importing a .farki file
  • Export — progress while exporting
  • Seed — progress during data seeding operations

Indicators appear when an operation starts and disappear when it completes.

A status indicator showing the result of the last integrity check:

IndicatorMeaning
Green / clearNo issues detected
Yellow / amberWarnings found
RedErrors found

Click the indicator to:

  • View the list of issues (if any)
  • Trigger a new on-demand check

See How to use the integrity checker for details.