chore(front): add issue link to TODOs

environments/review-docs-feat-z0hkbz/deployments/21031
jon r 2025-04-08 14:54:46 +02:00
rodzic 684a9270fd
commit 7e838751ff
4 zmienionych plików z 5 dodań i 5 usunięć
front/src/views

Wyświetl plik

@ -113,7 +113,7 @@ const isOpen = useModal('artist-description').isOpen
no-gap
>
<!-- 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 -->
<Header
:h1="props.username"

Wyświetl plik

@ -139,7 +139,7 @@ const showCreateModal = ref(false)
stack
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 -->
<Header
:h1="t('views.channels.SubscriptionsList.title')"
@ -199,7 +199,7 @@ const showCreateModal = ref(false)
:show-modification-date="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 -->
<Header
:h1="t('views.auth.ProfileOverview.header.channels')"

Wyświetl plik

@ -64,7 +64,7 @@ const showSubscribeModal = ref(false)
stack
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 -->
<Header
:h1="labels.title"

Wyświetl plik

@ -117,7 +117,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
stack
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 -->
<Header
v-if="store.state.auth.authenticated"