-
Notifications
You must be signed in to change notification settings - Fork 4
[Feat] EventTab #18
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
Merged
[Feat] EventTab #18
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
dae0ad8
[Feat] EventView 1차 완성
insub4067 89bb05e
Merge branch 'develop' into master
insub4067 f26c76f
[Refactor] Mock 분리, Component 분리
insub4067 bbf666a
Merge remote-tracking branch 'insub4067/master'
insub4067 b6d16f1
Merge remote-tracking branch 'origin/develop'
insub4067 946c3ea
[Refactor] EventDetailView 뷰 분리
insub4067 ad8cc7f
[Refactor] SessionView 뷰 분리
insub4067 872aebb
[Refactor] EventDetailView 변수명 변경
insub4067 ce0d6c7
[Refactor] EventDetailView 코드 제거
insub4067 76af98c
[Refactor] property keyword 추가, naming 변경
insub4067 437c325
[Refactor] AppData.swift, EventView.swift
insub4067 ff61cfc
[Refactor] font size, weight 에 대한 수정
insub4067 3039a55
[Refactor] EvenDetailView 에서 TODO 추가
insub4067 c3dd9e5
[Refactor] todo comment 수정, font 내용 수정
insub4067 337e411
[Add File] Color+, Extensions 를 추가하였습니다
insub4067 3d0632c
init
insub4067 f65ff1d
init
insub4067 01855f9
[Refactor] 하드코딩을 Data Binding으로 뺐습니다
insub4067 9c340c7
[Refactor] EventDetailView의 Calendar 기능
insub4067 814e347
[Refactor] 길찾기 ConfirmationDialog Title 제거
insub4067 8e1a610
[Refactor] customDivider 를 View 의 extension 으로 옮겼습니다
insub4067 29e043a
[Refactor] dateFormate 을 extension으로 옮겼습니다
insub4067 91e9a73
[Refactor] EKEvent instance 의 위치를 함수 내부로 이동했습니다
insub4067 3e49ec7
[Refactor] PR 리뷰를 전부 수정하였습니다
insub4067 5bfa569
[Refactor] 변수의 위치 변화에 따른 불필요한 keyword를 제거 하였습니다
insub4067 0593232
[Refactor] url의 if let을 제거했습니다
insub4067 1525eba
[Refactor] PR 수정 요청 사항 수정 완료
insub4067 9340ff0
[Refactor] PR 내용 수정 요청 사항 적용 하였습니다
insub4067 21fa50a
[Refactor] PR 요청 사항 수정
insub4067 d50c20d
[FIX] Conflict 수정에서 누락된 파일 참조를 수동으로 추가
unnnyong 7b43a35
[Refactor] PR 수정 사항 추가 및 Alert 기능 수정
insub4067 3878141
Merge branch 'EventView' of https://github.com/Async-Swift/AsyncSwift…
insub4067 a2139b2
[Refactor] EventDetailView의 Alert들 최종 수정하였습니다
insub4067 0635829
[Refactor] PR 수정 요청 사항 수정 및 AsyncImage 기능 추가
insub4067 54f13dd
[Refactor] SessionView+Observed 파일추가
insub4067 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+47.2 KB
(190%)
...deproj/project.xcworkspace/xcuserdata/kiminsub.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
AsyncSwift/Assets.xcassets/Colors/dividerForeground.colorset/Contents.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "colors" : [ | ||
| { | ||
| "color" : { | ||
| "color-space" : "srgb", | ||
| "components" : { | ||
| "alpha" : "1.000", | ||
| "blue" : "0.929", | ||
| "green" : "0.929", | ||
| "red" : "0.929" | ||
| } | ||
| }, | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
AsyncSwift/Assets.xcassets/Colors/seminarOrange.colorset/Contents.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "colors" : [ | ||
| { | ||
| "color" : { | ||
| "color-space" : "srgb", | ||
| "components" : { | ||
| "alpha" : "1.000", | ||
| "blue" : "0.149", | ||
| "green" : "0.267", | ||
| "red" : "1.000" | ||
| } | ||
| }, | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
AsyncSwift/Assets.xcassets/Colors/speakerBackground.colorset/Contents.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "colors" : [ | ||
| { | ||
| "color" : { | ||
| "color-space" : "srgb", | ||
| "components" : { | ||
| "alpha" : "1.000", | ||
| "blue" : "0xF5", | ||
| "green" : "0xF4", | ||
| "red" : "0xF4" | ||
| } | ||
| }, | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } |
38 changes: 38 additions & 0 deletions
38
AsyncSwift/Assets.xcassets/HashTagForeground.colorset/Contents.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "colors" : [ | ||
| { | ||
| "color" : { | ||
| "color-space" : "srgb", | ||
| "components" : { | ||
| "alpha" : "1.000", | ||
| "blue" : "0x93", | ||
| "green" : "0x93", | ||
| "red" : "0x93" | ||
| } | ||
| }, | ||
| "idiom" : "universal" | ||
| }, | ||
| { | ||
| "appearances" : [ | ||
| { | ||
| "appearance" : "luminosity", | ||
| "value" : "dark" | ||
| } | ||
| ], | ||
| "color" : { | ||
| "color-space" : "srgb", | ||
| "components" : { | ||
| "alpha" : "1.000", | ||
| "blue" : "1.000", | ||
| "green" : "1.000", | ||
| "red" : "1.000" | ||
| } | ||
| }, | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| // | ||
| // Color+.swift | ||
| // AsyncSwift | ||
| // | ||
| // Created by Kim Insub on 2022/09/09. | ||
| // | ||
|
|
||
| import Foundation | ||
| import SwiftUI | ||
|
|
||
| extension Color { | ||
| static let seminarOrange = Color("seminarOrange") | ||
| static let dividerForeground = Color("dividerForeground") | ||
| static let speakerBackground = Color("speakerBackground") | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // | ||
| // DateFormatter+.swift | ||
| // AsyncSwift | ||
| // | ||
| // Created by Kim Insub on 2022/09/09. | ||
| // | ||
|
|
||
| import Foundation | ||
|
|
||
| extension DateFormatter { | ||
| static var calendarFormatter: DateFormatter { | ||
| let formatter = DateFormatter() | ||
| formatter.dateFormat = "yyyy/MM/dd HH:mm" | ||
| return formatter | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| // | ||
| // View+.swift | ||
| // AsyncSwift | ||
| // | ||
| // Created by Kim Insub on 2022/09/09. | ||
| // | ||
|
|
||
| import SwiftUI | ||
|
|
||
| extension View { | ||
| @ViewBuilder | ||
| var customDivider: some View { | ||
| Rectangle() | ||
| .fill(Color.dividerForeground) | ||
| .frame(height: 3) | ||
| .edgesIgnoringSafeArea(.horizontal) | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| import Foundation | ||
|
|
||
| struct EventResponse: Codable, Identifiable { | ||
| let id: Int | ||
|
|
||
|
|
||
| let id: Int | ||
|
|
||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
대extension 시대 ~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋으다 좋으다~