mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Change contactsmenu structure to a list
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
3e6e075358
commit
1ad362aae6
5 changed files with 12 additions and 6 deletions
|
|
@ -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
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue