Skip to content

Feature/more appearance#2292

Merged
Tlaster merged 2 commits into
masterfrom
feature/more-appearance
Jul 12, 2026
Merged

Feature/more appearance#2292
Tlaster merged 2 commits into
masterfrom
feature/more-appearance

Conversation

@Tlaster

@Tlaster Tlaster commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8401f9df7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

compatLinkPreview: false,
showNumbers: true,
postActionStyle: 'LeftAligned',
postActionFixedWidth: true,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve fixed-width overrides in web tab saves

Adding this field to the /tabs fallback is not enough for persistence: the web tab editor's EditForm/GroupForm state and the updateTabPresentation/buildGroupItem calls still have no postActionFixedWidth argument, and HomeTabSettingsPresenter.buildAppearancePatch never sets AppearanceKeys.PostActionFixedWidth. When a tab with this per-tab override created on Android/iOS/desktop is edited and saved in /tabs, the rebuilt appearance patch drops the override and silently reverts the tab to the global value.

Useful? React with 👍 / 👎.

Comment on lines +63 to +67
public object LimitMediaGridToNine : PerTimeline<Boolean>(
"timeline.limit_media_grid_to_nine",
true,
Boolean.serializer(),
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Honor the media-grid limit flag on web

This new per-timeline setting can now be saved as false, but the web timeline still hard-caps media rendering with media.slice(0, 9) and Math.min(media.length, 9) in PostMediaGrid.svelte. Users who disable the limit on another platform will still only see the first nine attachments on web for posts with 10+ media items, so the shared setting is ignored in that environment.

Useful? React with 👍 / 👎.

@Tlaster Tlaster merged commit 3056fd0 into master Jul 12, 2026
7 of 9 checks passed
@Tlaster Tlaster deleted the feature/more-appearance branch July 12, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant