nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
23 stars 4 forks source link

Make task list and assistant form mutually exclusive #49

Closed julien-nc closed 5 months ago

julien-nc commented 5 months ago

Here is a first draft implementation to make the task list replace the assistant input form:

https://github.com/nextcloud/assistant/assets/11291457/35c60198-7d38-4105-bf9e-8b7838c4b641

For now the task list is still filtered to only show tasks which type is the selected one. @jancborchardt @nimishavijay Do you really think it's better to also get rid of the task type selector and show all tasks? Any other feedback on how it looks?

julien-nc commented 5 months ago

We can change or polish this later.