Skip to content

Feature/fanbox#2242

Open
Tlaster wants to merge 7 commits into
masterfrom
feature/fanbox
Open

Feature/fanbox#2242
Tlaster wants to merge 7 commits into
masterfrom
feature/fanbox

Conversation

@Tlaster

@Tlaster Tlaster commented Jun 20, 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: 7a7ec4da8a

ℹ️ 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".

ErrorContent(
error = error,
onRetry = state::refresh,
onRetry = {},

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 Wire the gallery retry button back to a refresh

When the gallery detail load fails on Android, for example after a transient network or auth error, the retry button rendered by ErrorContent now invokes an empty lambda, so tapping it cannot re-request the detail and the user has to leave and reopen the screen. This replaced the previous state.refresh path, and the same no-op retry was added on desktop as well.

Useful? React with 👍 / 👎.

val bookmarked = bookmarkText?.type == ActionMenu.Item.Text.Localized.Type.Unbookmark
val bookmarkCount = bookmarkAction?.count?.value ?: 0L
GalleryDetail(
orientation = GalleryOrientation.Vertical,

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 horizontal orientation for Pixiv galleries

For landscape Pixiv illustrations, this hardcoded Vertical orientation forces the new gallery screens down the stacked vertical-image path even though they still branch on detail.orientation to choose the horizontal pager layout. The previous Pixiv detail mapper selected Horizontal when the illustration width was at least its height, so wide Pixiv artwork now opens in the wrong layout.

Useful? React with 👍 / 👎.

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