Scott Rayapoullé

Results 17 issues of Scott Rayapoullé

Since the new version of iOS and Android add a System level dark theme preference. It would be a easy small feature to do. In my opinion we should add...

feature :bulb:

This is a PR aimed to added multiple sort strategies on animelist https://github.com/animenotifier/notify.moe/issues/160. I had no clear idea on how to let the user select which sort he would want...

Currently, if the summary of an anime were long enough, it would look like a blob of text which was not easy to read. Some of those [summaries](https://notify.moe/anime/yF1RhKiiR) already have...

As mentioned in https://github.com/adevinta/spark-android/issues/941#issuecomment-2074506943 To fix it we need to do the same as the `Button` and play with the `weight` modifier to make the leading and trailing content have...

Bug
Component

As reported in https://github.com/adevinta/spark-android/issues/941#issuecomment-2074506943 We should make the `onClick` callback nullable like `onClose`

Bug
Component

If progress labels are removed, the vertical progress tracker glitches : https://github.com/adevinta/spark-android/assets/142396647/5704a009-7a63-41d8-9a72-81ce8e130e60 From what I've seen on the layout inspector the items are correctly "placed" or they take the right...

Bug
Component

[Since Compose 1.6](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.0-alpha01) the default for typography style is now `PlatformTextStyle(includeFontPadding = false)` so we can now remove all the declarations in our sources.

Good first issue

I'm working on a [side project](https://github.com/soulcramer/AcerolaShaders) to test shaders on Android and we can apply the Colorblindness one in this app to test the different color combination in component to...

Enhancement
✅ Ready
CatalogApp

MultilineTextFields & SelectTextField were made before the Configurator and we only did the Button one when. we created it. So now we have to add the remaining ones.

✅ Ready
CatalogApp
Component