Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georgios B
funkwhale
Commits
ac136578
Verified
Commit
ac136578
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Removed old broken imports
parent
2879021d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
front/src/components/Sidebar.vue
+1
-3
1 addition, 3 deletions
front/src/components/Sidebar.vue
front/src/components/audio/Player.vue
+1
-3
1 addition, 3 deletions
front/src/components/audio/Player.vue
front/src/store/auth.js
+0
-1
0 additions, 1 deletion
front/src/store/auth.js
with
2 additions
and
7 deletions
front/src/components/Sidebar.vue
+
1
−
3
View file @
ac136578
...
...
@@ -94,7 +94,6 @@
import
{
mapState
,
mapActions
}
from
'
vuex
'
import
Player
from
'
@/components/audio/Player
'
import
favoriteTracks
from
'
@/favorites/tracks
'
import
Logo
from
'
@/components/Logo
'
import
SearchBar
from
'
@/components/audio/SearchBar
'
import
backend
from
'
@/audio/backend
'
...
...
@@ -112,8 +111,7 @@ export default {
},
data
()
{
return
{
backend
:
backend
,
favoriteTracks
backend
:
backend
}
},
mounted
()
{
...
...
This diff is collapsed.
Click to expand it.
front/src/components/audio/Player.vue
+
1
−
3
View file @
ac136578
...
...
@@ -139,7 +139,6 @@
import
{
mapState
,
mapGetters
,
mapActions
}
from
'
vuex
'
import
GlobalEvents
from
'
@/components/utils/global-events
'
import
favoriteTracks
from
'
@/favorites/tracks
'
import
Track
from
'
@/audio/track
'
import
AudioTrack
from
'
@/components/audio/Track
'
import
TrackFavoriteIcon
from
'
@/components/favorites/TrackFavoriteIcon
'
...
...
@@ -154,8 +153,7 @@ export default {
data
()
{
return
{
sliderVolume
:
this
.
volume
,
Track
:
Track
,
favoriteTracks
Track
:
Track
}
},
mounted
()
{
...
...
This diff is collapsed.
Click to expand it.
front/src/store/auth.js
+
0
−
1
View file @
ac136578
...
...
@@ -3,7 +3,6 @@ import config from '@/config'
import
logger
from
'
@/logging
'
import
cache
from
'
@/cache
'
import
router
from
'
@/router
'
// import favoriteTracks from '@/favorites/tracks'
const
LOGIN_URL
=
config
.
API_URL
+
'
token/
'
const
USER_PROFILE_URL
=
config
.
API_URL
+
'
users/users/me/
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment