Forms: Add navigation second line status

Created on 28 May 2020  路  7Comments  路  Source: nextcloud/forms

@jancborchardt Can you give details on this? Which information did you have in mind?

1. to develop enhancement 馃搼 form creation good first issue

All 7 comments

What would be great here is to show:

  • Sharing info
  • Expiration date, if one is set.

So it could say:

Forms survey
Shared to instance 路 expires in 7 days

Fall camping trip!
Shared by link

So it could say:

Forms survey
Shared to instance 路 expires in 7 days

Fall camping trip!
Shared by link

@jancborchardt are you talking about the navigation on the left side where all your forms and shared forms are listed? Is it possible at all to add a second line there? I had a look at the corresponding vue element and there is only a title...

I had a look at Talk/Spreed and how they do it to display a second/sub-title line in the conversations list:

https://github.com/nextcloud/spreed/blob/33888d4290de0500f6c50928ee957d165e51f2b3/src/components/LeftSidebar/ConversationsList/AppContentListItem/AppContentListItem.vue

They seem to use a custom AppContentListItem. So this would need some bigger changes in the Forms vue code.

@Chartman123 incoming v4 release of the components include the component you're looking for :)
https://nextcloud-vue-components.netlify.app/#/Components/List%20items?id=listitem

@skjnldsv Thanks! But this also means that we have to rebuild the navigation, doesn't it?

But v4 contains the browserlist-update, no? So we'll have to wait until we drop support for NC21... 馃 馃槩

If we include the vue components into our babel config, we're good to go as babel will transpile it again here

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Dubidubiduu picture Dubidubiduu  路  6Comments

ldavet picture ldavet  路  3Comments

samtuke picture samtuke  路  5Comments

mfb picture mfb  路  5Comments

pieter-groeneweg picture pieter-groeneweg  路  6Comments