Skip to content

Commit 0a1a987

Browse files
committed
Move contactsmenu to vue
Signed-off-by: Kirill Dmitriev <dk1a@protonmail.com>
1 parent e212862 commit 0a1a987

41 files changed

Lines changed: 533 additions & 629 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/accessibility/css/dark.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ $color-border-dark: lighten($color-main-background, 14%);
1919

2020
#app-navigation > ul > li > a:first-child,
2121
#app-navigation > ul > li > ul > li > a:first-child,
22-
#contactsmenu-menu a,
2322
#expanddiv a,
2423
.activity-section .activity-icon.monochrome {
2524
& > img,

apps/dav/lib/CardDAV/AddressBookImpl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ public function getDisplayName() {
102102
* @param array $searchProperties defines the properties within the query pattern should match
103103
* @param array $options Options to define the output format and search behavior
104104
* - 'types' boolean (since 15.0.0) If set to true, fields that come with a TYPE property will be an array
105-
* example: ['id' => 5, 'FN' => 'Thomas Tanghus', 'EMAIL' => ['type => 'HOME', 'value' => 'g@h.i']]
105+
* example: ['UID' => '1ab4b6d6-ea11-4ec1-837c-23282078fdb8', 'FN' => 'Thomas Tanghus', 'EMAIL' => ['type => 'HOME', 'value' => 'g@h.i']]
106106
* - 'escape_like_param' - If set to false wildcards _ and % are not escaped
107107
* - 'limit' - Set a numeric limit for the search results
108108
* - 'offset' - Set the offset for the limited search results
109109
* @return array an array of contacts which are arrays of key-value-pairs
110110
* example result:
111111
* [
112-
* ['id' => 0, 'FN' => 'Thomas Müller', 'EMAIL' => 'a@b.c', 'GEO' => '37.386013;-122.082932'],
113-
* ['id' => 5, 'FN' => 'Thomas Tanghus', 'EMAIL' => ['d@e.f', 'g@h.i']]
112+
* ['UID' => '2ab4b6d6-ea11-4ec1-837c-23282078fdb8', 'FN' => 'Thomas Müller', 'EMAIL' => 'a@b.c', 'GEO' => '37.386013;-122.082932'],
113+
* ['UID' => '1ab4b6d6-ea11-4ec1-837c-23282078fdb8', 'FN' => 'Thomas Tanghus', 'EMAIL' => ['d@e.f', 'g@h.i']]
114114
* ]
115115
* @since 5.0.0
116116
*/

apps/theming/css/theming.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $invert: luma($color-primary) > 0.6;
7373
background-color: transparent;
7474
@include icon-color('search', 'actions', $color-black, 1, true);
7575
}
76-
#contactsmenu .icon-contacts {
76+
.contacts-menu .icon-contacts {
7777
@include icon-color('contacts', 'places', $color-black, 1, true);
7878
}
7979
#settings .icon-settings-white {

core/js/dist/contacts-menu.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/contacts-menu.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/files_client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/files_client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/files_fileinfo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/files_fileinfo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/files_iedavclient.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)