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

Text limit for some tabs #101

Open
whitescent opened this issue Mar 22, 2024 · 9 comments
Open

Text limit for some tabs #101

whitescent opened this issue Mar 22, 2024 · 9 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@whitescent
Copy link
Owner

Some devices with a large DPI can't display the text of tabs on a single line

1 2
image image
@whitescent whitescent added enhancement New feature or request good first issue Good for newcomers labels Mar 22, 2024
@Aditys018
Copy link

Hey, can you assign me this issue

@whitescent
Copy link
Owner Author

yes, please :) !🙇

@whitescent
Copy link
Owner Author

You can fix this error here

@Aditys018
Copy link

Sure, let me check

@Aditys018
Copy link

Hey there, it seems that your project already have some errors, inspite of properly cloning this repo. I am getting the following errors in Explore.kt file
Screenshot 2024-03-24 130727

@whitescent
Copy link
Owner Author

hey, because im using Compose-Destination library, so u just need to build, it will auto-import these packages

@Aditys018
Copy link

I figured out the issue we can utilize the Modifier.weight modifier to allow the text to take up all available space horizontally.Also, we can use a Row composable with a Text composable inside it.

  • I have one question how can we login here without registering, there's no register page, manifest file is ignored in my clone so can't change the intent filter
    Screenshot 2024-04-04 160441

@whitescent
Copy link
Owner Author

whitescent commented Apr 4, 2024

Hi, the problem you're talking about has nothing to do with the intent filter, the app itself is a third-party mastodon client, so ideally you should have a mastodon account, the app itself doesn't provide a registration function.

and you don't need to modify "google-services.json", it just satisfies the compilation requirements

@Aditys018
Copy link

I see, was not aware about mastodon acc. will create one. Also, I didn't modified json file, just renamed it from services-sample.json to services.json as mentioned in your contributing guidelines

@Aditys018 Aditys018 removed their assignment May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants