nextcloud / announcementcenter

📢 Announcement Center for Nextcloud
https://apps.nextcloud.com/apps/announcementcenter
GNU Affero General Public License v3.0
39 stars 24 forks source link

Ad open new window... where in the code ? #768

Closed Tirguy closed 8 months ago

Tirguy commented 8 months ago

Hello,

I'd like to prevent clicking on an ad in the Dashboard Widget and opening a new window : what part of the code could I modify to prevent a new window from opening ?

Eventually, I'd like to open a modal window displaying the ad content, without it opening a new window.

Thank you for any help, guidance or ideas you may have.

Thierry

nickvergessen commented 8 months ago

It's part of the UI provided by the dashboard component in server inside compiled JS. It's not easily changable/patchable: https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/src/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue#L35