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

Add bottom divider to SettingsViewIconCell (needed for accessibility statement task) #1342

Merged
merged 4 commits into from
May 6, 2024

Conversation

teddyfahi
Copy link
Contributor

@teddyfahi teddyfahi commented Apr 26, 2024

Why?

FINN.no has an accessibility statement, reachable on Tilgjengelighetserklæring på FINN. This needs to be added to the Finn ios and android apps.

What?

Background is described here: Jira

Corresponding PR for ios-app: Here

Due to the fact that SettingsViewIconCell is a swiftui with a bit different logic than ex. SettingsDetailsItem (-> SettingsViewCell), I had to add a bottom divider to it. A very similar view modifier already exist inside FinnUI. Ideally I guess Settings specific code like this could be living in FinnUI instead of FinniversKit, and therefore I made a quick attempt of moving it. This caused a bunch of errors, mainly due to duplications in naming . I reverted, and created the bottom divider instead.

Version Change

The change is minor.

UI Changes

Before After
**** Simulator Screenshot - iPhone 15 - 2024-04-22 at 10 19 00 simulator_screenshot_C8E9B341-825B-4517-8E6B-DBF3E1F5606C

@teddyfahi teddyfahi merged commit 273af5e into master May 6, 2024
1 check passed
@teddyfahi teddyfahi deleted the nmpapp-972_accessibility-link branch May 6, 2024 18:10
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