-
Notifications
You must be signed in to change notification settings - Fork 0
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
Selected events without data #36
Open
linlinich
wants to merge
45
commits into
bottomSheet
Choose a base branch
from
SelectedEvents
base: bottomSheet
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
27b148a
SelectedEventsNoData
0602124
first step
v0blaa 1b6aa2e
add stuff list logic done
v0blaa 1d114d1
fixed stuff bug
v0blaa 121f6f7
stuff lists done
v0blaa 79805f9
added stuff list sort
v0blaa c90e497
added localizaition
v0blaa 29771d5
addUserId
fd2a3b2
some fixes
v0blaa 8a3122b
Merge pull request #30 from iOS-vk-education/sem2
v0blaa 5b4aa94
review fix
v0blaa 21ac438
Merge branch 'dev' into tech/JRNS-28
v0blaa 1d68096
Merge pull request #37 from iOS-vk-education/tech/JRNS-28
v0blaa ae705f6
fixed theme bugs
v0blaa d07c744
reloading map and user location
ab81c0a
open EventVC on tap MapCell
2e2570c
added account photo
v0blaa f2259c2
Merge branch 'dev' into tech/JRNS-48
v0blaa d56fa82
fixed dark theme and weather collection view reload bug
v0blaa 0fa6969
Merge pull request #38 from iOS-vk-education/tech/themeBugFix
v0blaa b723563
first step
v0blaa 920a4af
fixed swiftlint
v0blaa a01be4d
Merge pull request #40 from iOS-vk-education/tech/JRNS-48
v0blaa 65b3807
finished alerts localization
v0blaa d192204
fixed account bug
v0blaa c1922cf
merged dev + fixes
v0blaa 3cb7c0b
configuration favorites
b4ed2d2
Merge pull request #41 from iOS-vk-education/bugfix/JRNS-46
v0blaa e74ce3e
fixed comments and account bug fix
v0blaa 001654e
Merge branch 'dev' into tech/JRNS-45
v0blaa 817dd56
fixed map theme
v0blaa 5b96628
small fix
v0blaa 692ce2b
Merge pull request #44 from iOS-vk-education/tech/JRNS-53
v0blaa 17a6139
deleted bookmarkButton
v0blaa b2e8aa4
merge with dev + fixes
v0blaa 140ea80
Merge pull request #39 from iOS-vk-education/TapOnMapCell
v0blaa 412c285
fixes
v0blaa 318f59d
Merge pull request #45 from iOS-vk-education/TapOnMapCell1
v0blaa a22e817
merged dev
v0blaa bf8d553
Merge pull request #42 from iOS-vk-education/tech/JRNS-45
v0blaa fc953d7
support email was changed
v0blaa 57764bc
selected
9c47bec
merved dev
v0blaa d2b446a
fixes
c459cf5
last changes
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 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 |
---|---|---|
@@ -1,9 +1,32 @@ | ||
|
||
included: | ||
- Journeys | ||
|
||
disabled_rules: | ||
- trailing_whitespace | ||
- vertical_whitespace | ||
- trailing_newline | ||
- nesting | ||
excluded: | ||
- Pods | ||
|
||
- Carthage | ||
- Pods | ||
- SwiftLint/Common/3rdPartyLib | ||
line_length: | ||
warning: 170 | ||
warning: 150 | ||
error: 200 | ||
ignores_function_declarations: true | ||
ignores_comments: true | ||
ignores_urls: true | ||
function_body_length: | ||
warning: 300 | ||
error: 500 | ||
function_parameter_count: | ||
warning: 6 | ||
error: 8 | ||
type_body_length: | ||
warning: 300 | ||
error: 500 | ||
file_length: | ||
warning: 1000 | ||
error: 1500 | ||
ignore_comment_only_lines: true | ||
cyclomatic_complexity: | ||
warning: 15 | ||
error: 25 | ||
reporter: "xcode" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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
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.
Почему в userId всегда какие-то рандомные значения передаются?)