Change contactsmenu structure to a list

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
julia.kirschenheuter 2023-03-30 14:52:24 +02:00
parent 3e6e075358
commit 1ad362aae6
5 changed files with 12 additions and 6 deletions

View file

@ -78,6 +78,9 @@ const ContactsListView = View.extend({
/** @type {array} */
_subViews: [],
/** @type {string} */
tagName: 'ul',
/**
* @param {object} options
* @returns {undefined}
@ -129,6 +132,9 @@ const ContactsListItemView = View.extend({
/** @type {string} */
className: 'contact',
/** @type {string} */
tagName: 'li',
/** @type {undefined|function} */
_template: undefined,

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long