wip: add TODOs to place to look at

pull/2715/head
Sebastian Di Luzio 2024-03-25 22:38:30 +01:00 zatwierdzone przez Sebastian Di Luzio
rodzic 587c063aba
commit e51ff4f7e3
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ onDeactivated(() => {
</VDropdown>
</div>
<div>
<!-- TODO show multiple widgets for a single thread? Or add thread support into this widget itself -->
<PublishWidget :key="draftKey" expanded class="min-h-100!" :draft-key="draftKey" />
</div>
</div>

Wyświetl plik

@ -138,6 +138,8 @@ export function usePublish(options: {
}
}
// TODO return threadId and threadIndex to be used in the thread composer
return {
isSending,
isExpanded,