From 1d74cf420bf582a793864d7c76cc1a405f02beab Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 19 Mar 2026 18:01:56 -0400 Subject: [PATCH] feat: integrate view-only mode with role-based authorization - Add view-only mode authorization logic in cloud-services backend - Implement view-only mode UI and role-based access controls in web-client - Enable read-only access for users with restricted permissions --- cloud-services | 2 +- web-client | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-services b/cloud-services index 1d2bb62..a088307 160000 --- a/cloud-services +++ b/cloud-services @@ -1 +1 @@ -Subproject commit 1d2bb6280be9bc36923ac6d8f88aa8aa35dbaebe +Subproject commit a088307e7fb98202d8b935f23c7fe718210c7202 diff --git a/web-client b/web-client index e14e711..3780cfc 160000 --- a/web-client +++ b/web-client @@ -1 +1 @@ -Subproject commit e14e711e09bf9543f12cae451f0186e9934bf012 +Subproject commit 3780cfcb743ae078dc3be803275a276afc829171