mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 10:19:45 -05:00
Merge pull request #37485 from nextcloud/fix/36916-The_list_of_contacts_represents_a_list,_but_it_was_not_marked_as_such-stable26
[stable26] Change contactsmenu structure to a list
This commit is contained in:
commit
5cc53beea0
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