Skip to content

Conversation

graycreate
Copy link
Member

Summary

  • Changed font size from .callout to .caption for smaller text
  • Added .foregroundColor(.secondaryText) for lighter, more subtle appearance
  • Makes the end-of-content indicator less prominent in the UI

Changes

Modified the LoadmoreIndicatorView to display "No more data" text with:

  • Smaller font size using .caption
  • Lighter color using .secondaryText (consistent with app's secondary text styling)

This improves the visual hierarchy by making the end-of-content indicator less prominent while maintaining readability.

🤖 Generated with Claude Code

@Copilot Copilot AI review requested due to automatic review settings September 14, 2025 11:17
Copy link

@Copilot 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

This PR improves the visual styling of the "No more data" text indicator to make it less prominent in the UI. The changes update the font size and color to better align with visual hierarchy principles.

  • Changed font size from .callout to .caption for a smaller, less prominent appearance
  • Added .secondaryText color for a more subtle visual treatment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

@graycreate graycreate merged commit 19a14f4 into main Sep 14, 2025
6 checks passed
@graycreate graycreate deleted the feature/improve-no-more-data-style branch September 14, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant