From 6dc59c092a5e99777440c9bd4ca9c8511cb632e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 Jan 2025 14:55:39 +0100 Subject: [PATCH] ui --- .github/workflows/watch-repos.yml | 11 +---------- lib/web/components/acls/edit_acl_live.sface | 2 +- .../circles/header_circle/header_circle_live.sface | 2 +- .../components/display/boundary_details_live.sface | 2 +- .../sidebar/instance_sidebar_nav_live.sface | 12 ++++++------ lib/web/components/sidebar/sidebar_nav_live.sface | 8 ++++---- 6 files changed, 14 insertions(+), 23 deletions(-) diff --git a/.github/workflows/watch-repos.yml b/.github/workflows/watch-repos.yml index 9d00b39..55d49f8 100644 --- a/.github/workflows/watch-repos.yml +++ b/.github/workflows/watch-repos.yml @@ -195,22 +195,13 @@ jobs: echo "API Response:" echo "$response" | jq '.' - - # Check response format - if ! echo "$response" | jq -e '.totalFiles' > /dev/null 2>&1; then - echo "::error::Invalid response format - missing totalFiles" - exit 1 - fi - # Parse and display results - total_files=$(echo "$response" | jq -r '.totalFiles') processed=$(echo "$response" | jq -r '.processed') errors=$(echo "$response" | jq -r '.errors') skipped=$(echo "$response" | jq -r '.skipped') total_chunks=$(echo "$response" | jq -r '.totalChunks') - + echo "Repository ingestion summary:" - echo "- Total files: $total_files" echo "- Processed: $processed" echo "- Errors: $errors" echo "- Skipped: $skipped" diff --git a/lib/web/components/acls/edit_acl_live.sface b/lib/web/components/acls/edit_acl_live.sface index bd059b5..724a6cc 100644 --- a/lib/web/components/acls/edit_acl_live.sface +++ b/lib/web/components/acls/edit_acl_live.sface @@ -42,7 +42,7 @@ -