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

fix: ui issues in compose #970

Merged
merged 11 commits into from
Apr 23, 2023
Merged

fix: ui issues in compose #970

merged 11 commits into from
Apr 23, 2023

Conversation

Chesire
Copy link
Owner

@Chesire Chesire commented Apr 22, 2023

Fix various ui issues that arose from switching to compose.
Except 1410f07, this is something that has always been around that needed fixing.

@Chesire Chesire self-assigned this Apr 22, 2023
@commit-lint
Copy link

commit-lint bot commented Apr 22, 2023

Bug Fixes

  • clickable area incorrect in settings (74edd08)
  • hide the plus one icon on completed series (6ac4b73)
  • rating dialog not taking material colours (8c8cb68)
  • throw auth error if we get a 401 (0a5f885)
  • incorrect clickable height on rating preference (fefe75e)
  • whole line not selectable in config (27926ce)
  • rating dialog buttons in wrong location (163e2f3)

Features

  • add autofill to the login screen (8875372)

Styles

Chore

  • add gitignore line for deployment targets (94d02af)

Contributors

Chesire

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@Chesire Chesire changed the title fix: UI issues in compose fix: ui issues in compose Apr 22, 2023
@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Patch coverage: 85.71% and no project coverage change.

Comparison is base (4427788) 77.49% compared to head (163e2f3) 77.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #970   +/-   ##
=======================================
  Coverage   77.49%   77.50%           
=======================================
  Files         150      150           
  Lines        2173     2178    +5     
  Branches      233      236    +3     
=======================================
+ Hits         1684     1688    +4     
- Misses        412      413    +1     
  Partials       77       77           
Impacted Files Coverage Δ
...kome/app/login/credentials/ui/CredentialsScreen.kt 0.00% <ø> (ø)
...ekome/app/series/collection/ui/CollectionScreen.kt 0.00% <ø> (ø)
...re/nekome/app/series/collection/ui/RatingDialog.kt 0.00% <0.00%> (ø)
...sire/nekome/app/settings/config/ui/ConfigScreen.kt 0.00% <ø> (ø)
...e/datasource/auth/remote/AuthRefreshInterceptor.kt 95.45% <100.00%> (-4.55%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Chesire
Copy link
Owner Author

Chesire commented Apr 23, 2023

Remove the gap on the sides in the config screen when selecting an item

@Chesire
Copy link
Owner Author

Chesire commented Apr 23, 2023

Animation going into a series detail screen?

@Chesire
Copy link
Owner Author

Chesire commented Apr 23, 2023

Rating dialogue needs its buttons moved to the side to match other dialogs

Chesire added 11 commits April 23, 2023 11:29
In the settings screen the clickable area is too small, fix the order of modifiers to fix this.
If we get a 401 during normal operation, then attempt to refresh and throw an error if we cant.
Add a new extension method to allow autofill and use this on the credentials screen.
Update padding to include the whole line in the config screen.
Move the dialog buttons to be end aligned like the other dialogs.
@Chesire Chesire force-pushed the fix/ui-issues-in-compose branch from 648f1c8 to 163e2f3 Compare April 23, 2023 11:10
@Chesire Chesire merged commit 0f3c1aa into master Apr 23, 2023
@Chesire Chesire deleted the fix/ui-issues-in-compose branch April 23, 2023 11:32
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.

1 participant