From 503e76ae2be6d7aa6b2b6a20d9ac8b0922ff8325 Mon Sep 17 00:00:00 2001 From: Nick Beckley Date: Sun, 14 Jun 2026 14:52:19 +0100 Subject: [PATCH] Phase 10M.2: Word Companion Authentication and Tab Refinement --- PlotLine/Views/WordCompanionHost/Index.cshtml | 24 ++++- PlotLine/wwwroot/css/word-companion.css | 94 ++++++++++++++----- 2 files changed, 91 insertions(+), 27 deletions(-) diff --git a/PlotLine/Views/WordCompanionHost/Index.cshtml b/PlotLine/Views/WordCompanionHost/Index.cshtml index 3415b5b..21121c2 100644 --- a/PlotLine/Views/WordCompanionHost/Index.cshtml +++ b/PlotLine/Views/WordCompanionHost/Index.cshtml @@ -17,18 +17,31 @@

PlotDirector

-

@statusText

+ @if (Model.IsAuthenticated) + { +

@statusText

+ }
@if (Model.IsAuthenticated) {

Signed in as @Model.DisplayName

} - else - { - - }
+ @if (!Model.IsAuthenticated) + { +
+

Sign in to access your PlotDirector projects and manuscript tools.

+ + +
+ } + else + {