Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a theme to override the form factor of the tabs to be mobile #5239

Merged
merged 4 commits into from
Nov 17, 2024

Conversation

andydotxyz
Copy link
Member

@andydotxyz andydotxyz commented Nov 5, 2024

Continuing from the unfortunately-merged-unmerged #5225

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.
  • Public APIs match existing style and have Since: line.

@andydotxyz andydotxyz marked this pull request as ready for review November 6, 2024 11:56
// FeatureTheme defines the method to look up features that we use internally to apply functional
// differences through a theme override.
//
// Since: 2.6
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to be a public API (since it has the Since: line)? If so, this should be in the public theme package rather than internal?

Copy link
Member Author

Choose a reason for hiding this comment

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

No it wasn't - that doc was just over-enthusiastic

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@andydotxyz
Copy link
Member Author

Requests were fixed 2 weeks ago, merging

@andydotxyz andydotxyz merged commit a48acbb into fyne-io:develop Nov 17, 2024
12 checks passed
@andydotxyz andydotxyz deleted the feature/simulatemobiletheme branch November 17, 2024 14:44
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