From 2c6fe93c7fb3d32cec676bfcc5f95b39690c2769 Mon Sep 17 00:00:00 2001 From: dvd233 <111864431+dvd233@users.noreply.github.com> Date: Sat, 12 Sep 2026 23:21:34 +0800 Subject: [PATCH] fix(ui): sync organization view state with URL --- app/pages/org/[org].vue | 216 +++++++++++++++++++++++++++-- test/e2e/url-compatibility.spec.ts | 97 +++++++++++++ 2 files changed, 304 insertions(+), 9 deletions(-) diff --git a/app/pages/org/[org].vue b/app/pages/org/[org].vue index 47c2fa2fc9..415b896ebd 100644 --- a/app/pages/org/[org].vue +++ b/app/pages/org/[org].vue @@ -1,8 +1,77 @@