You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every screenshot on the site was taken on 2026-08-01 (716816c in this repository, 9d7ea8c9 in eventum for the README hero). Since then 23 commits changed the Studio UI, several of them rebuilding a whole screen rather than restyling it, so the images document an interface that is no longer there.
The screens that were rebuilt or gained controls since that date:
Screen
Change
Images
Monitoring
Rebuilt around one line of state, throughput and failures side by side, an instance table ranked by what each instance occupies (421b9fe2, 1e40fe4c)
monitoring_*, monitoring_resources_*
Instance overview
Rebuilt around one live panel, the views of a run kept in one column (e85a19ec, ce7e62c8, d5572f4b)
instance_overview_*, instance_metrics_modal_*
Management
About rebuilt as an identity plate, the GIL state added to the Application card (d16c47a2, 84b929b7)
public/images/studio_ui/ holds 52 images - 26 screen states in a light and a dark variant - referenced from studio/projects.mdx, studio/instances.mdx, studio/monitoring.mdx, studio/overview.mdx, studio/scenarios.mdx and studio/settings.mdx. public/images/home/ holds 12 more, used by the landing page (components/pages/home/Features/data/features.ts) and by core/introduction/features.mdx.
Reshooting is not a matter of opening the pages: an image is only worth publishing with the state behind it, which means a workspace of several projects, instances in different states, enough of a run for the Monitoring charts to hold a shape, a scenario with global state, and the modals and menus opened one by one.
Impact
A reader matching the page against their own instance finds different controls in different places, which is the failure mode the documentation exists to prevent. It also misrepresents the work: the Monitoring and instance pages are the two screens rebuilt this cycle, and both are shown in their previous form.
Scope
Stage an instance with a workspace, running instances and a scenario, and reshoot the screen states in the table above, light and dark, at 1920x1080 to match what is there.
Summary
Every screenshot on the site was taken on 2026-08-01 (
716816cin this repository,9d7ea8c9ineventumfor the README hero). Since then 23 commits changed the Studio UI, several of them rebuilding a whole screen rather than restyling it, so the images document an interface that is no longer there.The screens that were rebuilt or gained controls since that date:
421b9fe2,1e40fe4c)monitoring_*,monitoring_resources_*e85a19ec,ce7e62c8,d5572f4b)instance_overview_*,instance_metrics_modal_*d16c47a2,84b929b7)management_*08852371)instance_logs_*0ebca7d8,6b647ce7)projects_*0e458f2f)project_workspace_*1e40fe4c)instances_*log.third_party_level,generation.queue.max_event_bytes(08852371,892e7a17)settings_server_*,settings_generation_*Current state
public/images/studio_ui/holds 52 images - 26 screen states in a light and a dark variant - referenced fromstudio/projects.mdx,studio/instances.mdx,studio/monitoring.mdx,studio/overview.mdx,studio/scenarios.mdxandstudio/settings.mdx.public/images/home/holds 12 more, used by the landing page (components/pages/home/Features/data/features.ts) and bycore/introduction/features.mdx.Reshooting is not a matter of opening the pages: an image is only worth publishing with the state behind it, which means a workspace of several projects, instances in different states, enough of a run for the Monitoring charts to hold a shape, a scenario with global state, and the modals and menus opened one by one.
Impact
A reader matching the page against their own instance finds different controls in different places, which is the failure mode the documentation exists to prevent. It also misrepresents the work: the Monitoring and instance pages are the two screens rebuilt this cycle, and both are shown in their previous form.
Scope
public/images/home/if the screens it shows have moved as well..github/assets/studio_dark.pngineventum-generator/eventum- the README hero, from the same round.Screenshots referenced from
content/blog/stay as they are: a release post is a record of that release.Related