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

feat: initial settings UI implementation. #77

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

MAshhal
Copy link
Contributor

@MAshhal MAshhal commented Mar 4, 2025

  • Initial Theme Support
  • Added NavHost for navigating between destinations.
  • Refactored SettingsScreen.
  • Initial groundwork for creating different types of preferences.

MAshhal added 11 commits March 5, 2025 01:27
- `PreferenceIcon`: Displays an icon with configurable size, tint, and content description.
- `PreferenceTitle`: Displays text with configurable style, color, maxLines, and overflow. It also includes an overload to display annotated text.
- `PreferenceSubtitle`: Displays subtitle text with configurable style, color, maxLines, and overflow. It also includes an overload to display annotated text.

These components can be used to set titles, subtitles and icons consistently in the settings menu.
- This preference will serve as a foundation for creating various preference items.
@MAshhal
Copy link
Contributor Author

MAshhal commented Mar 4, 2025

image
image

@Ishan09811
Copy link
Contributor

I think you can use the https://github.com/zhanghai/ComposePreference instead

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