kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			Merge branch 'i18n-views-playlists' into 'develop'
I18n views playlists See merge request funkwhale/funkwhale!140merge-requests/154/head
						commit
						89d8826369
					
				| 
						 | 
				
			
			@ -159,7 +159,6 @@ export default {
 | 
			
		|||
      // for half the height of the containers display area
 | 
			
		||||
      var scrollBack = (container.scrollHeight - container.scrollTop <= container.clientHeight) ? 0 : container.clientHeight / 2
 | 
			
		||||
      container.scrollTop = container.scrollTop - scrollBack
 | 
			
		||||
      console.log(container.scrollHeight - container.scrollTop, container.clientHeight)
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  watch: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,7 +35,7 @@ Vue.use(VueMasonryPlugin)
 | 
			
		|||
Vue.use(VueLazyload)
 | 
			
		||||
Vue.config.productionTip = false
 | 
			
		||||
Vue.directive('title', {
 | 
			
		||||
  inserted: (el, binding) => { console.log(binding.value); document.title = binding.value + ' - Funkwhale' },
 | 
			
		||||
  inserted: (el, binding) => { document.title = binding.value + ' - Funkwhale' },
 | 
			
		||||
  updated: (el, binding) => { document.title = binding.value + ' - Funkwhale' }
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -83,7 +83,6 @@ export default {
 | 
			
		|||
      axios.get(url).then((response) => {
 | 
			
		||||
        self.radio = response.data
 | 
			
		||||
        axios.get(url + 'tracks', {params: {page: this.page}}).then((response) => {
 | 
			
		||||
          console.log(response.data.count)
 | 
			
		||||
          this.totalTracks = response.data.count
 | 
			
		||||
          this.tracks = response.data.results
 | 
			
		||||
        }).then(() => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue