From d133383c06664066279c7204dedbf291028da530 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 3 Jan 2026 00:15:44 +0000 Subject: [PATCH] feat: Move fullscreen toggle to settings modal Co-authored-by: aider (gemini/gemini-2.5-pro) --- webclient/src/App.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webclient/src/App.js b/webclient/src/App.js index 9a883dc..01a1bf7 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -187,6 +187,15 @@ function App() { + {fullScreenAvailable && +
+ {!isFullScreen ? + + : + + } +
+ }

Feed

@@ -274,13 +283,6 @@ function App() {
Hacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.

- {fullScreenAvailable && - !isFullScreen ? - - : - - } /> - }