Skip to content

fix bluesky feed icon#1034

Merged
Tlaster merged 1 commit intomasterfrom
bugfix/bsky_feed_icon
Jun 18, 2025
Merged

fix bluesky feed icon#1034
Tlaster merged 1 commit intomasterfrom
bugfix/bsky_feed_icon

Conversation

@Tlaster
Copy link
Copy Markdown
Contributor

@Tlaster Tlaster commented Jun 18, 2025

No description provided.

@Tlaster Tlaster requested a review from Copilot June 18, 2025 05:37
@Tlaster Tlaster enabled auto-merge June 18, 2025 05:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

A concise update to fix the Bluesky feed icon by tweaking UI element configurations. Key changes:

  • Added an onClicked callback (toFeed) to the uiListItemComponent.
  • Adjusted trailing content styling by appending padding and a tint modifier.
Comments suppressed due to low confidence (1)

app/src/main/java/dev/dimension/flare/ui/screen/bluesky/BlueskyFeedsScreen.kt:140

  • Verify that the 'toFeed' callback conforms to established patterns for click handlers in similar components and that its behavior is consistent with UI navigation expectations.
                        onClicked = toFeed,

color = MaterialTheme.colorScheme.primaryContainer,
shape = MaterialTheme.shapes.medium,
),
).padding(8.dp),
Copy link

Copilot AI Jun 18, 2025

Choose a reason for hiding this comment

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

Consider merging the padding and tint modifiers into a single, coherent modifier chain to enhance readability and maintain consistency in UI element styling.

Suggested change
).padding(8.dp),
)
.padding(8.dp),

Copilot uses AI. Check for mistakes.
@Tlaster Tlaster merged commit b388721 into master Jun 18, 2025
5 checks passed
@Tlaster Tlaster deleted the bugfix/bsky_feed_icon branch June 18, 2025 06:00
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.

2 participants