Skip to content

Commit b18293a

Browse files
committed
chore: Replace dashboard icon with Material Symbols
Currently we use a circle as the dashboard icon, 1. This confuses with the circles app 2. Does not really gives information what this app does 3. Is not consistent with our app stores So make it consistent and use the "dashboard" Material Symbol everywhere. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 7525edd commit b18293a

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.reuse/dep5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Files: tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess
9191
Copyright: 2016 ownCloud, Inc., 2019 Nextcloud GmbH and Nextcloud contributors
9292
License: AGPL-3.0-only
9393

94-
Files: core/img/favicon*.* core/img/logo/logo*.* tests/data/testimage.webp apps/testing/img/logo.png core/img/categories/dashboard.svg core/img/apps/spreed.svg
94+
Files: core/img/favicon*.* core/img/logo/logo*.* tests/data/testimage.webp apps/testing/img/logo.png core/img/apps/spreed.svg
9595
Copyright: 2016-2024 Nextcloud GmbH
9696
License: LicenseRef-NextcloudTrademarks
9797

@@ -103,7 +103,7 @@ Files: core/img/desktopapp.svg
103103
Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors
104104
License: AGPL-3.0-or-later
105105

106-
Files: apps/dashboard/img/dashboard.svg build/psalm-baseline-ocp.xml build/psalm-baseline.xml build/stubs/xsl.php build/stubs/gd.php build/stubs/imagick.php build/stubs/intl.php build/stubs/IntlChar.php build/stubs/ldap.php build/stubs/memcached.php build/stubs/redis.php build/stubs/redis_cluster.php build/stubs/sftp.php build/stubs/ssh2.php build/stubs/apcu.php
106+
Files: build/psalm-baseline-ocp.xml build/psalm-baseline.xml build/stubs/xsl.php build/stubs/gd.php build/stubs/imagick.php build/stubs/intl.php build/stubs/IntlChar.php build/stubs/ldap.php build/stubs/memcached.php build/stubs/redis.php build/stubs/redis_cluster.php build/stubs/sftp.php build/stubs/ssh2.php build/stubs/apcu.php
107107
Copyright: 2020 Nextcloud GmbH and Nextcloud contributors
108108
License: AGPL-3.0-or-later
109109

apps/dashboard/img/dashboard.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2018-2024 Google LLC
2+
SPDX-License-Identifier: Apache-2.0
3+
4+
Source: Material Symbols icon "dashboard"

core/img/categories/dashboard.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2018-2024 Google LLC
2+
SPDX-License-Identifier: Apache-2.0
3+
4+
Source: Material Symbols icon "dashboard"

0 commit comments

Comments
 (0)