Skip to content

Commit

Permalink
Merge pull request #5 from ProjectInTheClass/feature/technical-descri…
Browse files Browse the repository at this point in the history
…ptions

Feature/technical descriptions
  • Loading branch information
kimhappy authored Dec 16, 2024
2 parents 005a18d + 86787cf commit 62b35c2
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 316 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion MusicWith
Submodule MusicWith updated 40 files
+70 −2 MusicWith.xcodeproj/project.pbxproj
+78 −0 MusicWith.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+78 −0 MusicWith.xcodeproj/xcshareddata/xcschemes/MusicWith.xcscheme
+185 −78 MusicWith/Control/ChatView.swift
+58 −43 MusicWith/Control/ControlCoreView.swift
+25 −20 MusicWith/Control/LyricsView.swift
+5 −9 MusicWith/ControlView.swift
+159 −0 MusicWith/CustomViews/CustomScrollText.swift
+20 −24 MusicWith/CustomViews/CustomTabView.swift
+22 −32 MusicWith/Main/PlayListView.swift
+57 −46 MusicWith/Main/PlayListsView.swift
+51 −43 MusicWith/Main/RecommendView.swift
+52 −80 MusicWith/Main/SearchView.swift
+71 −24 MusicWith/MainView.swift
+1 −6 MusicWith/MusicWithApp.swift
+0 −181 MusicWith/State/ControlState.swift
+23 −0 MusicWith/State/ControlViewState.swift
+0 −22 MusicWith/State/PlayState.swift
+0 −57 MusicWith/State/SpotifyAuthState.swift
+6 −6 MusicWith/Util/Chat.swift
+23 −0 MusicWith/Util/MapOptional.swift
+38 −0 MusicWith/Util/Query.swift
+24 −24 MusicWith/Util/RecentSearch.swift
+1 −1 MusicWith/Util/SheetHeight.swift
+0 −40 MusicWith/Util/Spotify/SpotifyArtist.swift
+0 −102 MusicWith/Util/Spotify/SpotifyPlayList.swift
+0 −53 MusicWith/Util/Spotify/SpotifyRecommend.swift
+0 −50 MusicWith/Util/Spotify/SpotifySearch.swift
+0 −114 MusicWith/Util/Spotify/SpotifyTrack.swift
+0 −90 MusicWith/Util/Spotify/SpotifyUser.swift
+0 −23 MusicWith/Util/SpotifyAPI.swift
+103 −0 MusicWith/Util/Tidal/Auth.swift
+11 −0 MusicWith/Util/Tidal/Lyric.swift
+156 −0 MusicWith/Util/Tidal/PlayList.swift
+71 −0 MusicWith/Util/Tidal/Search.swift
+130 −0 MusicWith/Util/Tidal/Track.swift
+184 −0 MusicWith/Util/Tidal/TrackPlayer.swift
+59 −0 MusicWith/Util/Tidal/User.swift
+12 −0 MusicWith/Util/TimeFormat.swift
+232 −0 MusicWith/Util/Websocket.swift
Binary file added docs/images/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/githubwiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/jira.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
392 changes: 78 additions & 314 deletions docs/index.html

Large diffs are not rendered by default.

0 comments on commit 62b35c2

Please sign in to comment.