Skip to content

feat(auth, core, home, user): improve signin/up & navigation bar style ✨#447

Merged
PierreBrisorgueil merged 1 commit intopierreb-devkit:masterfrom
PierreBrisorgueil:SimplifyLoginToNewStandards
Jun 29, 2022
Merged

feat(auth, core, home, user): improve signin/up & navigation bar style ✨#447
PierreBrisorgueil merged 1 commit intopierreb-devkit:masterfrom
PierreBrisorgueil:SimplifyLoginToNewStandards

Conversation

@PierreBrisorgueil
Copy link
Contributor

No description provided.

@PierreBrisorgueil PierreBrisorgueil added Effort 1 easy (h) Work qualification Feat A new feature labels Jun 27, 2022
@PierreBrisorgueil PierreBrisorgueil self-assigned this Jun 27, 2022
self.navigationController?.navigationBar.scrollEdgeAppearance = UINavigationBarAppearance().then {
$0.backgroundColor = Metric.primary?.withAlphaComponent(0.9)
$0.titleTextAttributes = [.foregroundColor: Metric.onPrimary!]
if Metric.navigationBarTransparent == true {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identical blocks of code found in 2 locations. Consider refactoring.

self.navigationController?.navigationBar.scrollEdgeAppearance = UINavigationBarAppearance().then {
$0.backgroundColor = Metric.primary?.withAlphaComponent(0.9)
$0.titleTextAttributes = [.foregroundColor: Metric.onPrimary!]
if Metric.navigationBarTransparent == true {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identical blocks of code found in 2 locations. Consider refactoring.

$0.configureWithTransparentBackground()
$0.titleTextAttributes = [.foregroundColor: Metric.onPrimary!]
}
let defaultNavigationBar = UINavigationBarAppearance().then {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identical blocks of code found in 2 locations. Consider refactoring.

$0.configureWithTransparentBackground()
$0.titleTextAttributes = [.foregroundColor: Metric.onPrimary!]
}
let defaultNavigationBar = UINavigationBarAppearance().then {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identical blocks of code found in 2 locations. Consider refactoring.

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 7d8f7a0 and detected 10 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Duplication 9

View more on Code Climate.

@PierreBrisorgueil PierreBrisorgueil merged commit 9aba6ef into pierreb-devkit:master Jun 29, 2022
PierreBrisorgueil pushed a commit that referenced this pull request Jun 30, 2022
# [1.2.0](v1.1.0...v1.2.0) (2022-06-30)

### Bug Fixes

* **lib:** protect from non jwt cookies 🐛 ([#448](#448)) ([fa05892](fa05892))
* Gemfile & Gemfile.lock to reduce vulnerabilities ([#373](#373)) ([3ed2510](3ed2510))
* Gemfile & Gemfile.lock to reduce vulnerabilities ([#378](#378)) ([983c2cd](983c2cd))
* Gemfile & Gemfile.lock to reduce vulnerabilities ([#396](#396)) ([ab13293](ab13293))
* Gemfile & Gemfile.lock to reduce vulnerabilities ([#436](#436)) ([fcb7395](fcb7395))
* Gemfile & Gemfile.lock to reduce vulnerabilities ([#443](#443)) ([96036ac](96036ac))
* Gemfile.lock to reduce vulnerabilities ([#424](#424)) ([0f58fcb](0f58fcb))
* **core:** add option to handle navigation shadow 🐛 ([#425](#425)) ([1ed4de1](1ed4de1))
* **helper:** uibutton circle fix 🐛 ([#419](#419)) ([4a326e2](4a326e2))

### Features

* **auth, core, home, user:** improve signin/up & navigation bar style ✨ ([#447](#447)) ([9aba6ef](9aba6ef))
* **dependencies:** end upgrade ✨ ([#416](#416)) ([6737559](6737559))
* **global:** clean navigation bar option ✨ ([#426](#426)) ([e2403b3](e2403b3))
* **global:** dependencies upgrade ✨ ([#450](#450)) ([8a40e91](8a40e91))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Effort 1 easy (h) Work qualification Feat A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant