Skip to content

Club Card View Layout#39

Open
amodhakal wants to merge 5 commits intodevelopfrom
feature/club-card-view
Open

Club Card View Layout#39
amodhakal wants to merge 5 commits intodevelopfrom
feature/club-card-view

Conversation

@amodhakal
Copy link
Collaborator

Link to Ticket

Description

I implemented the club card layout in SwiftUI based on the design given.

Image

Screenshot 2024-02-22 at 17 13 44

@amodhakal amodhakal linked an issue Feb 22, 2024 that may be closed by this pull request
@amodhakal amodhakal changed the title Feature/club card view Club Card View Layout Feb 22, 2024
@amodhakal amodhakal requested a review from Majekdor February 26, 2024 16:01
}
HStack {
Text("Vice President").font(.system(size: 12.0))
Button(action: {}, label: {Text("Create Event").fontWeight(/*@START_MENU_TOKEN@*/.bold/*@END_MENU_TOKEN@*/).font(.system(size: 12.0)).foregroundColor(.purple)
Copy link
Member

Choose a reason for hiding this comment

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

This is very hard to read. Modifier should each go on a new line. Also what is /*@START_MENU_TOKEN@*/?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have changed it so each modifier goes on a new line and I have removed /*@START_MENU_TOKEN@*/ .

@amodhakal amodhakal requested a review from Majekdor February 29, 2024 21: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.

Cub Card Layout

2 participants