feat: maintenance flow UX redesign — batch hub, context strip, run history upgrades #89

Merged
chihlasm merged 39 commits from feat/maintenance-ux-redesign into main 2026-02-26 04:17:29 +00:00
Showing only changes of commit 74d78dc454 - Show all commits

View File

@@ -28,6 +28,8 @@ export interface Step {
helpful_no: number
is_featured: boolean
is_verified: boolean
is_flow_synced: boolean
source_tree_name: string | null
created_by: string
author_name?: string
created_at: string
@@ -46,6 +48,8 @@ export interface StepListItem {
rating_average: number
rating_count: number
is_featured: boolean
is_flow_synced: boolean
source_tree_name: string | null
created_by: string
author_name?: string
created_at: string