From b6e481d63eec15191f2717957682c13ee8a68308 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:59:39 +0100 Subject: [feature] Allow user to choose "gallery" style layout for web view of profile (#3917) * [feature] Allow user to choose "gallery" style web layout * find a bug and squish it up and all day long you'll have good luck * just a sec * [performance] reindex public timeline + tinker with query a bit * fiddling * should be good now * last bit of finagling, i'm done now i prommy * panic normally --- web/source/settings/lib/types/account.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/source/settings/lib') diff --git a/web/source/settings/lib/types/account.ts b/web/source/settings/lib/types/account.ts index 76055ba53..f5238a7d3 100644 --- a/web/source/settings/lib/types/account.ts +++ b/web/source/settings/lib/types/account.ts @@ -79,6 +79,8 @@ export interface AccountSource { privacy: string; sensitive: boolean; status_content_type: string; + web_visibility: string; + web_layout: string; } export interface SearchAccountParams { -- cgit v1.2.3