Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Fix: App logo not seen in the App store section of nextcloud [#1042](https://github.com/nextcloud/integration_openproject/pull/1042)

### Changed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SPDX-FileCopyrightText = "2022-2024 Jankari Tech Pvt. Ltd."
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["img/app.svg", "img/app-dark.svg", "img/openproject-icon.svg"]
path = ["img/app.svg", "img/app-dark.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2025 OpenProject GmbH"
SPDX-License-Identifier = "LicenseRef-OpenProjectTrademarks"
Expand Down
5 changes: 4 additions & 1 deletion img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion img/app.svg
Comment thread
nabim777 marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions img/openproject-icon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/projectTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import vueCustomElement from 'vue-custom-element'
import { registerSidebarTab } from '@nextcloud/files'

import './bootstrap.js'
import OpenProjectSvgIcon from '../img/openproject-icon.svg'
import OpenProjectSvgIcon from '../img/app-dark.svg'
import ProjectsTab from './views/ProjectsTab.vue'

Vue.use(vueCustomElement)
Expand Down
Loading