Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Profile reskin to match Deck and Notebook #1076

Merged
merged 5 commits into from
Jan 25, 2024

Conversation

bfollington
Copy link
Collaborator

@bfollington bfollington commented Jan 23, 2024

Fixes #1062

After much deliberation, I decided I actually do kinda like the full gradient experience on the profile.

I can see the argument for leaving the header with a solid colour background though (see the comment below).

Simulator Screenshot - iPhone 15 Pro - 2024-01-24 at 17 13 07Simulator Screenshot - iPhone 15 Pro - 2024-01-24 at 17 12 49

@bfollington
Copy link
Collaborator Author

The more conservative version:

simulator_screenshot_A5D1FC00-FDB1-4D46-845B-8B278803C6E4simulator_screenshot_1B77329F-7DA4-4E24-9890-7744265D4CDC

@bfollington bfollington marked this pull request as ready for review January 24, 2024 07:33
Copy link
Collaborator

@gordonbrander gordonbrander left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -11,7 +11,7 @@ import SwiftUI
struct EllipsisLabelView: View {
var body: some View {
Image(systemName: "ellipsis")
.frame(width: AppTheme.minTouchSize + AppTheme.padding, height: AppTheme.minTouchSize + AppTheme.unit2)
.frame(width: AppTheme.minTouchSize, height: AppTheme.minTouchSize)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Deliberate?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yep, I changed the layout of these cards

@bfollington bfollington force-pushed the 2024-01-23-app-skin-profile branch from 3a33d8f to 823c30b Compare January 25, 2024 01:33
@bfollington bfollington merged commit cacfb8c into main Jan 25, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profile should render notes using card-like appearance
2 participants