chore(front): add issue link to TODOs
This commit is contained in:
		
							parent
							
								
									684a9270fd
								
							
						
					
					
						commit
						7e838751ff
					
				| 
						 | 
					@ -113,7 +113,7 @@ const isOpen = useModal('artist-description').isOpen
 | 
				
			||||||
    no-gap
 | 
					    no-gap
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <!-- TODO: Translate Edit Link -->
 | 
					    <!-- TODO: Translate Edit Link -->
 | 
				
			||||||
    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! -->
 | 
					    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
 | 
				
			||||||
    <!-- @vue-ignore -->
 | 
					    <!-- @vue-ignore -->
 | 
				
			||||||
    <Header
 | 
					    <Header
 | 
				
			||||||
      :h1="props.username"
 | 
					      :h1="props.username"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -139,7 +139,7 @@ const showCreateModal = ref(false)
 | 
				
			||||||
    stack
 | 
					    stack
 | 
				
			||||||
    main
 | 
					    main
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! -->
 | 
					    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
 | 
				
			||||||
    <!-- @vue-ignore -->
 | 
					    <!-- @vue-ignore -->
 | 
				
			||||||
    <Header
 | 
					    <Header
 | 
				
			||||||
      :h1="t('views.channels.SubscriptionsList.title')"
 | 
					      :h1="t('views.channels.SubscriptionsList.title')"
 | 
				
			||||||
| 
						 | 
					@ -199,7 +199,7 @@ const showCreateModal = ref(false)
 | 
				
			||||||
      :show-modification-date="true"
 | 
					      :show-modification-date="true"
 | 
				
			||||||
      :filters="{q: subscribedQuery, subscribed: 'true'}"
 | 
					      :filters="{q: subscribedQuery, subscribed: 'true'}"
 | 
				
			||||||
    />
 | 
					    />
 | 
				
			||||||
    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! -->
 | 
					    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
 | 
				
			||||||
    <!-- @vue-ignore -->
 | 
					    <!-- @vue-ignore -->
 | 
				
			||||||
    <Header
 | 
					    <Header
 | 
				
			||||||
      :h1="t('views.auth.ProfileOverview.header.channels')"
 | 
					      :h1="t('views.auth.ProfileOverview.header.channels')"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -64,7 +64,7 @@ const showSubscribeModal = ref(false)
 | 
				
			||||||
    stack
 | 
					    stack
 | 
				
			||||||
    main
 | 
					    main
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! -->
 | 
					    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
 | 
				
			||||||
    <!-- @vue-ignore -->
 | 
					    <!-- @vue-ignore -->
 | 
				
			||||||
    <Header
 | 
					    <Header
 | 
				
			||||||
      :h1="labels.title"
 | 
					      :h1="labels.title"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -117,7 +117,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
 | 
				
			||||||
    stack
 | 
					    stack
 | 
				
			||||||
    main
 | 
					    main
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! -->
 | 
					    <!-- TODO: `yarn lint:tsc` doesn't understand the `Prop` type for `Header` while the language server does. It may be a question of typescript version... Investigate and fix! https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2437 -->
 | 
				
			||||||
    <!-- @vue-ignore -->
 | 
					    <!-- @vue-ignore -->
 | 
				
			||||||
    <Header
 | 
					    <Header
 | 
				
			||||||
      v-if="store.state.auth.authenticated"
 | 
					      v-if="store.state.auth.authenticated"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue